Trace number 4387437

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.1 2457.53

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
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 benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2520.05/2457.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2457.51		at concrete.MAC.mac(MAC.scala:189)
2520.05/2457.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2457.51		at scala.util.Try$.apply(Try.scala:212)
2520.05/2457.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2457.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2457.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2457.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2457.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2457.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2457.51		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2457.51		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2457.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2457.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2457.51		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2457.51		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2457.51		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2457.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.05/2457.51		at scala.util.Success.map(Try.scala:264)
2520.05/2457.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2457.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2457.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2457.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2457.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2457.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2457.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2457.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2457.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2457.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2457.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2457.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2457.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2457.51		at scala.App.main(App.scala:75)
2520.05/2457.51		at scala.App.main$(App.scala:73)
2520.05/2457.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2457.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2457.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 (11169 MiB free)
  memory of node 1: 16384 MiB (15462 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387437-1568305021/watcher-4387437-1568305021 -o /tmp/evaluation-result-4387437-1568305021/solver-4387437-1568305021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=510534566 HOME/instance-4387437-1568305021.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=11927, runsolver pid=11924

[startup+0.100125 s]*
/proc/loadavg: 1.61 1.68 1.59 3/217 11984
/proc/meminfo: memFree=27263144/32770624 swapFree=66920476/67108860
[pid=11927] ppid=11924 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 4355 13294 0 0 1 1 5 3 20 0 6 0 406758214 10212057088 4583 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2493178 4583 1931 1 0 2481616 0
[pid=11927/tid=11980] ppid=11924 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 2159 13294 0 0 0 0 5 3 20 0 6 0 406758223 10212057088 4649 33554432000 4194304 4196468 140731053188672 140619060974160 140619074260336 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 406758224 10212057088 4649 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=9972712 memory=288370681572062848 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 406758224 10212057088 4649 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 406758224 10212057088 4649 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 6 0 406758224 10212057088 4649 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209999 s]*
/proc/loadavg: 1.61 1.68 1.59 4/226 11993
/proc/meminfo: memFree=27241888/32770624 swapFree=66920476/67108860
[pid=11927] ppid=11924 vsize=10818940 memory=41584 CPUtime=0.26 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 6781 13294 0 0 17 1 5 3 20 0 15 0 406758214 11078594560 10396 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2704735 10396 2943 1 0 2667149 0
[pid=11927/tid=11980] ppid=11924 vsize=10818940 memory=729618466009055537 CPUtime=0.2 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 3271 13294 0 0 11 1 5 3 20 0 15 0 406758223 11078594560 10396 33554432000 4194304 4196468 140731053188672 140619060925248 140619089159325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11078594560 10396 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10818940 memory=288370681572062848 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758224 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758225 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 33 13294 0 0 0 0 5 3 20 0 15 0 406758226 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618547262880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758226 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618437223920 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11078594560 10396 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) R 11924 11927 5621 0 -1 1077944384 456 13294 0 0 1 0 5 3 20 0 15 0 406758228 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 183 13294 0 0 0 0 5 3 20 0 15 0 406758228 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10818940 memory=140305420351104 CPUtime=0.11 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) R 11924 11927 5621 0 -1 4202560 619 13294 0 0 3 0 5 3 20 0 15 0 406758228 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618511599856 140619089158746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11078594560 10396 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10818940 memory=140305420351104 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758229 11078594560 10396 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41584 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.61 1.68 1.59 3/226 11993
/proc/meminfo: memFree=27231392/32770624 swapFree=66920476/67108860
[pid=11927] ppid=11924 vsize=10820244 memory=53204 CPUtime=0.4 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 10555 13294 0 0 29 3 5 3 20 0 15 0 406758214 11079929856 13301 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2705061 13301 3262 1 0 2667149 0
[pid=11927/tid=11980] ppid=11924 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 7034 13294 0 0 19 2 5 3 20 0 15 0 406758223 11079929856 13301 33554432000 4194304 4196468 140731053188672 140619060936656 140619089159325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11079929856 13301 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758224 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10820244 memory=140305420351103 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758225 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 33 13294 0 0 0 0 5 3 20 0 15 0 406758226 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618547262880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758226 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618437223920 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11079929856 13301 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) R 11924 11927 5621 0 -1 1077944384 457 13294 0 0 2 0 5 3 20 0 15 0 406758228 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 184 13294 0 0 1 0 5 3 20 0 15 0 406758228 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10820244 memory=140305420351104 CPUtime=0.13 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 632 13294 0 0 5 0 5 3 20 0 15 0 406758228 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11079929856 13301 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10820244 memory=140305420351104 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758229 11079929856 13301 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 53204 KiB

[startup+0.700707 s]
/proc/loadavg: 1.61 1.68 1.59 5/226 11993
/proc/meminfo: memFree=27216900/32770624 swapFree=66920476/67108860
[pid=11927] ppid=11924 vsize=10824340 memory=82768 CPUtime=1.14 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 14549 13294 0 0 101 5 5 3 20 0 15 0 406758214 11084124160 20692 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2706085 20692 3501 1 0 2668173 0
[pid=11927/tid=11980] ppid=11924 vsize=10824340 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 10237 13294 0 0 56 3 5 3 20 0 15 0 406758223 11084124160 20692 33554432000 4194304 4196468 140731053188672 140619060967360 140619089159325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10824340 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11084124160 20692 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10824340 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10824340 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758224 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758224 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 5 13294 0 0 0 0 5 3 20 0 15 0 406758225 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 33 13294 0 0 0 0 5 3 20 0 15 0 406758226 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618547262880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758226 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618437223920 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11084124160 20692 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 720 13294 0 0 13 0 5 3 20 0 15 0 406758228 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 551 13294 0 0 14 0 5 3 20 0 15 0 406758228 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 781 13294 0 0 17 0 5 3 20 0 15 0 406758228 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11084124160 20692 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10824340 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758229 11084124160 20692 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82768 KiB

[startup+1.50076 s]
/proc/loadavg: 1.61 1.68 1.59 7/226 11993
/proc/meminfo: memFree=27156844/32770624 swapFree=66920476/67108860
[pid=11927] ppid=11924 vsize=10832608 memory=215388 CPUtime=3.12 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 25649 13294 0 0 293 11 5 3 20 0 15 0 406758214 11092590592 53847 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2708152 53847 3592 1 0 2670221 0
[pid=11927/tid=11980] ppid=11924 vsize=10832608 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 14502 13294 0 0 129 5 5 3 20 0 15 0 406758223 11092590592 53847 33554432000 4194304 4196468 140731053188672 140619060969440 140619073217886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10832608 memory=4641084096345626984 CPUtime=0.09 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 68 13294 0 0 1 0 5 3 20 0 15 0 406758224 11092590592 53847 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10832608 memory=4641084096345626984 CPUtime=0.1 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 24 13294 0 0 2 0 5 3 20 0 15 0 406758224 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10832608 memory=4641084096345626984 CPUtime=0.1 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 256 13294 0 0 2 0 5 3 20 0 15 0 406758224 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10832608 memory=280610614898464 CPUtime=0.1 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 69 13294 0 0 2 0 5 3 20 0 15 0 406758224 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10832608 memory=3540061010018807441 CPUtime=0.09 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 692 13294 0 0 1 0 5 3 20 0 15 0 406758225 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10832608 memory=280610614565888 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 33 13294 0 0 0 0 5 3 20 0 15 0 406758226 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618547262880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758226 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618437223920 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11092590592 53847 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10832608 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 2490 13294 0 0 56 0 5 3 20 0 15 0 406758228 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10832608 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 3071 13294 0 0 55 0 5 3 20 0 15 0 406758228 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10832608 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 2227 13294 0 0 40 1 5 3 20 0 15 0 406758228 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10832608 memory=280610615107584 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11092590592 53847 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10832608 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 406758229 11092590592 53847 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10832608 KiB

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

/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 126993 13294 0 0 236159 65 5 3 20 0 15 0 406758223 11107291136 510853 33554432000 4194304 4196468 140731053188672 140619060973264 140618675013681 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10846964 memory=2044952 CPUtime=12.46 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 36988 13294 0 0 1197 41 5 3 20 0 15 0 406758224 11107291136 510853 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10846964 memory=2045976 CPUtime=12.51 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 41990 13294 0 0 1201 42 5 3 20 0 15 0 406758224 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10846964 memory=2071568 CPUtime=12.51 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 53762 13294 0 0 1203 40 5 3 20 0 15 0 406758224 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10846964 memory=2044440 CPUtime=12.5 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 35049 13294 0 0 1200 42 5 3 20 0 15 0 406758224 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10846964 memory=2043412 CPUtime=5.16 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 35171 13294 0 0 461 47 5 3 20 0 15 0 406758225 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10846964 memory=16508 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 46 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618547262944 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10846964 memory=2071072 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 7 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618437223936 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10846964 memory=2071072 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11107291136 510853 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10846964 memory=164 CPUtime=10.44 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 36341 13294 0 0 1029 7 5 3 20 0 15 0 406758228 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10846964 memory=-3252517613198930781 CPUtime=10.39 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 40093 13294 0 0 1025 6 5 3 20 0 15 0 406758228 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10846964 memory=2045464 CPUtime=4.21 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 25758 13294 0 0 407 6 5 3 20 0 15 0 406758228 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10846964 memory=2045464 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11107291136 510853 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10846964 memory=2059784 CPUtime=1.46 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 2304 13294 0 0 61 77 5 3 20 0 15 0 406758229 11107291136 510853 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 2443.36 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2043412 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.53 1.51 3/226 12347
/proc/meminfo: memFree=27138240/32770624 swapFree=66920520/67108860
[pid=11927] ppid=11924 vsize=10846964 memory=1997320 CPUtime=2504.56 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 442661 13294 0 0 250098 350 5 3 20 0 15 0 406758214 11107291136 499330 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2711741 499330 3639 1 0 2673805 0
[pid=11927/tid=11980] ppid=11924 vsize=10846964 memory=1998856 CPUtime=2421.71 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 128747 13294 0 0 242097 66 5 3 20 0 15 0 406758223 11107291136 499330 33554432000 4194304 4196468 140731053188672 140619060973408 140618672976322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10846964 memory=2001404 CPUtime=12.87 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 37265 13294 0 0 1237 42 5 3 20 0 15 0 406758224 11107291136 499330 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10846964 memory=2004480 CPUtime=12.91 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 42521 13294 0 0 1240 43 5 3 20 0 15 0 406758224 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10846964 memory=2013200 CPUtime=12.92 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 54872 13294 0 0 1243 41 5 3 20 0 15 0 406758224 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10846964 memory=2021888 CPUtime=12.9 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 35567 13294 0 0 1239 43 5 3 20 0 15 0 406758224 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10846964 memory=2007560 CPUtime=5.33 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 35764 13294 0 0 476 49 5 3 20 0 15 0 406758225 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10846964 memory=2006532 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 46 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618547262944 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10846964 memory=1998344 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 7 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618437223936 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10846964 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11107291136 499330 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10846964 memory=1997832 CPUtime=10.44 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 36347 13294 0 0 1029 7 5 3 20 0 15 0 406758228 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10846964 memory=56 CPUtime=10.4 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 40101 13294 0 0 1025 7 5 3 20 0 15 0 406758228 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10846964 memory=2006020 CPUtime=4.21 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 26863 13294 0 0 407 6 5 3 20 0 15 0 406758228 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10846964 memory=2010124 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11107291136 499330 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10846964 memory=1998856 CPUtime=1.5 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 2346 13294 0 0 63 79 5 3 20 0 15 0 406758229 11107291136 499330 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 2504.56 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1997320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.5 s]
/proc/loadavg: 1.68 1.52 1.50 3/227 12350
/proc/meminfo: memFree=27152564/32770624 swapFree=66920520/67108860
[pid=11927] ppid=11924 vsize=10846964 memory=1982972 CPUtime=2520.05 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 444437 13294 0 0 251644 353 5 3 20 0 15 0 406758214 11107291136 495743 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2711741 495743 3639 1 0 2673805 0
[pid=11927/tid=11980] ppid=11924 vsize=10846964 memory=1556 CPUtime=2436.74 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 129341 13294 0 0 243600 66 5 3 20 0 15 0 406758223 11107291136 495743 33554432000 4194304 4196468 140731053188672 140619060972432 140619071658499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10846964 memory=1983992 CPUtime=12.96 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 37423 13294 0 0 1246 42 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10846964 memory=1983992 CPUtime=13.01 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 42589 13294 0 0 1250 43 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10846964 memory=1982972 CPUtime=13.02 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 55024 13294 0 0 1253 41 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10846964 memory=1293 CPUtime=13.01 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 36082 13294 0 0 1249 44 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10846964 memory=280610615235648 CPUtime=5.37 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 36035 13294 0 0 480 49 5 3 20 0 15 0 406758225 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10846964 memory=280610616003936 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 46 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618547262944 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10846964 memory=20036 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 7 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618437223936 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10846964 memory=1992712 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10846964 memory=984 CPUtime=10.44 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 36347 13294 0 0 1029 7 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10846964 memory=16524 CPUtime=10.4 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 40102 13294 0 0 1025 7 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10846964 memory=988 CPUtime=4.21 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 26863 13294 0 0 407 6 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10846964 memory=3472328296227679313 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11107291136 495743 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10846964 memory=6944613755328037015 CPUtime=1.5 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 2363 13294 0 0 63 79 5 3 20 0 15 0 406758229 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1982972 KiB

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

[startup+2457.53 s]
# the end of solver process 11927 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.52 s, system=3.57782 s

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

[startup+2457.5 s]
/proc/loadavg: 1.68 1.52 1.50 3/227 12350
/proc/meminfo: memFree=27152564/32770624 swapFree=66920520/67108860
[pid=11927] ppid=11924 vsize=10846964 memory=1982972 CPUtime=2520.05 cores=1,3,5,7
/proc/11927/stat : 11927 (java) S 11924 11927 5621 0 -1 1077944320 444437 13294 0 0 251644 353 5 3 20 0 15 0 406758214 11107291136 495743 33554432000 4194304 4196468 140731053188672 140731053171216 140619089137399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
/proc/11927/statm: 2711741 495743 3639 1 0 2673805 0
[pid=11927/tid=11980] ppid=11924 vsize=10846964 memory=1556 CPUtime=2436.74 cores=1,3,5,7
/proc/11927/task/11980/stat : 11980 (java) R 11924 11927 5621 0 -1 4202560 129341 13294 0 0 243600 66 5 3 20 0 15 0 406758223 11107291136 495743 33554432000 4194304 4196468 140731053188672 140619060972432 140619071658499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11981] ppid=11924 vsize=10846964 memory=1983992 CPUtime=12.96 cores=1,3,5,7
/proc/11927/task/11981/stat : 11981 (java) S 11924 11927 5621 0 -1 1077944384 37423 13294 0 0 1246 42 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140619093379344 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11982] ppid=11924 vsize=10846964 memory=1983992 CPUtime=13.01 cores=1,3,5,7
/proc/11927/task/11982/stat : 11982 (java) S 11924 11927 5621 0 -1 1077944384 42589 13294 0 0 1250 43 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618981652880 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11983] ppid=11924 vsize=10846964 memory=1982972 CPUtime=13.02 cores=1,3,5,7
/proc/11927/task/11983/stat : 11983 (java) S 11924 11927 5621 0 -1 1077944384 55024 13294 0 0 1253 41 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618980600336 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11984] ppid=11924 vsize=10846964 memory=1293 CPUtime=13.01 cores=1,3,5,7
/proc/11927/task/11984/stat : 11984 (java) S 11924 11927 5621 0 -1 1077944384 36082 13294 0 0 1249 44 5 3 20 0 15 0 406758224 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618979547792 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11985] ppid=11924 vsize=10846964 memory=280610615235648 CPUtime=5.37 cores=1,3,5,7
/proc/11927/task/11985/stat : 11985 (java) S 11924 11927 5621 0 -1 1077944384 36035 13294 0 0 480 49 5 3 20 0 15 0 406758225 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618548316656 140619089148546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11986] ppid=11924 vsize=10846964 memory=280610616003936 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11986/stat : 11986 (java) S 11924 11927 5621 0 -1 1077944384 46 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618547262944 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11987] ppid=11924 vsize=10846964 memory=20036 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11987/stat : 11987 (java) S 11924 11927 5621 0 -1 1077944384 7 13294 0 0 0 0 5 3 20 0 15 0 406758226 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618437223936 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11988] ppid=11924 vsize=10846964 memory=1992712 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11988/stat : 11988 (java) S 11924 11927 5621 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140617833245392 140619089155995 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11989] ppid=11924 vsize=10846964 memory=984 CPUtime=10.44 cores=1,3,5,7
/proc/11927/task/11989/stat : 11989 (java) S 11924 11927 5621 0 -1 1077944384 36347 13294 0 0 1029 7 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618513704944 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11990] ppid=11924 vsize=10846964 memory=16524 CPUtime=10.4 cores=1,3,5,7
/proc/11927/task/11990/stat : 11990 (java) S 11924 11927 5621 0 -1 1077944384 40102 13294 0 0 1025 7 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618512652400 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11991] ppid=11924 vsize=10846964 memory=988 CPUtime=4.21 cores=1,3,5,7
/proc/11927/task/11991/stat : 11991 (java) S 11924 11927 5621 0 -1 1077944384 26863 13294 0 0 407 6 5 3 20 0 15 0 406758228 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618511599856 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11992] ppid=11924 vsize=10846964 memory=3472328296227679313 CPUtime=0.08 cores=1,3,5,7
/proc/11927/task/11992/stat : 11992 (java) S 11924 11927 5621 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 406758229 11107291136 495743 33554432000 4194304 4196468 140731053188672 140617363483232 140619089147605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
[pid=11927/tid=11993] ppid=11924 vsize=10846964 memory=6944613755328037015 CPUtime=1.5 cores=1,3,5,7
/proc/11927/task/11993/stat : 11993 (java) S 11924 11927 5621 0 -1 1077944384 2363 13294 0 0 63 79 5 3 20 0 15 0 406758229 11107291136 495743 33554432000 4194304 4196468 140731053188672 140618510547760 140619089148546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 23121920 140731053193974 140731053196485 140731053196485 140731053199311 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1982972 KiB

Child status: 143
Real time (s): 2457.53
CPU time (s): 2520.1
CPU user time (s): 2516.52
CPU system time (s): 3.57782
CPU usage (%): 102.546
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2904068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.52
system time used= 3.57782
maximum resident set size= 2904068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177373
involuntary context switches= 5924


# summary of solver processes directly reported to runsolver:
#   pid: 11927
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.52
#   total CPU system time (s): 3.57782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9616 second user time and 20.21 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 17:15:05
IDJOB=4387437
IDBENCH=138488
IDSOLVER=2823
FILE ID=node107/4387437-1568305021
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 55592 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387437-1568305021/watcher-4387437-1568305021 -o /tmp/evaluation-result-4387437-1568305021/solver-4387437-1568305021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=510534566 HOME/instance-4387437-1568305021.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=510534566

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        27271620 kB
MemAvailable:   27666596 kB
Buffers:          104088 kB
Cached:           558820 kB
SwapCached:        80516 kB
Active:          4620156 kB
Inactive:         283336 kB
Active(anon):    4168592 kB
Inactive(anon):   100836 kB
Active(file):     451564 kB
Inactive(file):   182500 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920476 kB
Dirty:             35088 kB
Writeback:             0 kB
AnonPages:       4211232 kB
Mapped:            44788 kB
Shmem:             20224 kB
Slab:             182132 kB
SReclaimable:     153496 kB
SUnreclaim:        28636 kB
KernelStack:        3968 kB
PageTables:        14156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5635544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3971072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55636 MiB
End job on node107 at 2019-09-12 17:56:03