Trace number 4387559

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.10? (TO) 2520.07 2467.63

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-28-088.xml
MD5SUM86f96609b8582eec836d4ad8d9b44327
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 variables56
Number of constraints378
Number of domains28
Minimum domain size61
Maximum domain size88
Distribution of domain sizes[{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2}]
Minimum variable degree27
Maximum variable degree27
Distribution of variable degrees[{"degree":27,"count":56}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":378}]
Number of extensional constraints0
Number of intensional constraints378
Distribution of constraint types[{"type":"intension","count":378}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
2520.03/2467.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2467.61		at concrete.MAC.mac(MAC.scala:189)
2520.03/2467.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2467.61		at scala.util.Try$.apply(Try.scala:212)
2520.03/2467.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2467.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2467.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2467.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2467.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2467.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2467.61		at concrete.ProblemState.map(ProblemState.scala:228)
2520.03/2467.61		at concrete.ProblemState.map(ProblemState.scala:210)
2520.03/2467.61		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2467.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2467.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2467.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2467.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2467.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.03/2467.61		at scala.util.Success.map(Try.scala:264)
2520.03/2467.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2467.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2467.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2467.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2467.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2467.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2467.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2467.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2467.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2467.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2467.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2467.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2467.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2467.61		at scala.App.main(App.scala:75)
2520.03/2467.61		at scala.App.main$(App.scala:73)
2520.03/2467.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2467.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2467.61	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8882 MiB free)
  memory of node 1: 16384 MiB (9554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387559-1568340952/watcher-4387559-1568340952 -o /tmp/evaluation-result-4387559-1568340952/solver-4387559-1568340952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3363 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1043218183 HOME/instance-4387559-1568340952.xml 

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

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

solver pid=3957, runsolver pid=3954

[startup+0.100061 s]*
/proc/loadavg: 1.22 1.35 1.75 3/218 4014
/proc/meminfo: memFree=18870452/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 4439 13105 0 0 1 0 5 2 20 0 6 0 410035408 10212057088 4714 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2493178 4714 1951 1 0 2481616 0
[pid=3957/tid=4010] ppid=3954 vsize=9989820 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) S 3954 3957 3331 0 -1 1077944384 2283 13105 0 0 1 0 5 2 20 0 7 0 410035416 10229575680 4780 33554432000 4194304 4196468 140721622800048 140132770921088 140132799088341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=9989820 memory=5793855763200805305 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 7 0 410035417 10229575680 4780 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=9989820 memory=140512190912128 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 7 0 410035417 10229575680 4780 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 7 0 410035417 10229575680 4780 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 7 0 410035417 10229575680 4780 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) R 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 7 0 410035419 10229575680 4780 33554432000 4194304 4196468 140721622800048 140131802307936 140132799088341 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209935 s]*
/proc/loadavg: 1.22 1.35 1.75 4/227 4023
/proc/meminfo: memFree=18854692/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10820924 memory=38096 CPUtime=0.26 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 7408 13105 0 0 18 1 5 2 20 0 15 0 410035408 11080626176 9458 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2705231 9458 2957 1 0 2667645 0
[pid=3957/tid=4010] ppid=3954 vsize=10822552 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 4257 13105 0 0 11 0 5 2 20 0 15 0 410035416 11082293248 9854 33554432000 4194304 4196468 140721622800048 140132770902944 140132791757853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10822552 memory=4211974238395702666 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11082293248 9854 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10822552 memory=140512190912128 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11082293248 9854 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10822552 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11082293248 9920 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10822552 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035417 11082293248 9920 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10822552 memory=140512190912128 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035419 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10822552 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 410035419 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131801253536 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10822552 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035419 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131696633072 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10822552 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10822552 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 571 13105 0 0 1 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10822552 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 58 13105 0 0 0 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10822552 memory=140512190912128 CPUtime=0.1 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 647 13105 0 0 3 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10822552 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10822552 memory=140512190912128 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035422 11082293248 9920 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820924 KiB
Current children cumulated memory: 38096 KiB

[startup+0.310451 s]*
/proc/loadavg: 1.22 1.35 1.75 3/227 4023
/proc/meminfo: memFree=18845164/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10820244 memory=47704 CPUtime=0.39 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 10712 13105 0 0 30 2 5 2 20 0 15 0 410035408 11079929856 11926 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2705061 11926 3271 1 0 2667149 0
[pid=3957/tid=4010] ppid=3954 vsize=10820244 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 7158 13105 0 0 20 2 5 2 20 0 15 0 410035416 11079929856 11991 33554432000 4194304 4196468 140721622800048 140132770905808 140132783158622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11079929856 11991 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11079929856 11991 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11079929856 11991 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035417 11079929856 11991 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035419 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10820244 memory=140512190912127 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 410035419 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131801253536 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035419 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131696633072 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 571 13105 0 0 2 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) R 3954 3957 3331 0 -1 4202560 68 13105 0 0 1 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131766643056 140132776952320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10820244 memory=140512190912128 CPUtime=0.12 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 674 13105 0 0 5 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10820244 memory=140512190912128 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035422 11079929856 11991 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 47704 KiB

[startup+0.70074 s]
/proc/loadavg: 1.22 1.35 1.75 5/227 4023
/proc/meminfo: memFree=18828712/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10824340 memory=78640 CPUtime=1.15 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 15059 13105 0 0 103 5 5 2 20 0 15 0 410035408 11084124160 19660 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2706085 19660 3494 1 0 2668173 0
[pid=3957/tid=4010] ppid=3954 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 10657 13105 0 0 55 4 5 2 20 0 15 0 410035416 11084124160 19660 33554432000 4194304 4196468 140721622800048 140132770896096 140132783158622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10824340 memory=16238681694411816 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11084124160 19660 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11084124160 19660 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035417 11084124160 19660 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035417 11084124160 19660 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10824340 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 5 13105 0 0 0 0 5 2 20 0 15 0 410035419 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 410035419 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131801253536 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035419 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131696633072 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10824340 memory=22756 CPUtime=0.22 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 926 13105 0 0 15 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 328 13105 0 0 13 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10824340 memory=2404 CPUtime=0.25 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 890 13105 0 0 18 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10824340 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 410035422 11084124160 19660 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78640 KiB

[startup+1.50076 s]
/proc/loadavg: 1.29 1.36 1.76 3/227 4023
/proc/meminfo: memFree=18781524/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10834656 memory=175556 CPUtime=2.7 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 24994 13105 0 0 253 10 5 2 20 0 15 0 410035408 11094687744 43889 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2708664 43889 3576 1 0 2670733 0
[pid=3957/tid=4010] ppid=3954 vsize=10834656 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 16695 13105 0 0 130 6 5 2 20 0 15 0 410035416 11094687744 43889 33554432000 4194304 4196468 140721622800048 140132770876544 140132384583440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 40 13105 0 0 1 0 5 2 20 0 15 0 410035417 11094687744 43889 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 321 13105 0 0 1 0 5 2 20 0 15 0 410035417 11094687744 43889 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 28 13105 0 0 1 0 5 2 20 0 15 0 410035417 11094687744 43889 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10834656 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 92 13105 0 0 1 0 5 2 20 0 15 0 410035417 11094687744 43889 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 1540 13105 0 0 1 0 5 2 20 0 15 0 410035419 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 410035419 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131801253600 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 410035419 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131696633072 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10834656 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 1282 13105 0 0 34 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10834656 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 950 13105 0 0 36 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10834656 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) R 3954 3957 3331 0 -1 4202560 1792 13105 0 0 43 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131765587664 140132778042972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10834656 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10834656 memory=4 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11094687744 43889 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0

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

/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 81805 13105 0 0 229645 56 5 2 20 0 15 0 410035416 11107291136 403356 33554432000 4194304 4196468 140721622800048 140132770913936 140132404316741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10846964 memory=1613412 CPUtime=11.87 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 17963 13105 0 0 1123 57 5 2 20 0 15 0 410035417 11107291136 403356 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10846964 memory=1613412 CPUtime=11.9 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 20101 13105 0 0 1124 59 5 2 20 0 15 0 410035417 11107291136 403356 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10846964 memory=1613412 CPUtime=11.88 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 13414 13105 0 0 1123 58 5 2 20 0 15 0 410035417 11107291136 403356 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10846964 memory=1613424 CPUtime=11.88 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 17830 13105 0 0 1123 58 5 2 20 0 15 0 410035417 11107291136 403356 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10846964 memory=1613424 CPUtime=10.47 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 21279 13105 0 0 987 53 5 2 20 0 15 0 410035419 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10846964 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 42 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131801253664 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10846964 memory=1613424 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 14 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131696633088 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10846964 memory=1613424 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10846964 memory=1613424 CPUtime=6.28 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 23838 13105 0 0 616 5 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10846964 memory=1613424 CPUtime=6.3 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 24368 13105 0 0 619 4 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10846964 memory=3848 CPUtime=3.83 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 13771 13105 0 0 371 5 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10846964 memory=1613424 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10846964 memory=1613424 CPUtime=1.37 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1187 13105 0 0 59 71 5 2 20 0 15 0 410035422 11107291136 403356 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 2372.34 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1613424 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.31 1.37 3/227 4371
/proc/meminfo: memFree=16616684/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10846964 memory=1615512 CPUtime=2433.32 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 239766 13105 0 0 242956 369 5 2 20 0 15 0 410035408 11107291136 403878 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2711741 403878 3624 1 0 2673805 0
[pid=3957/tid=4010] ppid=3954 vsize=10846964 memory=1615512 CPUtime=2356.42 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 82740 13105 0 0 235578 57 5 2 20 0 15 0 410035416 11107291136 403878 33554432000 4194304 4196468 140721622800048 140132770913808 140132404316800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10846964 memory=1615512 CPUtime=12.2 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 18170 13105 0 0 1154 59 5 2 20 0 15 0 410035417 11107291136 403878 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10846964 memory=1615512 CPUtime=12.22 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 20156 13105 0 0 1156 59 5 2 20 0 15 0 410035417 11107291136 403878 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10846964 memory=1615512 CPUtime=12.21 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 13620 13105 0 0 1155 59 5 2 20 0 15 0 410035417 11107291136 403878 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10846964 memory=1615512 CPUtime=12.21 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 18099 13105 0 0 1155 59 5 2 20 0 15 0 410035417 11107291136 403878 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10846964 memory=1615512 CPUtime=10.76 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 21515 13105 0 0 1014 55 5 2 20 0 15 0 410035419 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10846964 memory=1615512 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 42 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131801253664 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10846964 memory=1615512 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 14 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131696633088 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10846964 memory=4353119789035827232 CPUtime=6.29 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 23842 13105 0 0 617 5 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10846964 memory=281024140703808 CPUtime=6.31 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 24372 13105 0 0 620 4 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10846964 memory=7019467087990042676 CPUtime=3.83 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 13775 13105 0 0 371 5 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10846964 memory=281024139462112 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10846964 memory=281021924809169 CPUtime=1.4 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1205 13105 0 0 61 72 5 2 20 0 15 0 410035422 11107291136 403878 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 2433.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1615512 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.34 1.38 6/227 4378
/proc/meminfo: memFree=16615008/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10846964 memory=1615560 CPUtime=2494.34 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 241864 13105 0 0 249049 378 5 2 20 0 15 0 410035408 11107291136 403890 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2711741 403890 3624 1 0 2673805 0
[pid=3957/tid=4010] ppid=3954 vsize=10846964 memory=1615560 CPUtime=2415.72 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 83610 13105 0 0 241507 58 5 2 20 0 15 0 410035416 11107291136 403890 33554432000 4194304 4196468 140721622800048 140132770913712 140132404804237 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10846964 memory=1615560 CPUtime=12.54 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 18439 13105 0 0 1186 61 5 2 20 0 15 0 410035417 11107291136 403890 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10846964 memory=1615524 CPUtime=12.57 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 20496 13105 0 0 1189 61 5 2 20 0 15 0 410035417 11107291136 403890 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10846964 memory=1615560 CPUtime=12.56 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 13740 13105 0 0 1189 60 5 2 20 0 15 0 410035417 11107291136 403890 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10846964 memory=1615560 CPUtime=12.55 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 18162 13105 0 0 1188 60 5 2 20 0 15 0 410035417 11107291136 403890 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10846964 memory=1615560 CPUtime=11.06 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 21919 13105 0 0 1043 56 5 2 20 0 15 0 410035419 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10846964 memory=1615560 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 42 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131801253664 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10846964 memory=1615560 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 14 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131696633088 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10846964 memory=1615560 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10846964 memory=1615560 CPUtime=6.29 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 23844 13105 0 0 617 5 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10846964 memory=3620 CPUtime=6.31 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 24375 13105 0 0 620 4 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10846964 memory=1615560 CPUtime=3.83 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 13777 13105 0 0 371 5 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10846964 memory=1615560 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10846964 memory=8112282956445269571 CPUtime=1.43 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1230 13105 0 0 62 74 5 2 20 0 15 0 410035422 11107291136 403890 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 2494.34 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1615560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 1.53 1.38 1.39 3/227 4379
/proc/meminfo: memFree=16613744/32770624 swapFree=66959216/67108860
[pid=3957] ppid=3954 vsize=10846964 memory=1617624 CPUtime=2520.03 cores=1,3,5,7
/proc/3957/stat : 3957 (java) S 3954 3957 3331 0 -1 1077944320 243049 13105 0 0 251614 382 5 2 20 0 15 0 410035408 11107291136 404406 33554432000 4194304 4196468 140721622800048 140721622782592 140132799078135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
/proc/3957/statm: 2711741 404406 3624 1 0 2673805 0
[pid=3957/tid=4010] ppid=3954 vsize=10846964 memory=111636 CPUtime=2440.76 cores=1,3,5,7
/proc/3957/task/4010/stat : 4010 (java) R 3954 3957 3331 0 -1 4202560 84068 13105 0 0 244010 59 5 2 20 0 15 0 410035416 11107291136 404406 33554432000 4194304 4196468 140721622800048 140132770913104 140132394996456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4011] ppid=3954 vsize=10846964 memory=800 CPUtime=12.67 cores=1,3,5,7
/proc/3957/task/4011/stat : 4011 (java) S 3954 3957 3331 0 -1 1077944384 18670 13105 0 0 1198 62 5 2 20 0 15 0 410035417 11107291136 404406 33554432000 4194304 4196468 140721622800048 140132803320336 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4012] ppid=3954 vsize=10846964 memory=1808 CPUtime=12.69 cores=1,3,5,7
/proc/3957/task/4012/stat : 4012 (java) S 3954 3957 3331 0 -1 1077944384 20521 13105 0 0 1201 61 5 2 20 0 15 0 410035417 11107291136 404406 33554432000 4194304 4196468 140721622800048 140132707523216 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4013] ppid=3954 vsize=10846964 memory=2008 CPUtime=12.69 cores=1,3,5,7
/proc/3957/task/4013/stat : 4013 (java) S 3954 3957 3331 0 -1 1077944384 13840 13105 0 0 1202 60 5 2 20 0 15 0 410035417 11107291136 404406 33554432000 4194304 4196468 140721622800048 140132706470160 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4014] ppid=3954 vsize=10846964 memory=1436 CPUtime=12.68 cores=1,3,5,7
/proc/3957/task/4014/stat : 4014 (java) S 3954 3957 3331 0 -1 1077944384 18308 13105 0 0 1200 61 5 2 20 0 15 0 410035417 11107291136 404406 33554432000 4194304 4196468 140721622800048 140132705417616 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4015] ppid=3954 vsize=10846964 memory=580 CPUtime=11.17 cores=1,3,5,7
/proc/3957/task/4015/stat : 4015 (java) S 3954 3957 3331 0 -1 1077944384 22126 13105 0 0 1054 56 5 2 20 0 15 0 410035419 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131802307312 140132799089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4016] ppid=3954 vsize=10846964 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4016/stat : 4016 (java) S 3954 3957 3331 0 -1 1077944384 42 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131801253664 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4017] ppid=3954 vsize=10846964 memory=10604 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4017/stat : 4017 (java) S 3954 3957 3331 0 -1 1077944384 14 13105 0 0 0 0 5 2 20 0 15 0 410035419 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131696633088 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4018] ppid=3954 vsize=10846964 memory=3360 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4018/stat : 4018 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131389233616 140132799096731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4019] ppid=3954 vsize=10846964 memory=8112282956445269571 CPUtime=6.29 cores=1,3,5,7
/proc/3957/task/4019/stat : 4019 (java) S 3954 3957 3331 0 -1 1077944384 23846 13105 0 0 617 5 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131767695600 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4020] ppid=3954 vsize=10846964 memory=6655300316396806240 CPUtime=6.31 cores=1,3,5,7
/proc/3957/task/4020/stat : 4020 (java) S 3954 3957 3331 0 -1 1077944384 24377 13105 0 0 620 4 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131766643056 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4021] ppid=3954 vsize=10846964 memory=6656426216303648864 CPUtime=3.83 cores=1,3,5,7
/proc/3957/task/4021/stat : 4021 (java) S 3954 3957 3331 0 -1 1077944384 13779 13105 0 0 371 5 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131765590000 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4022] ppid=3954 vsize=10846964 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/3957/task/4022/stat : 4022 (java) S 3954 3957 3331 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131355674976 140132799088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
[pid=3957/tid=4023] ppid=3954 vsize=10846964 memory=6656426216303648864 CPUtime=1.45 cores=1,3,5,7
/proc/3957/task/4023/stat : 4023 (java) S 3954 3957 3331 0 -1 1077944384 1242 13105 0 0 63 75 5 2 20 0 15 0 410035422 11107291136 404406 33554432000 4194304 4196468 140721622800048 140131663076400 140132799089282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12193792 140721622801141 140721622803653 140721622803653 140721622806479 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1617624 KiB

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

[startup+2467.63 s]
# the end of solver process 3957 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.85881 s

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

Child status: 143
Real time (s): 2467.63
CPU time (s): 2520.07
CPU user time (s): 2516.21
CPU system time (s): 3.85881
CPU usage (%): 102.125
Max. virtual memory (cumulated for all children) (KiB): 10849252
Max. memory (cumulated for all children) (KiB): 1617624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.85881
maximum resident set size= 1621836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301814
involuntary context switches= 5588


# summary of solver processes directly reported to runsolver:
#   pid: 3957
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.85881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5441 second user time and 26.6136 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 04:15:12
IDJOB=4387559
IDBENCH=141732
IDSOLVER=2823
FILE ID=node124/4387559-1568340952
RUNJOBID= node124-1568338444-3363
PBS_JOBID= 21701165
Free space on /tmp= 55332 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-28-088.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387559-1568340952/watcher-4387559-1568340952 -o /tmp/evaluation-result-4387559-1568340952/solver-4387559-1568340952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3363 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1043218183 HOME/instance-4387559-1568340952.xml

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

MD5SUM BENCH= 86f96609b8582eec836d4ad8d9b44327
RANDOM SEED=1043218183

node124.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.47
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.47
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.47
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.47
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:        18880092 kB
MemAvailable:   30828300 kB
Buffers:          168824 kB
Cached:         11942088 kB
SwapCached:        45864 kB
Active:          2039216 kB
Inactive:       11110748 kB
Active(anon):     994344 kB
Inactive(anon):    85948 kB
Active(file):    1044872 kB
Inactive(file): 11024800 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             35408 kB
Writeback:            16 kB
AnonPages:       1103156 kB
Mapped:            56532 kB
Shmem:             32744 kB
Slab:             335304 kB
SReclaimable:     306996 kB
SUnreclaim:        28308 kB
KernelStack:        3712 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2198216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55296 MiB
End job on node124 at 2019-09-13 04:56:20