Trace number 4395966

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.13 2458.76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395966-1568410867/watcher-4395966-1568410867 -o /tmp/evaluation-result-4395966-1568410867/solver-4395966-1568410867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568410404-12090 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=321891787 HOME/instance-4395966-1568410867.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=12483, runsolver pid=12480

[startup+0.100124 s]*
/proc/loadavg: 1.99 1.70 1.45 3/218 12540
/proc/meminfo: memFree=25815060/32770624 swapFree=66946660/67108860
[pid=12483] ppid=12480 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 4458 13373 0 0 0 1 5 2 20 0 6 0 417028622 10212057088 4203 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2493178 4203 1935 1 0 2481616 0
[pid=12483/tid=12536] ppid=12480 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 2258 13373 0 0 0 0 5 2 20 0 6 0 417028631 10212057088 4715 33554432000 4194304 4196468 140735495381760 139738364109392 139738377955123 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 6 0 417028632 10212057088 4715 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=9972712 memory=139810538948224 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 6 0 417028632 10212057088 4715 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 6 0 417028632 10212057088 4715 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 6 0 417028632 10212057088 4715 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210018 s]*
/proc/loadavg: 1.99 1.70 1.45 4/227 12549
/proc/meminfo: memFree=25795580/32770624 swapFree=66946660/67108860
[pid=12483] ppid=12480 vsize=10819664 memory=38808 CPUtime=0.25 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 7044 13373 0 0 16 2 5 2 20 0 15 0 417028622 11079335936 9702 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2704916 9702 3170 1 0 2667149 0
[pid=12483/tid=12536] ppid=12480 vsize=10819664 memory=7822038051842263955 CPUtime=0.18 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 3523 13373 0 0 10 1 5 2 20 0 15 0 417028631 11079335936 9702 33554432000 4194304 4196468 140735495381760 139738364088024 139738376353118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079335936 9702 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10819664 memory=139810538948224 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079335936 9702 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079335936 9702 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079335936 9702 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10819664 memory=139810538948224 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 13 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737364947872 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737163621360 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 340 13373 0 0 1 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 304 13373 0 0 1 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10819664 memory=139810538948224 CPUtime=0.1 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) R 12480 12483 12059 0 -1 4202560 641 13373 0 0 3 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737915763440 139738392293978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10819664 memory=139810538948224 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079335936 9702 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38808 KiB

[startup+0.310215 s]*
/proc/loadavg: 1.99 1.70 1.45 3/227 12549
/proc/meminfo: memFree=25782292/32770624 swapFree=66946660/67108860
[pid=12483] ppid=12480 vsize=10820148 memory=50212 CPUtime=0.4 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 10758 13373 0 0 29 4 5 2 20 0 15 0 417028622 11079831552 12553 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2705037 12553 3307 1 0 2667149 0
[pid=12483/tid=12536] ppid=12480 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 7208 13373 0 0 19 3 5 2 20 0 15 0 417028631 11079831552 12553 33554432000 4194304 4196468 140735495381760 139738364072544 139738378461221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10820148 memory=7810193301219732584 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079831552 12553 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10820148 memory=5787233549803348032 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079831552 12553 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10820148 memory=7649539181826689217 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079831552 12553 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028632 11079831552 12553 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 13 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737364947872 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028634 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737163621360 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 341 13373 0 0 1 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 313 13373 0 0 2 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 662 13373 0 0 5 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028637 11079831552 12553 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50212 KiB

[startup+0.700696 s]
/proc/loadavg: 1.99 1.70 1.45 3/227 12549
/proc/meminfo: memFree=25767336/32770624 swapFree=66946660/67108860
[pid=12483] ppid=12480 vsize=10824360 memory=83712 CPUtime=1.1 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 15140 13373 0 0 97 6 5 2 20 0 15 0 417028622 11084144640 20928 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2706090 20928 3503 1 0 2668173 0
[pid=12483/tid=12536] ppid=12480 vsize=10824360 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 10360 13373 0 0 54 4 5 2 20 0 15 0 417028631 11084144640 20928 33554432000 4194304 4196468 140735495381760 139738364085792 139738392294557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10824360 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11084144640 20928 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11084144640 20928 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028632 11084144640 20928 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028632 11084144640 20928 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 6 13373 0 0 0 0 5 2 20 0 15 0 417028634 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 13 13373 0 0 0 0 5 2 20 0 15 0 417028634 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737364947872 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028634 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737163621360 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10824360 memory=139810379433872 CPUtime=0.19 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) R 12480 12483 12059 0 -1 1077944384 754 13373 0 0 12 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10824360 memory=24964 CPUtime=0.19 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) R 12480 12483 12059 0 -1 4202560 851 13373 0 0 12 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737916815984 139738392284566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10824360 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 934 13373 0 0 17 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10824360 memory=139810379431280 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028637 11084144640 20928 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83712 KiB

[startup+1.50079 s]
/proc/loadavg: 1.99 1.70 1.45 5/227 12549
/proc/meminfo: memFree=25613200/32770624 swapFree=66946660/67108860
[pid=12483] ppid=12480 vsize=10835680 memory=237344 CPUtime=3.4 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 33617 13373 0 0 320 13 5 2 20 0 15 0 417028622 11095736320 59336 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2708920 59336 3582 1 0 2670984 0
[pid=12483/tid=12536] ppid=12480 vsize=10835680 memory=26 CPUtime=1.4 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 15707 13373 0 0 125 8 5 2 20 0 15 0 417028631 11095736320 59336 33554432000 4194304 4196468 140735495381760 139738364083216 139738392294557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10835680 memory=31 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 38 13373 0 0 1 0 5 2 20 0 15 0 417028632 11095736320 59336 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10835680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 28 13373 0 0 2 0 5 2 20 0 15 0 417028632 11095736320 59336 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10835680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 55 13373 0 0 2 0 5 2 20 0 15 0 417028632 11095736320 59336 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10835680 memory=98744 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 273 13373 0 0 1 0 5 2 20 0 15 0 417028632 11095736320 59336 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10835680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 210 13373 0 0 1 0 5 2 20 0 15 0 417028634 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10835680 memory=7594846209320182616 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 13 13373 0 0 0 0 5 2 20 0 15 0 417028634 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737364947872 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10835680 memory=7811888662217976404 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 2 13373 0 0 0 0 5 2 20 0 15 0 417028634 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737163621360 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10835680 memory=7228965062338636902 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10835680 memory=7454130749351154278 CPUtime=0.9 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) R 12480 12483 12059 0 -1 4202560 8638 13373 0 0 83 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737917854560 139738373816384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10835680 memory=7306647740633995622 CPUtime=0.67 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 3752 13373 0 0 60 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10835680 memory=7594846209320182616 CPUtime=0.48 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 2685 13373 0 0 41 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10835680 memory=7594846209320182616 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10835680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 1 13373 0 0 0 0 5 2 20 0 15 0 417028637 11095736320 59336 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 3.4 s
Current children cumulated vsize: 10835680 KiB

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

/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 116354 13373 0 0 236179 58 5 2 20 0 15 0 417028631 11107311616 360138 33554432000 4194304 4196468 140735495381760 139738364107200 139737992659831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10846984 memory=1440552 CPUtime=12.35 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 30065 13373 0 0 1191 37 5 2 20 0 15 0 417028632 11107311616 360138 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10846984 memory=1440532 CPUtime=12.38 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 31887 13373 0 0 1194 37 5 2 20 0 15 0 417028632 11107311616 360138 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10846984 memory=1440532 CPUtime=12.43 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 50713 13373 0 0 1196 40 5 2 20 0 15 0 417028632 11107311616 360138 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10846984 memory=1440552 CPUtime=12.39 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 31110 13373 0 0 1192 40 5 2 20 0 15 0 417028632 11107311616 360138 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10846984 memory=1440552 CPUtime=5.09 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 29716 13373 0 0 462 40 5 2 20 0 15 0 417028634 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10846984 memory=1440552 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 22 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737364948000 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10846984 memory=3472328296227679313 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 16 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737163621376 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10846984 memory=1440552 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10846984 memory=1440552 CPUtime=11.29 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 54207 13373 0 0 1118 4 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10846984 memory=1440552 CPUtime=10.06 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 51970 13373 0 0 994 5 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10846984 memory=1764 CPUtime=2.85 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 30365 13373 0 0 272 6 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10846984 memory=111636 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10846984 memory=804 CPUtime=1.48 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 2505 13373 0 0 67 74 5 2 20 0 15 0 417028637 11107311616 360138 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 2442.28 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1440552 KiB

[startup+2442.3 s]
/proc/loadavg: 1.09 1.33 1.42 3/228 12944
/proc/meminfo: memFree=28830644/32770624 swapFree=66946824/67108860
[pid=12483] ppid=12480 vsize=10846984 memory=1442636 CPUtime=2503.35 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 435773 13373 0 0 250013 315 5 2 20 0 15 0 417028622 11107311616 360659 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2711746 360659 3642 1 0 2673805 0
[pid=12483/tid=12536] ppid=12480 vsize=10846984 memory=1442632 CPUtime=2421.86 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 117502 13373 0 0 242120 59 5 2 20 0 15 0 417028631 11107311616 360659 33554432000 4194304 4196468 140735495381760 139738364107232 139738007286953 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10846984 memory=1440564 CPUtime=12.72 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 30345 13373 0 0 1227 38 5 2 20 0 15 0 417028632 11107311616 360659 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10846984 memory=1440564 CPUtime=12.75 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 33624 13373 0 0 1230 38 5 2 20 0 15 0 417028632 11107311616 360659 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10846984 memory=1442632 CPUtime=12.8 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 50971 13373 0 0 1233 40 5 2 20 0 15 0 417028632 11107311616 360659 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10846984 memory=1440584 CPUtime=12.76 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 31687 13373 0 0 1228 41 5 2 20 0 15 0 417028632 11107311616 360659 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10846984 memory=1442632 CPUtime=5.25 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 30300 13373 0 0 476 42 5 2 20 0 15 0 417028634 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10846984 memory=1442632 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 22 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737364948000 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10846984 memory=1442636 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 16 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737163621376 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10846984 memory=1442636 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10846984 memory=1442636 CPUtime=11.29 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 54209 13373 0 0 1118 4 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10846984 memory=1442636 CPUtime=10.06 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 51973 13373 0 0 994 5 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10846984 memory=3472328296227679313 CPUtime=2.85 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 30367 13373 0 0 272 6 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10846984 memory=1440564 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10846984 memory=6791534058613427641 CPUtime=1.51 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 2542 13373 0 0 69 75 5 2 20 0 15 0 417028637 11107311616 360659 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 2503.35 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1442636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.7 s]
/proc/loadavg: 1.14 1.33 1.42 3/228 12945
/proc/meminfo: memFree=28842540/32770624 swapFree=66946824/67108860
[pid=12483] ppid=12480 vsize=10846984 memory=1442656 CPUtime=2520.05 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 438377 13373 0 0 251681 317 5 2 20 0 15 0 417028622 11107311616 360664 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2711746 360664 3642 1 0 2673805 0
[pid=12483/tid=12536] ppid=12480 vsize=10846984 memory=1040 CPUtime=2438.09 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 118250 13373 0 0 243742 60 5 2 20 0 15 0 417028631 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738364107600 139738007286974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.83 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 31665 13373 0 0 1238 38 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.85 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 33672 13373 0 0 1240 38 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.91 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 51234 13373 0 0 1243 41 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.86 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 31767 13373 0 0 1238 41 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10846984 memory=1442636 CPUtime=5.29 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 30439 13373 0 0 480 42 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10846984 memory=251397 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 22 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737364948000 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10846984 memory=279620760714400 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 16 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737163621376 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10846984 memory=1442636 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10846984 memory=68 CPUtime=11.29 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 54209 13373 0 0 1118 4 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10846984 memory=1442656 CPUtime=10.06 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 51973 13373 0 0 994 5 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10846984 memory=7 CPUtime=2.85 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 30367 13373 0 0 272 6 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10846984 memory=1442656 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10846984 memory=1442636 CPUtime=1.53 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 2548 13373 0 0 70 76 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1442656 KiB

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

[startup+2458.76 s]
# the end of solver process 12483 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.91 s, system=3.22691 s

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

[startup+2458.7 s]
/proc/loadavg: 1.14 1.33 1.42 3/228 12945
/proc/meminfo: memFree=28842540/32770624 swapFree=66946824/67108860
[pid=12483] ppid=12480 vsize=10846984 memory=1442656 CPUtime=2520.05 cores=0,2,4,6
/proc/12483/stat : 12483 (java) S 12480 12483 12059 0 -1 1077944320 438377 13373 0 0 251681 317 5 2 20 0 15 0 417028622 11107311616 360664 33554432000 4194304 4196468 140735495381760 140735495364304 139738392272631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
/proc/12483/statm: 2711746 360664 3642 1 0 2673805 0
[pid=12483/tid=12536] ppid=12480 vsize=10846984 memory=1040 CPUtime=2438.09 cores=0,2,4,6
/proc/12483/task/12536/stat : 12536 (java) R 12480 12483 12059 0 -1 4202560 118250 13373 0 0 243742 60 5 2 20 0 15 0 417028631 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738364107600 139738007286974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12537] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.83 cores=0,2,4,6
/proc/12483/task/12537/stat : 12537 (java) S 12480 12483 12059 0 -1 1077944384 31665 13373 0 0 1238 38 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738396515088 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12538] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.85 cores=0,2,4,6
/proc/12483/task/12538/stat : 12538 (java) S 12480 12483 12059 0 -1 1077944384 33672 13373 0 0 1240 38 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738311334800 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12539] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.91 cores=0,2,4,6
/proc/12483/task/12539/stat : 12539 (java) S 12480 12483 12059 0 -1 1077944384 51234 13373 0 0 1243 41 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738310282256 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12540] ppid=12480 vsize=10846984 memory=1442636 CPUtime=12.86 cores=0,2,4,6
/proc/12483/task/12540/stat : 12540 (java) S 12480 12483 12059 0 -1 1077944384 31767 13373 0 0 1238 41 5 2 20 0 15 0 417028632 11107311616 360664 33554432000 4194304 4196468 140735495381760 139738309229712 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12541] ppid=12480 vsize=10846984 memory=1442636 CPUtime=5.29 cores=0,2,4,6
/proc/12483/task/12541/stat : 12541 (java) S 12480 12483 12059 0 -1 1077944384 30439 13373 0 0 480 42 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737918920688 139738392283778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12542] ppid=12480 vsize=10846984 memory=251397 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12542/stat : 12542 (java) S 12480 12483 12059 0 -1 1077944384 22 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737364948000 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12543] ppid=12480 vsize=10846984 memory=279620760714400 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12543/stat : 12543 (java) S 12480 12483 12059 0 -1 1077944384 16 13373 0 0 0 0 5 2 20 0 15 0 417028634 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737163621376 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12544] ppid=12480 vsize=10846984 memory=1442636 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12544/stat : 12544 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139736923330768 139738392291227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12545] ppid=12480 vsize=10846984 memory=68 CPUtime=11.29 cores=0,2,4,6
/proc/12483/task/12545/stat : 12545 (java) S 12480 12483 12059 0 -1 1077944384 54209 13373 0 0 1118 4 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737917868528 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12546] ppid=12480 vsize=10846984 memory=1442656 CPUtime=10.06 cores=0,2,4,6
/proc/12483/task/12546/stat : 12546 (java) S 12480 12483 12059 0 -1 1077944384 51973 13373 0 0 994 5 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737916815984 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12547] ppid=12480 vsize=10846984 memory=7 CPUtime=2.85 cores=0,2,4,6
/proc/12483/task/12547/stat : 12547 (java) S 12480 12483 12059 0 -1 1077944384 30367 13373 0 0 272 6 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737915763440 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12548] ppid=12480 vsize=10846984 memory=1442656 CPUtime=0.07 cores=0,2,4,6
/proc/12483/task/12548/stat : 12548 (java) S 12480 12483 12059 0 -1 1077944384 3 13373 0 0 0 0 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139736889773152 139738392282837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
[pid=12483/tid=12549] ppid=12480 vsize=10846984 memory=1442636 CPUtime=1.53 cores=0,2,4,6
/proc/12483/task/12549/stat : 12549 (java) S 12480 12483 12059 0 -1 1077944384 2548 13373 0 0 70 76 5 2 20 0 15 0 417028637 11107311616 360664 33554432000 4194304 4196468 140735495381760 139737914710320 139738392283778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7929856 140735495383792 140735495386309 140735495386309 140735495389135 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1442656 KiB

Child status: 143
Real time (s): 2458.76
CPU time (s): 2520.13
CPU user time (s): 2516.91
CPU system time (s): 3.22691
CPU usage (%): 102.496
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 2390028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.91
system time used= 3.22691
maximum resident set size= 2392080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165338
involuntary context switches= 7335


# summary of solver processes directly reported to runsolver:
#   pid: 12483
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.91
#   total CPU system time (s): 3.22691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9218 second user time and 22.7793 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 23:40:24
IDJOB=4395966
IDBENCH=138488
IDSOLVER=2846
FILE ID=node117/4395966-1568410867
RUNJOBID= node117-1568410404-12090
PBS_JOBID= 21702192
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
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-4395966-1568410867/watcher-4395966-1568410867 -o /tmp/evaluation-result-4395966-1568410867/solver-4395966-1568410867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568410404-12090 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=321891787 HOME/instance-4395966-1568410867.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=321891787

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        25821180 kB
MemAvailable:   26675160 kB
Buffers:          123352 kB
Cached:           998756 kB
SwapCached:        50440 kB
Active:          5933512 kB
Inactive:         429484 kB
Active(anon):    5207232 kB
Inactive(anon):    57228 kB
Active(file):     726280 kB
Inactive(file):   372256 kB
Unevictable:      109848 kB
Mlocked:          109848 kB
SwapTotal:      67108860 kB
SwapFree:       66946660 kB
Dirty:             35756 kB
Writeback:             0 kB
AnonPages:       5318068 kB
Mapped:            46396 kB
Shmem:             14600 kB
Slab:             171228 kB
SReclaimable:     142556 kB
SUnreclaim:        28672 kB
KernelStack:        3984 kB
PageTables:        15944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6645092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5144576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61112 MiB
End job on node117 at 2019-09-14 00:21:23