Trace number 4400709

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.17 2419.75

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
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.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400709-1568691450/watcher-4400709-1568691450 -o /tmp/evaluation-result-4400709-1568691450/solver-4400709-1568691450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400709-1568691450.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=18014, runsolver pid=18011

[startup+0.110325 s]*
/proc/loadavg: 1.92 1.57 1.48 3/219 18071
/proc/meminfo: memFree=30591248/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10355560 memory=20624 CPUtime=0.1 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 4899 13407 0 0 2 1 4 3 20 0 9 0 445306640 10604093440 5156 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2588890 5156 2100 1 0 2551431 0
[pid=18014/tid=18067] ppid=18011 vsize=10355560 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 2662 13407 0 0 1 0 4 3 20 0 9 0 445306649 10604093440 5160 33554432000 4194304 4196468 140723020754272 140376051097456 140376061549840 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 9 0 445306650 10604093440 5160 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10355560 memory=140566298142645 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 9 0 445306650 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 9 0 445306650 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 9 0 445306650 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 9 0 445306652 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 33 13407 0 0 0 0 4 3 20 0 9 0 445306652 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375537509664 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 9 0 445306652 10604093440 5160 33554432000 4194304 4196468 140723020754272 140375436027568 140376079271637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20624 KiB

[startup+0.210353 s]*
/proc/loadavg: 1.92 1.57 1.48 4/228 18080
/proc/meminfo: memFree=30572248/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10820196 memory=44480 CPUtime=0.26 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 7535 13407 0 0 17 2 4 3 20 0 15 0 445306640 11079880704 11120 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2705049 11120 3298 1 0 2667149 0
[pid=18014/tid=18067] ppid=18011 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 4033 13407 0 0 10 1 4 3 20 0 15 0 445306649 11079880704 11120 33554432000 4194304 4196468 140723020754272 140376051073152 140376079283357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10820196 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079880704 11120 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10820196 memory=3616593967691761312 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10820196 memory=140566294857344 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 33 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375537509664 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375436027504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11079880704 11120 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) R 18011 18014 11963 0 -1 4202560 485 13407 0 0 1 0 4 3 20 0 15 0 445306655 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375402469488 140376056911616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 163 13407 0 0 0 0 4 3 20 0 15 0 445306655 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10820196 memory=140566294857344 CPUtime=0.1 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 606 13407 0 0 3 0 4 3 20 0 15 0 445306655 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11079880704 11120 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10820196 memory=140566294857344 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306656 11079880704 11120 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44480 KiB

[startup+0.319343 s]*
/proc/loadavg: 1.92 1.57 1.48 4/228 18080
/proc/meminfo: memFree=30559752/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10820268 memory=52900 CPUtime=0.4 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 10922 13407 0 0 30 3 4 3 20 0 15 0 445306640 11079954432 13225 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2705067 13225 3324 1 0 2667149 0
[pid=18014/tid=18067] ppid=18011 vsize=10820268 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 7401 13407 0 0 20 3 4 3 20 0 15 0 445306649 11079954432 13225 33554432000 4194304 4196468 140723020754272 140376051079056 140376079273366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10820268 memory=-6957061461084680038 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079954432 13225 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10820268 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10820268 memory=140566294864337 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306650 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 33 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375537509664 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306652 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375436027504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11079954432 13225 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 492 13407 0 0 2 0 4 3 20 0 15 0 445306655 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 163 13407 0 0 1 0 4 3 20 0 15 0 445306655 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10820268 memory=140566294857344 CPUtime=0.12 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 614 13407 0 0 5 0 4 3 20 0 15 0 445306655 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11079954432 13225 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10820268 memory=140566294857344 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306656 11079954432 13225 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 52900 KiB

[startup+0.704321 s]
/proc/loadavg: 1.92 1.57 1.48 3/228 18080
/proc/meminfo: memFree=30545360/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10824364 memory=85920 CPUtime=1.13 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 15170 13407 0 0 102 4 4 3 20 0 15 0 445306640 11084148736 21480 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2706091 21480 3515 1 0 2668173 0
[pid=18014/tid=18067] ppid=18011 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 10423 13407 0 0 56 3 4 3 20 0 15 0 445306649 11084148736 21480 33554432000 4194304 4196468 140723020754272 140376051088592 140376079273366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11084148736 21480 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10824364 memory=1940 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306650 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10824364 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306650 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10824364 memory=7668035123632563520 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 5 13407 0 0 0 0 4 3 20 0 15 0 445306652 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10824364 memory=7595725831727968097 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 33 13407 0 0 0 0 4 3 20 0 15 0 445306652 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375537509664 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10824364 memory=7810487918915055718 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306652 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375436027504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10824364 memory=1316 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11084148736 21480 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 976 13407 0 0 16 0 4 3 20 0 15 0 445306655 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10824364 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) R 18011 18014 11963 0 -1 4202560 631 13407 0 0 11 0 4 3 20 0 15 0 445306655 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375401403296 140376060441050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) R 18011 18014 11963 0 -1 4202560 884 13407 0 0 17 0 4 3 20 0 15 0 445306655 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375400364400 140376079282778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11084148736 21480 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1 13407 0 0 0 0 4 3 20 0 15 0 445306656 11084148736 21480 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85920 KiB

[startup+1.50076 s]
/proc/loadavg: 1.92 1.57 1.48 5/228 18080
/proc/meminfo: memFree=30496348/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10834680 memory=198940 CPUtime=3.17 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 27286 13407 0 0 301 9 4 3 20 0 15 0 445306640 11094712320 49735 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2708670 49735 3586 1 0 2670733 0
[pid=18014/tid=18067] ppid=18011 vsize=10834680 memory=281132318894048 CPUtime=1.42 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 16342 13407 0 0 130 5 4 3 20 0 15 0 445306649 11094712320 49735 33554432000 4194304 4196468 140723020754272 140376051092560 140376079283357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10834680 memory=79543264086506 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 286 13407 0 0 1 0 4 3 20 0 15 0 445306650 11094712320 49735 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10834680 memory=281132319068144 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 41 13407 0 0 1 0 4 3 20 0 15 0 445306650 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10834680 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 22 13407 0 0 1 0 4 3 20 0 15 0 445306650 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10834680 memory=-2748367524519556131 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 95 13407 0 0 1 0 4 3 20 0 15 0 445306650 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10834680 memory=-3756611412707075625 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 1252 13407 0 0 1 0 4 3 20 0 15 0 445306652 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10834680 memory=-4190076264842474805 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 34 13407 0 0 0 0 4 3 20 0 15 0 445306652 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375537509664 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306652 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375436027504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11094712320 49735 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10834680 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 2932 13407 0 0 62 0 4 3 20 0 15 0 445306655 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10834680 memory=3472468844399068523 CPUtime=0.65 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 2440 13407 0 0 58 0 4 3 20 0 15 0 445306655 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10834680 memory=281132319430960 CPUtime=0.49 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 1626 13407 0 0 42 0 4 3 20 0 15 0 445306655 11094712320 49735 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0

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

/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 207616 13407 0 0 228764 73 4 3 20 0 15 0 445306649 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140376051096640 140375668434920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10846988 memory=6608240 CPUtime=28.49 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 116180 13407 0 0 2733 109 4 3 20 0 15 0 445306650 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10846988 memory=281132320068064 CPUtime=28.57 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 109167 13407 0 0 2739 111 4 3 20 0 15 0 445306650 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10846988 memory=6608248 CPUtime=28.59 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 115835 13407 0 0 2743 109 4 3 20 0 15 0 445306650 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10846988 memory=6608252 CPUtime=28.56 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 117761 13407 0 0 2741 108 4 3 20 0 15 0 445306650 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10846988 memory=6608252 CPUtime=4.82 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 50719 13407 0 0 466 9 4 3 20 0 15 0 445306652 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10846988 memory=6608252 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 61 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375537509792 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10846988 memory=6608252 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 34 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375436027520 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10846988 memory=6608252 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10846988 memory=23608 CPUtime=5.85 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 42609 13407 0 0 572 6 4 3 20 0 15 0 445306655 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10846988 memory=6608252 CPUtime=5.61 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 33120 13407 0 0 550 4 4 3 20 0 15 0 445306655 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10846988 memory=6608252 CPUtime=2.08 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 30937 13407 0 0 195 6 4 3 20 0 15 0 445306655 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10846988 memory=6608252 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10846988 memory=6608252 CPUtime=1.42 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1821 13407 0 0 57 78 4 3 20 0 15 0 445306656 11107315712 1652063 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 74 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 2421.92 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6608252 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.58 1.61 3/227 19214
/proc/meminfo: memFree=22131960/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10846988 memory=6608268 CPUtime=2482.38 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 845293 13407 0 0 247628 603 4 3 20 0 15 0 445306640 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2711747 1652067 3637 1 0 2673805 0
[pid=18014/tid=18067] ppid=18011 vsize=10846988 memory=740 CPUtime=2348.29 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 212201 13407 0 0 234748 74 4 3 20 0 15 0 445306649 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140376051096624 140375668488158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10846988 memory=6608264 CPUtime=28.63 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 118657 13407 0 0 2747 109 4 3 20 0 15 0 445306650 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10846988 memory=6608264 CPUtime=28.71 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 112126 13407 0 0 2753 111 4 3 20 0 15 0 445306650 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10846988 memory=6608264 CPUtime=28.74 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 118280 13407 0 0 2757 110 4 3 20 0 15 0 445306650 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10846988 memory=6608264 CPUtime=28.7 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 122163 13407 0 0 2754 109 4 3 20 0 15 0 445306650 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10846988 memory=0 CPUtime=4.83 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 51029 13407 0 0 467 9 4 3 20 0 15 0 445306652 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 61 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375537509792 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10846988 memory=6608268 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 34 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375436027520 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10846988 memory=6608264 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10846988 memory=6608268 CPUtime=5.85 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 42612 13407 0 0 572 6 4 3 20 0 15 0 445306655 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10846988 memory=6608268 CPUtime=5.61 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 33122 13407 0 0 550 4 4 3 20 0 15 0 445306655 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10846988 memory=56 CPUtime=2.08 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 30939 13407 0 0 195 6 4 3 20 0 15 0 445306655 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10846988 memory=6608264 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10846988 memory=3588 CPUtime=1.46 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1858 13407 0 0 58 81 4 3 20 0 15 0 445306656 11107315712 1652067 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 74 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 2482.38 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6608268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2419.7 s]
/proc/loadavg: 1.46 1.56 1.61 3/227 19216
/proc/meminfo: memFree=22167540/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10846988 memory=6608272 CPUtime=2520.08 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 859537 13407 0 0 251395 606 4 3 20 0 15 0 445306640 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2711747 1652068 3637 1 0 2673805 0
[pid=18014/tid=18067] ppid=18011 vsize=10846988 memory=6608268 CPUtime=2385.59 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 216324 13407 0 0 238477 75 4 3 20 0 15 0 445306649 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140376051096592 140375668105500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10846988 memory=6608272 CPUtime=28.72 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 120430 13407 0 0 2756 109 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.81 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 114015 13407 0 0 2763 111 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.83 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 121491 13407 0 0 2766 110 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.79 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 124185 13407 0 0 2763 109 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10846988 memory=3588 CPUtime=4.84 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 51337 13407 0 0 468 9 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10846988 memory=6608268 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 61 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375537509792 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10846988 memory=6608268 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 34 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375436027520 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10846988 memory=6608272 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10846988 memory=6608272 CPUtime=5.86 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 43487 13407 0 0 573 6 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10846988 memory=6608272 CPUtime=5.61 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 33125 13407 0 0 550 4 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10846988 memory=6608268 CPUtime=2.08 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 30941 13407 0 0 195 6 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10846988 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10846988 memory=47752 CPUtime=1.48 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1896 13407 0 0 59 82 4 3 20 0 15 0 445306656 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 74 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6608272 KiB

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

[startup+2419.75 s]
# the end of solver process 18014 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.03 s, system=6.1394 s

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

[startup+2419.7 s]
/proc/loadavg: 1.46 1.56 1.61 3/227 19216
/proc/meminfo: memFree=22167540/32770624 swapFree=67004308/67108860
[pid=18014] ppid=18011 vsize=10846988 memory=6608272 CPUtime=2520.08 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 11963 0 -1 1077944320 859537 13407 0 0 251395 606 4 3 20 0 15 0 445306640 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140723020736816 140376079261431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
/proc/18014/statm: 2711747 1652068 3637 1 0 2673805 0
[pid=18014/tid=18067] ppid=18011 vsize=10846988 memory=6608268 CPUtime=2385.59 cores=1,3,5,7
/proc/18014/task/18067/stat : 18067 (java) R 18011 18014 11963 0 -1 4202560 216324 13407 0 0 238477 75 4 3 20 0 15 0 445306649 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140376051096592 140375668105500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18068] ppid=18011 vsize=10846988 memory=6608272 CPUtime=28.72 cores=1,3,5,7
/proc/18014/task/18068/stat : 18068 (java) S 18011 18014 11963 0 -1 1077944384 120430 13407 0 0 2756 109 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140376083503504 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18069] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.81 cores=1,3,5,7
/proc/18014/task/18069/stat : 18069 (java) S 18011 18014 11963 0 -1 1077944384 114015 13407 0 0 2763 111 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375982393616 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18070] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.83 cores=1,3,5,7
/proc/18014/task/18070/stat : 18070 (java) S 18011 18014 11963 0 -1 1077944384 121491 13407 0 0 2766 110 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375981341328 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18071] ppid=18011 vsize=10846988 memory=6608268 CPUtime=28.79 cores=1,3,5,7
/proc/18014/task/18071/stat : 18071 (java) S 18011 18014 11963 0 -1 1077944384 124185 13407 0 0 2763 109 4 3 20 0 15 0 445306650 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375980288528 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18072] ppid=18011 vsize=10846988 memory=3588 CPUtime=4.84 cores=1,3,5,7
/proc/18014/task/18072/stat : 18072 (java) S 18011 18014 11963 0 -1 1077944384 51337 13407 0 0 468 9 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375538563696 140376079272578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18073] ppid=18011 vsize=10846988 memory=6608268 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18073/stat : 18073 (java) S 18011 18014 11963 0 -1 1077944384 61 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375537509792 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18074] ppid=18011 vsize=10846988 memory=6608268 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18074/stat : 18074 (java) S 18011 18014 11963 0 -1 1077944384 34 13407 0 0 0 0 4 3 20 0 15 0 445306652 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375436027520 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18075] ppid=18011 vsize=10846988 memory=6608272 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18075/stat : 18075 (java) S 18011 18014 11963 0 -1 1077944384 2 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140374832048720 140376079280027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18076] ppid=18011 vsize=10846988 memory=6608272 CPUtime=5.86 cores=1,3,5,7
/proc/18014/task/18076/stat : 18076 (java) S 18011 18014 11963 0 -1 1077944384 43487 13407 0 0 573 6 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375402469488 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18077] ppid=18011 vsize=10846988 memory=6608272 CPUtime=5.61 cores=1,3,5,7
/proc/18014/task/18077/stat : 18077 (java) S 18011 18014 11963 0 -1 1077944384 33125 13407 0 0 550 4 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375401416688 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18078] ppid=18011 vsize=10846988 memory=6608268 CPUtime=2.08 cores=1,3,5,7
/proc/18014/task/18078/stat : 18078 (java) S 18011 18014 11963 0 -1 1077944384 30941 13407 0 0 195 6 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375400364400 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18079] ppid=18011 vsize=10846988 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/18014/task/18079/stat : 18079 (java) S 18011 18014 11963 0 -1 1077944384 3 13407 0 0 0 0 4 3 20 0 15 0 445306655 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140374362286560 140376079271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
[pid=18014/tid=18080] ppid=18011 vsize=10846988 memory=47752 CPUtime=1.48 cores=1,3,5,7
/proc/18014/task/18080/stat : 18080 (java) S 18011 18014 11963 0 -1 1077944384 1896 13407 0 0 59 82 4 3 20 0 15 0 445306656 11107315712 1652068 33554432000 4194304 4196468 140723020754272 140375399312304 140376079272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 74 0 0 6293624 6294260 39247872 140723020757744 140723020760261 140723020760261 140723020763087 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6608272 KiB

Child status: 143
Real time (s): 2419.75
CPU time (s): 2520.17
CPU user time (s): 2514.03
CPU system time (s): 6.1394
CPU usage (%): 104.15
Max. virtual memory (cumulated for all children) (KiB): 10849728
Max. memory (cumulated for all children) (KiB): 6608272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.03
system time used= 6.1394
maximum resident set size= 6612420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71514
involuntary context switches= 3219


# summary of solver processes directly reported to runsolver:
#   pid: 18014
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2514.03
#   total CPU system time (s): 6.1394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3483 second user time and 21.6339 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 05:36:54
IDJOB=4400709
IDBENCH=138449
IDSOLVER=2857
FILE ID=node148/4400709-1568691450
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400709-1568691450/watcher-4400709-1568691450 -o /tmp/evaluation-result-4400709-1568691450/solver-4400709-1568691450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400709-1568691450.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=711557294

node148.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.13
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.13
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.13
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.13
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:        30601232 kB
MemAvailable:   31531756 kB
Buffers:          154648 kB
Cached:          1078408 kB
SwapCached:         3736 kB
Active:           902576 kB
Inactive:         706708 kB
Active(anon):     372820 kB
Inactive(anon):    52652 kB
Active(file):     529756 kB
Inactive(file):   654056 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004308 kB
Dirty:             35472 kB
Writeback:             0 kB
AnonPages:        494064 kB
Mapped:            61924 kB
Shmem:             40620 kB
Slab:             154260 kB
SReclaimable:     125096 kB
SUnreclaim:        29164 kB
KernelStack:        4016 kB
PageTables:         6608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1474248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

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