Trace number 4400728

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.11 2403.54

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
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 benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400728-1568691292/watcher-4400728-1568691292 -o /tmp/evaluation-result-4400728-1568691292/solver-4400728-1568691292 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4400728-1568691292.xml 

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

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

solver pid=23269, runsolver pid=23266

[startup+0.100136 s]*
/proc/loadavg: 2.04 1.60 1.46 3/220 23326
/proc/meminfo: memFree=28131152/32770624 swapFree=66938192/67108860
[pid=23269] ppid=23266 vsize=9972712 memory=17476 CPUtime=0.08 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 4593 13319 0 0 1 0 5 2 20 0 6 0 445400667 10212057088 4369 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2493178 4369 1958 1 0 2481616 0
[pid=23269/tid=23322] ppid=23266 vsize=9972712 memory=4279135704013963662 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 2385 13319 0 0 1 0 5 2 20 0 6 0 445400676 10212057088 4369 33554432000 4194304 4196468 140726930017904 140562176590416 140562189783888 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=9976824 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 6 0 445400677 10216267776 4369 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=9983520 memory=139910830966400 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 6 0 445400677 10223124480 4369 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 6 0 445400677 10228523008 4369 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=9988792 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 6 0 445400677 10228523008 4369 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17476 KiB

[startup+0.210202 s]*
/proc/loadavg: 2.04 1.60 1.46 3/229 23335
/proc/meminfo: memFree=28111268/32770624 swapFree=66938192/67108860
[pid=23269] ppid=23266 vsize=10822180 memory=44400 CPUtime=0.26 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 8008 13319 0 0 18 1 5 2 20 0 15 0 445400667 11081912320 11100 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2705545 11100 3303 1 0 2667645 0
[pid=23269/tid=23322] ppid=23266 vsize=10822180 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 4578 13319 0 0 11 0 5 2 20 0 15 0 445400676 11081912320 11166 33554432000 4194304 4196468 140726930017904 140562176566016 140562197064862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10822180 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11081912320 11166 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10822180 memory=139910830987821 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11081912320 11166 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10822180 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11081912320 11166 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10822180 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11081912320 11166 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10823808 memory=139910830966400 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400678 11083579392 11166 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 445400679 11083579392 11166 33554432000 4194304 4196468 140726930017904 140561385961120 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400679 11083579392 11166 33554432000 4194304 4196468 140726930017904 140561235817712 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11083579392 11166 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 493 13319 0 0 1 0 5 2 20 0 15 0 445400682 11083579392 11166 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) R 23266 23269 18105 0 -1 4202560 181 13319 0 0 1 0 5 2 20 0 15 0 445400682 11083579392 11166 33554432000 4194304 4196468 140726930017904 140561745230192 140562189861340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10823808 memory=139910830966400 CPUtime=0.1 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 600 13319 0 0 3 0 5 2 20 0 15 0 445400682 11083579392 11232 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11083579392 11232 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10823808 memory=139910830966400 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400682 11083579392 11232 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10822180 KiB
Current children cumulated memory: 44400 KiB

[startup+0.31073 s]*
/proc/loadavg: 2.04 1.60 1.46 3/229 23335
/proc/meminfo: memFree=28100104/32770624 swapFree=66938192/67108860
[pid=23269] ppid=23266 vsize=10820196 memory=50740 CPUtime=0.39 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 10926 13319 0 0 30 2 5 2 20 0 15 0 445400667 11079880704 12685 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2705049 12685 3313 1 0 2667149 0
[pid=23269/tid=23322] ppid=23266 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 7409 13319 0 0 20 2 5 2 20 0 15 0 445400676 11079880704 12685 33554432000 4194304 4196468 140726930017904 140562176571280 140562204775581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11079880704 12685 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11079880704 12685 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400678 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 445400679 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561385961120 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400679 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561235817712 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 494 13319 0 0 2 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 182 13319 0 0 1 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10820196 memory=139910830966400 CPUtime=0.12 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 607 13319 0 0 5 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10820196 memory=139910830966400 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400682 11079880704 12685 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50740 KiB

[startup+0.701676 s]
/proc/loadavg: 2.04 1.60 1.46 5/229 23335
/proc/meminfo: memFree=28085540/32770624 swapFree=66938192/67108860
[pid=23269] ppid=23266 vsize=10824364 memory=83564 CPUtime=1.14 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 15139 13319 0 0 103 4 5 2 20 0 15 0 445400667 11084148736 20891 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2706091 20891 3512 1 0 2668173 0
[pid=23269/tid=23322] ppid=23266 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 10550 13319 0 0 57 2 5 2 20 0 15 0 445400676 11084148736 20891 33554432000 4194304 4196468 140726930017904 140562176579624 140562197734095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11084148736 20891 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11084148736 20891 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10824364 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400677 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 445400677 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 5 13319 0 0 0 0 5 2 20 0 15 0 445400678 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 445400679 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561385961120 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400679 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561235817712 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10824364 memory=139910707192848 CPUtime=0.23 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) R 23266 23269 18105 0 -1 4202560 933 13319 0 0 16 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561746282736 140562188657459 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10824364 memory=139912854635098 CPUtime=0.18 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) R 23266 23269 18105 0 -1 4202560 649 13319 0 0 11 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561745217504 140562189653940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10824364 memory=14008 CPUtime=0.23 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 770 13319 0 0 16 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400682 11084148736 20891 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83564 KiB

[startup+1.50072 s]
/proc/loadavg: 2.04 1.60 1.46 5/229 23335
/proc/meminfo: memFree=28040920/32770624 swapFree=66938192/67108860
[pid=23269] ppid=23266 vsize=10834680 memory=190080 CPUtime=3.17 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 24650 13319 0 0 301 9 5 2 20 0 15 0 445400667 11094712320 47520 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2708670 47520 3579 1 0 2670733 0
[pid=23269/tid=23322] ppid=23266 vsize=10834680 memory=2958597 CPUtime=1.41 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 15223 13319 0 0 130 4 5 2 20 0 15 0 445400676 11094712320 47520 33554432000 4194304 4196468 140726930017904 140562176577280 140562188834142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 53 13319 0 0 1 0 5 2 20 0 15 0 445400677 11094712320 47520 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 284 13319 0 0 1 0 5 2 20 0 15 0 445400677 11094712320 47520 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10834680 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 67 13319 0 0 1 0 5 2 20 0 15 0 445400677 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10834680 memory=83564 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 26 13319 0 0 1 0 5 2 20 0 15 0 445400677 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 95 13319 0 0 1 0 5 2 20 0 15 0 445400678 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10834680 memory=279821414352672 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 14 13319 0 0 0 0 5 2 20 0 15 0 445400679 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561385961120 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10834680 memory=279821414582032 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400679 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561235817728 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10834680 memory=6944656575208382560 CPUtime=0.7 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 2499 13319 0 0 63 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10834680 memory=6944656592455360604 CPUtime=0.63 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 2361 13319 0 0 56 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10834680 memory=6944656592455359580 CPUtime=0.49 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 1816 13319 0 0 42 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10834680 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10834680 memory=7684433391216329530 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 445400682 11094712320 47520 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 405907 13319 0 0 228124 75 5 2 20 0 15 0 445400676 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562176588704 140561822027345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10846988 memory=4485308 CPUtime=34.48 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 42834 13319 0 0 3345 96 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10846988 memory=4485312 CPUtime=34.23 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 47027 13319 0 0 3315 101 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10846988 memory=4485308 CPUtime=34.46 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 34976 13319 0 0 3342 97 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10846988 memory=2832 CPUtime=34.29 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 41153 13319 0 0 3321 101 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5.33 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 67824 13319 0 0 516 10 5 2 20 0 15 0 445400678 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 38 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561385961248 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 45 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561235817728 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 37427 13319 0 0 488 5 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5.87 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 47547 13319 0 0 574 6 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10846988 memory=4485316 CPUtime=2.06 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 25497 13319 0 0 196 3 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10846988 memory=984 CPUtime=1.34 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 2203 13319 0 0 64 63 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 2438.6 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4485316 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 1.67 1.63 3/228 23703
/proc/meminfo: memFree=24207324/32770624 swapFree=66938200/67108860
[pid=23269] ppid=23266 vsize=10846988 memory=4485316 CPUtime=2498.77 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 768353 13319 0 0 249321 549 5 2 20 0 15 0 445400667 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2711747 1121329 3636 1 0 2673805 0
[pid=23269/tid=23322] ppid=23266 vsize=10846988 memory=4485316 CPUtime=2342 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 415819 13319 0 0 234116 77 5 2 20 0 15 0 445400676 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562176588912 140561822027561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.53 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 43050 13319 0 0 3350 96 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.27 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 47222 13319 0 0 3319 101 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.5 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 36606 13319 0 0 3346 97 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.34 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 41324 13319 0 0 3326 101 5 2 20 0 15 0 445400677 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5.35 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 68151 13319 0 0 517 11 5 2 20 0 15 0 445400678 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10846988 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 38 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561385961248 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 45 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561235817728 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 37429 13319 0 0 488 5 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10846988 memory=916 CPUtime=5.87 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 48702 13319 0 0 574 6 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10846988 memory=3848 CPUtime=2.06 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 25499 13319 0 0 196 3 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10846988 memory=33164 CPUtime=1.38 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 2257 13319 0 0 66 65 5 2 20 0 15 0 445400682 11107315712 1121329 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 2498.77 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4485316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.5 s]
/proc/loadavg: 1.77 1.68 1.63 3/228 23706
/proc/meminfo: memFree=24204748/32770624 swapFree=66938200/67108860
[pid=23269] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2520.04 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 777724 13319 0 0 251446 551 5 2 20 0 15 0 445400667 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2711747 1121332 3636 1 0 2673805 0
[pid=23269/tid=23322] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2363.17 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 422690 13319 0 0 236233 77 5 2 20 0 15 0 445400676 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562176588864 140561823448132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10846988 memory=4485328 CPUtime=34.55 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 43766 13319 0 0 3352 96 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.29 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 47382 13319 0 0 3321 101 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.52 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 36693 13319 0 0 3348 97 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.35 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 42511 13319 0 0 3327 101 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5.35 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 68450 13319 0 0 517 11 5 2 20 0 15 0 445400678 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 38 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561385961248 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10846988 memory=4485328 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 45 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561235817728 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10846988 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10846988 memory=4485328 CPUtime=5 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 37434 13319 0 0 488 5 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10846988 memory=4485328 CPUtime=5.87 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 48705 13319 0 0 574 6 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2.06 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 25506 13319 0 0 196 3 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10846988 memory=4485328 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10846988 memory=3620 CPUtime=1.38 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 2293 13319 0 0 66 65 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4485328 KiB

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

[startup+2403.54 s]
# the end of solver process 23269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.54 s, system=5.56629 s

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

[startup+2403.5 s]
/proc/loadavg: 1.77 1.68 1.63 3/228 23706
/proc/meminfo: memFree=24204748/32770624 swapFree=66938200/67108860
[pid=23269] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2520.04 cores=0,2,4,6
/proc/23269/stat : 23269 (java) S 23266 23269 18105 0 -1 1077944320 777724 13319 0 0 251446 551 5 2 20 0 15 0 445400667 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140726930000448 140562204753655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
/proc/23269/statm: 2711747 1121332 3636 1 0 2673805 0
[pid=23269/tid=23322] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2363.17 cores=0,2,4,6
/proc/23269/task/23322/stat : 23322 (java) R 23266 23269 18105 0 -1 4202560 422690 13319 0 0 236233 77 5 2 20 0 15 0 445400676 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562176588864 140561823448132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23323] ppid=23266 vsize=10846988 memory=4485328 CPUtime=34.55 cores=0,2,4,6
/proc/23269/task/23323/stat : 23323 (java) S 23266 23269 18105 0 -1 1077944384 43766 13319 0 0 3352 96 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562208995856 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23324] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.29 cores=0,2,4,6
/proc/23269/task/23324/stat : 23324 (java) S 23266 23269 18105 0 -1 1077944384 47382 13319 0 0 3321 101 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140562134301328 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23325] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.52 cores=0,2,4,6
/proc/23269/task/23325/stat : 23325 (java) S 23266 23269 18105 0 -1 1077944384 36693 13319 0 0 3348 97 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561777088784 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23326] ppid=23266 vsize=10846988 memory=4485316 CPUtime=34.35 cores=0,2,4,6
/proc/23269/task/23326/stat : 23326 (java) S 23266 23269 18105 0 -1 1077944384 42511 13319 0 0 3327 101 5 2 20 0 15 0 445400677 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561776036240 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23327] ppid=23266 vsize=10846988 memory=4485316 CPUtime=5.35 cores=0,2,4,6
/proc/23269/task/23327/stat : 23327 (java) S 23266 23269 18105 0 -1 1077944384 68450 13319 0 0 517 11 5 2 20 0 15 0 445400678 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561747335920 140562204764802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23328] ppid=23266 vsize=10846988 memory=4485316 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23328/stat : 23328 (java) S 23266 23269 18105 0 -1 1077944384 38 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561385961248 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23329] ppid=23266 vsize=10846988 memory=4485328 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23329/stat : 23329 (java) S 23266 23269 18105 0 -1 1077944384 45 13319 0 0 0 0 5 2 20 0 15 0 445400679 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561235817728 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23330] ppid=23266 vsize=10846988 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23330/stat : 23330 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140560751745488 140562204772251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23331] ppid=23266 vsize=10846988 memory=4485328 CPUtime=5 cores=0,2,4,6
/proc/23269/task/23331/stat : 23331 (java) S 23266 23269 18105 0 -1 1077944384 37434 13319 0 0 488 5 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561746282736 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23332] ppid=23266 vsize=10846988 memory=4485328 CPUtime=5.87 cores=0,2,4,6
/proc/23269/task/23332/stat : 23332 (java) S 23266 23269 18105 0 -1 1077944384 48705 13319 0 0 574 6 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561745230192 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23333] ppid=23266 vsize=10846988 memory=4485328 CPUtime=2.06 cores=0,2,4,6
/proc/23269/task/23333/stat : 23333 (java) S 23266 23269 18105 0 -1 1077944384 25506 13319 0 0 196 3 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561744177136 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23334] ppid=23266 vsize=10846988 memory=4485328 CPUtime=0.07 cores=0,2,4,6
/proc/23269/task/23334/stat : 23334 (java) S 23266 23269 18105 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140560718186848 140562204763861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
[pid=23269/tid=23335] ppid=23266 vsize=10846988 memory=3620 CPUtime=1.38 cores=0,2,4,6
/proc/23269/task/23335/stat : 23335 (java) S 23266 23269 18105 0 -1 1077944384 2293 13319 0 0 66 65 5 2 20 0 15 0 445400682 11107315712 1121332 33554432000 4194304 4196468 140726930017904 140561743125552 140562204764802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140726930021103 140726930023621 140726930023621 140726930026447 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4485328 KiB

Child status: 143
Real time (s): 2403.54
CPU time (s): 2520.11
CPU user time (s): 2514.54
CPU system time (s): 5.56629
CPU usage (%): 104.85
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 6858896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.54
system time used= 5.56629
maximum resident set size= 6865040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 794368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71196
involuntary context switches= 5321


# summary of solver processes directly reported to runsolver:
#   pid: 23269
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.54
#   total CPU system time (s): 5.56629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8362 second user time and 23.3738 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 05:34:13
IDJOB=4400728
IDBENCH=138444
IDSOLVER=2857
FILE ID=node151/4400728-1568691292
RUNJOBID= node151-1568673291-18136
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400728-1568691292/watcher-4400728-1568691292 -o /tmp/evaluation-result-4400728-1568691292/solver-4400728-1568691292 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4400728-1568691292.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=1538733696

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28141260 kB
MemAvailable:   28447300 kB
Buffers:           75416 kB
Cached:           534008 kB
SwapCached:        68740 kB
Active:          3740788 kB
Inactive:         337364 kB
Active(anon):    3401524 kB
Inactive(anon):   111644 kB
Active(file):     339264 kB
Inactive(file):   225720 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938192 kB
Dirty:             35532 kB
Writeback:             0 kB
AnonPages:       3510904 kB
Mapped:            57012 kB
Shmem:             35172 kB
Slab:             142416 kB
SReclaimable:     113784 kB
SUnreclaim:        28632 kB
KernelStack:        3792 kB
PageTables:        12408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4928696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3360768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 06:14:17