Trace number 4387466

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.14 2449.93

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387466-1568305937/watcher-4387466-1568305937 -o /tmp/evaluation-result-4387466-1568305937/solver-4387466-1568305937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=838139045 HOME/instance-4387466-1568305937.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=12402, runsolver pid=12399

[startup+0.100062 s]*
/proc/loadavg: 1.71 1.46 1.41 3/217 12459
/proc/meminfo: memFree=28445364/32770624 swapFree=66996124/67108860
[pid=12402] ppid=12399 vsize=9972712 memory=17212 CPUtime=0.09 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 4576 13278 0 0 1 0 5 3 20 0 6 0 406848433 10212057088 4303 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2493178 4303 1935 1 0 2481616 0
[pid=12402/tid=12455] ppid=12399 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 2381 13278 0 0 1 0 5 3 20 0 6 0 406848442 10212057088 4369 33554432000 4194304 4196468 140731569934400 139674193207888 139674200976488 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 406848443 10212057088 4369 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=9972712 memory=139705573795456 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 406848443 10212057088 4369 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 406848443 10212057088 4369 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 6 0 406848443 10212057088 4369 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17212 KiB

[startup+0.209799 s]*
/proc/loadavg: 1.71 1.46 1.41 3/226 12468
/proc/meminfo: memFree=28424840/32770624 swapFree=66996124/67108860
[pid=12402] ppid=12399 vsize=10818940 memory=41128 CPUtime=0.27 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 7140 13278 0 0 18 1 5 3 20 0 15 0 406848433 11078594560 10282 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2704735 10282 2959 1 0 2667149 0
[pid=12402/tid=12455] ppid=12399 vsize=10818940 memory=7100839852556125036 CPUtime=0.2 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 3661 13278 0 0 11 1 5 3 20 0 15 0 406848442 11078594560 10282 33554432000 4194304 4196468 140731569934400 139674193201712 139674221383062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11078594560 10282 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10818940 memory=139705573795456 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848443 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10818940 memory=139705573795456 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848444 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 406848444 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673141764896 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848445 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673007547504 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11078594560 10282 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 572 13278 0 0 1 0 5 3 20 0 15 0 406848447 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 52 13278 0 0 0 0 5 3 20 0 15 0 406848447 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10818940 memory=139705573795456 CPUtime=0.11 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 628 13278 0 0 3 0 5 3 20 0 15 0 406848448 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11078594560 10282 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10818940 memory=139705573795456 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848448 11078594560 10282 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41128 KiB

[startup+0.310396 s]*
/proc/loadavg: 1.71 1.46 1.41 4/226 12468
/proc/meminfo: memFree=28414464/32770624 swapFree=66996124/67108860
[pid=12402] ppid=12399 vsize=10820096 memory=52264 CPUtime=0.41 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 10841 13278 0 0 30 3 5 3 20 0 15 0 406848433 11079778304 13066 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2705024 13066 3209 1 0 2667149 0
[pid=12402/tid=12455] ppid=12399 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 7342 13278 0 0 19 2 5 3 20 0 15 0 406848442 11079778304 13066 33554432000 4194304 4196468 140731569934400 139674193170384 139673825329564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10820096 memory=6007912315489052004 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11079778304 13066 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10820096 memory=7649539072439240897 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848443 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848444 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 406848444 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673141764896 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848445 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673007547504 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11079778304 13066 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 572 13278 0 0 2 0 5 3 20 0 15 0 406848447 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 54 13278 0 0 1 0 5 3 20 0 15 0 406848447 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 637 13278 0 0 5 0 5 3 20 0 15 0 406848448 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11079778304 13066 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848448 11079778304 13066 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52264 KiB

[startup+0.703189 s]
/proc/loadavg: 1.71 1.46 1.41 5/226 12468
/proc/meminfo: memFree=28400908/32770624 swapFree=66996124/67108860
[pid=12402] ppid=12399 vsize=10824340 memory=82444 CPUtime=1.15 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 14840 13278 0 0 103 4 5 3 20 0 15 0 406848433 11084124160 20611 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2706085 20611 3501 1 0 2668173 0
[pid=12402/tid=12455] ppid=12399 vsize=10824340 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) D 12399 12402 5684 0 -1 1077944384 10582 13278 0 0 56 4 5 3 20 0 15 0 406848442 11084124160 20611 33554432000 4194304 4196468 140731569934400 139674193198320 139674221395005 0 4 0 16800975 18446744072101744164 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11084124160 20611 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848443 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848443 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 5 13278 0 0 0 0 5 3 20 0 15 0 406848444 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 406848444 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673141764896 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848445 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673007547504 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11084124160 20611 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 832 13278 0 0 13 0 5 3 20 0 15 0 406848447 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) R 12399 12402 5684 0 -1 4202560 407 13278 0 0 15 0 5 3 20 0 15 0 406848447 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673222506992 139674206296023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 780 13278 0 0 17 0 5 3 20 0 15 0 406848448 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10824340 memory=279410842271984 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11084124160 20611 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848448 11084124160 20611 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82444 KiB

[startup+1.50079 s]
/proc/loadavg: 1.71 1.46 1.41 6/226 12468
/proc/meminfo: memFree=28323904/32770624 swapFree=66996124/67108860
[pid=12402] ppid=12399 vsize=10826464 memory=227224 CPUtime=3.71 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 25485 13278 0 0 354 9 5 3 20 0 15 0 406848433 11086299136 56806 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2706616 56806 3572 1 0 2668685 0
[pid=12402/tid=12455] ppid=12399 vsize=10826464 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 11749 13278 0 0 130 5 5 3 20 0 15 0 406848442 11086299136 56806 33554432000 4194304 4196468 140731569934400 139674193202992 139674213608254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10826464 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 320 13278 0 0 2 0 5 3 20 0 15 0 406848443 11086299136 56806 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10826464 memory=3184237625497407024 CPUtime=0.09 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 50 13278 0 0 1 0 5 3 20 0 15 0 406848443 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10826464 memory=279410842848992 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 406848443 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10826464 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 48 13278 0 0 1 0 5 3 20 0 15 0 406848443 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10826464 memory=3472467984469251920 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 90 13278 0 0 0 0 5 3 20 0 15 0 406848444 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10826464 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 406848444 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673141764896 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10826464 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848445 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673007547520 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11086299136 56806 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10826464 memory=56 CPUtime=0.93 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) R 12399 12402 5684 0 -1 4202560 4524 13278 0 0 85 0 5 3 20 0 15 0 406848447 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673747000448 139674202915728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10826464 memory=2670038 CPUtime=0.96 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) R 12399 12402 5684 0 -1 4202560 4578 13278 0 0 88 0 5 3 20 0 15 0 406848447 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673222493888 139674206496899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10826464 memory=2671448 CPUtime=0.51 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 1896 13278 0 0 43 0 5 3 20 0 15 0 406848448 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11086299136 56806 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10826464 memory=279410842294080 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 406848448 11086299136 56806 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 3.71 s
Current children cumulated vsize: 10826464 KiB

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

/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 93173 13278 0 0 235752 68 5 3 20 0 15 0 406848442 11109388288 131058 33554432000 4194304 4196468 140731569934400 139674193206176 139673839869900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10849012 memory=521356 CPUtime=15.47 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 26644 13278 0 0 1499 40 5 3 20 0 15 0 406848443 11109388288 131058 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10849012 memory=515972 CPUtime=15.44 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 32199 13278 0 0 1496 40 5 3 20 0 15 0 406848443 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10849012 memory=523580 CPUtime=15.43 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 21961 13278 0 0 1494 41 5 3 20 0 15 0 406848443 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10849012 memory=521104 CPUtime=15.42 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 26836 13278 0 0 1494 40 5 3 20 0 15 0 406848443 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10849012 memory=524232 CPUtime=6.26 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 21465 13278 0 0 548 70 5 3 20 0 15 0 406848444 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10849012 memory=279410843159056 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 406848444 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673141764960 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10849012 memory=524744 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 5 13278 0 0 0 0 5 3 20 0 15 0 406848445 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673007547520 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10849012 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11109388288 131058 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10849012 memory=916 CPUtime=9.67 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 25177 13278 0 0 955 4 5 3 20 0 15 0 406848447 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10849012 memory=551888 CPUtime=9.69 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 19535 13278 0 0 957 4 5 3 20 0 15 0 406848447 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10849012 memory=551888 CPUtime=4.55 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 19375 13278 0 0 440 7 5 3 20 0 15 0 406848448 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10849012 memory=523212 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11109388288 131058 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10849012 memory=4008 CPUtime=1.46 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1289 13278 0 0 63 75 5 3 20 0 15 0 406848448 11109388288 131058 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 2451.04 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 524232 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.53 1.52 3/229 13101
/proc/meminfo: memFree=27795332/32770624 swapFree=66996160/67108860
[pid=12402] ppid=12399 vsize=10849012 memory=530184 CPUtime=2512.34 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 293891 13278 0 0 250860 366 5 3 20 0 15 0 406848433 11109388288 132546 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2712253 132546 3638 1 0 2674317 0
[pid=12402/tid=12455] ppid=12399 vsize=10849012 memory=554180 CPUtime=2417.6 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 95652 13278 0 0 241683 69 5 3 20 0 15 0 406848442 11109388288 132546 33554432000 4194304 4196468 140731569934400 139674193206496 139673838421568 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10849012 memory=6791534058613427641 CPUtime=15.91 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 27206 13278 0 0 1542 41 5 3 20 0 15 0 406848443 11109388288 132546 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10849012 memory=539124 CPUtime=15.88 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 32527 13278 0 0 1538 42 5 3 20 0 15 0 406848443 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10849012 memory=550408 CPUtime=15.87 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 22200 13278 0 0 1538 41 5 3 20 0 15 0 406848443 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10849012 memory=546304 CPUtime=15.86 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 27141 13278 0 0 1537 41 5 3 20 0 15 0 406848443 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10849012 memory=554696 CPUtime=6.43 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 21543 13278 0 0 564 71 5 3 20 0 15 0 406848444 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10849012 memory=538608 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 406848444 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673141764960 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10849012 memory=532236 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 5 13278 0 0 0 0 5 3 20 0 15 0 406848445 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673007547520 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10849012 memory=531724 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11109388288 132546 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10849012 memory=530184 CPUtime=9.67 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 25177 13278 0 0 955 4 5 3 20 0 15 0 406848447 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10849012 memory=533992 CPUtime=9.69 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 19537 13278 0 0 957 4 5 3 20 0 15 0 406848447 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10849012 memory=535020 CPUtime=4.55 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 19377 13278 0 0 440 7 5 3 20 0 15 0 406848448 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10849012 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11109388288 132546 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10849012 memory=288230621787193645 CPUtime=1.49 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1295 13278 0 0 64 77 5 3 20 0 15 0 406848448 11109388288 132546 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 2512.34 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 530184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.9 s]
/proc/loadavg: 1.50 1.52 1.52 3/229 13101
/proc/meminfo: memFree=27820764/32770624 swapFree=66996160/67108860
[pid=12402] ppid=12399 vsize=10849012 memory=535800 CPUtime=2520.09 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 294970 13278 0 0 251634 367 5 3 20 0 15 0 406848433 11109388288 133950 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2712253 133950 3638 1 0 2674317 0
[pid=12402/tid=12455] ppid=12399 vsize=10849012 memory=535312 CPUtime=2425.11 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 96704 13278 0 0 242434 69 5 3 20 0 15 0 406848442 11109388288 133950 33554432000 4194304 4196468 140731569934400 139674193206848 139674204755083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10849012 memory=539124 CPUtime=15.97 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 27209 13278 0 0 1547 42 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10849012 memory=550408 CPUtime=15.93 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 32529 13278 0 0 1543 42 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10849012 memory=546304 CPUtime=15.92 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 22209 13278 0 0 1543 41 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10849012 memory=554696 CPUtime=15.91 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 27141 13278 0 0 1542 41 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10849012 memory=538608 CPUtime=6.45 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 21554 13278 0 0 566 71 5 3 20 0 15 0 406848444 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10849012 memory=532236 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 406848444 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673141764960 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10849012 memory=530184 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 5 13278 0 0 0 0 5 3 20 0 15 0 406848445 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673007547520 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10849012 memory=532240 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10849012 memory=535800 CPUtime=9.67 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 25177 13278 0 0 955 4 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10849012 memory=3624 CPUtime=9.69 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 19537 13278 0 0 957 4 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10849012 memory=22724 CPUtime=4.55 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 19377 13278 0 0 440 7 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10849012 memory=531728 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10849012 memory=532756 CPUtime=1.51 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1297 13278 0 0 65 78 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 535800 KiB

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

[startup+2449.93 s]
# the end of solver process 12402 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.42 s, system=3.71585 s

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

[startup+2449.9 s]
/proc/loadavg: 1.50 1.52 1.52 3/229 13101
/proc/meminfo: memFree=27820764/32770624 swapFree=66996160/67108860
[pid=12402] ppid=12399 vsize=10849012 memory=535800 CPUtime=2520.09 cores=1,3,5,7
/proc/12402/stat : 12402 (java) S 12399 12402 5684 0 -1 1077944320 294970 13278 0 0 251634 367 5 3 20 0 15 0 406848433 11109388288 133950 33554432000 4194304 4196468 140731569934400 140731569916944 139674221371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
/proc/12402/statm: 2712253 133950 3638 1 0 2674317 0
[pid=12402/tid=12455] ppid=12399 vsize=10849012 memory=535312 CPUtime=2425.11 cores=1,3,5,7
/proc/12402/task/12455/stat : 12455 (java) R 12399 12402 5684 0 -1 4202560 96704 13278 0 0 242434 69 5 3 20 0 15 0 406848442 11109388288 133950 33554432000 4194304 4196468 140731569934400 139674193206848 139674204755083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12456] ppid=12399 vsize=10849012 memory=539124 CPUtime=15.97 cores=1,3,5,7
/proc/12402/task/12456/stat : 12456 (java) S 12399 12402 5684 0 -1 1077944384 27209 13278 0 0 1547 42 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139674225613712 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12457] ppid=12399 vsize=10849012 memory=550408 CPUtime=15.93 cores=1,3,5,7
/proc/12402/task/12457/stat : 12457 (java) S 12399 12402 5684 0 -1 1077944384 32529 13278 0 0 1543 42 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673794747152 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12458] ppid=12399 vsize=10849012 memory=546304 CPUtime=15.92 cores=1,3,5,7
/proc/12402/task/12458/stat : 12458 (java) S 12399 12402 5684 0 -1 1077944384 22209 13278 0 0 1543 41 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673793694864 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12459] ppid=12399 vsize=10849012 memory=554696 CPUtime=15.91 cores=1,3,5,7
/proc/12402/task/12459/stat : 12459 (java) S 12399 12402 5684 0 -1 1077944384 27141 13278 0 0 1542 41 5 3 20 0 15 0 406848443 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673792642064 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12460] ppid=12399 vsize=10849012 memory=538608 CPUtime=6.45 cores=1,3,5,7
/proc/12402/task/12460/stat : 12460 (java) S 12399 12402 5684 0 -1 1077944384 21554 13278 0 0 566 71 5 3 20 0 15 0 406848444 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673748064368 139674221382274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12461] ppid=12399 vsize=10849012 memory=532236 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12461/stat : 12461 (java) S 12399 12402 5684 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 406848444 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673141764960 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12462] ppid=12399 vsize=10849012 memory=530184 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12462/stat : 12462 (java) S 12399 12402 5684 0 -1 1077944384 5 13278 0 0 0 0 5 3 20 0 15 0 406848445 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673007547520 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12463] ppid=12399 vsize=10849012 memory=532240 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12463/stat : 12463 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139672767256656 139674221389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12464] ppid=12399 vsize=10849012 memory=535800 CPUtime=9.67 cores=1,3,5,7
/proc/12402/task/12464/stat : 12464 (java) S 12399 12402 5684 0 -1 1077944384 25177 13278 0 0 955 4 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673747012208 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12465] ppid=12399 vsize=10849012 memory=3624 CPUtime=9.69 cores=1,3,5,7
/proc/12402/task/12465/stat : 12465 (java) S 12399 12402 5684 0 -1 1077944384 19537 13278 0 0 957 4 5 3 20 0 15 0 406848447 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673222506992 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12466] ppid=12399 vsize=10849012 memory=22724 CPUtime=4.55 cores=1,3,5,7
/proc/12402/task/12466/stat : 12466 (java) S 12399 12402 5684 0 -1 1077944384 19377 13278 0 0 440 7 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673221454704 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12467] ppid=12399 vsize=10849012 memory=531728 CPUtime=0.08 cores=1,3,5,7
/proc/12402/task/12467/stat : 12467 (java) S 12399 12402 5684 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139672733699040 139674221381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
[pid=12402/tid=12468] ppid=12399 vsize=10849012 memory=532756 CPUtime=1.51 cores=1,3,5,7
/proc/12402/task/12468/stat : 12468 (java) S 12399 12402 5684 0 -1 1077944384 1297 13278 0 0 65 78 5 3 20 0 15 0 406848448 11109388288 133950 33554432000 4194304 4196468 140731569934400 139673220401584 139674221382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24616960 140731569937142 140731569939653 140731569939653 140731569942479 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 535800 KiB

Child status: 143
Real time (s): 2449.93
CPU time (s): 2520.14
CPU user time (s): 2516.42
CPU system time (s): 3.71585
CPU usage (%): 102.866
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2486280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.71585
maximum resident set size= 2487840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194573
involuntary context switches= 5837


# summary of solver processes directly reported to runsolver:
#   pid: 12402
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.42
#   total CPU system time (s): 3.71585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8175 second user time and 23.9226 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 17:31:00
IDJOB=4387466
IDBENCH=139285
IDSOLVER=2823
FILE ID=node106/4387466-1568305937
RUNJOBID= node106-1568282287-6448
PBS_JOBID= 21701088
Free space on /tmp= 56700 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387466-1568305937/watcher-4387466-1568305937 -o /tmp/evaluation-result-4387466-1568305937/solver-4387466-1568305937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=838139045 HOME/instance-4387466-1568305937.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=838139045

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28453604 kB
MemAvailable:   29491596 kB
Buffers:          115676 kB
Cached:          1218784 kB
SwapCached:        10356 kB
Active:          2809264 kB
Inactive:         969992 kB
Active(anon):    2443504 kB
Inactive(anon):    33792 kB
Active(file):     365760 kB
Inactive(file):   936200 kB
Unevictable:      107340 kB
Mlocked:          107340 kB
SwapTotal:      67108860 kB
SwapFree:       66996124 kB
Dirty:             35396 kB
Writeback:             0 kB
AnonPages:       2546960 kB
Mapped:            48788 kB
Shmem:             23752 kB
Slab:             131432 kB
SReclaimable:     103732 kB
SUnreclaim:        27700 kB
KernelStack:        3952 kB
PageTables:        10792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3501624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2357248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56664 MiB
End job on node106 at 2019-09-12 18:11:51