Trace number 4387430

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.12 2414.95

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
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.70/0.55	c Concrete v3.10.1560635388952 running
2520.05/2414.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2414.92		at concrete.MAC.mac(MAC.scala:189)
2520.05/2414.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2414.92		at scala.util.Try$.apply(Try.scala:212)
2520.05/2414.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2414.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2414.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2414.92		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2414.92		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2414.92		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2414.92		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2414.92		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2414.92		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2414.92		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2414.92		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2414.92		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2414.92		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2414.92		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.05/2414.92		at scala.util.Success.map(Try.scala:264)
2520.05/2414.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2414.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2414.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2414.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2414.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2414.92		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2414.92		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2414.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2414.92		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2414.92		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2414.92		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2414.92		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2414.92		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2414.92		at scala.App.main(App.scala:75)
2520.05/2414.92		at scala.App.main$(App.scala:73)
2520.05/2414.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2414.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2414.92	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 (15100 MiB free)
  memory of node 1: 16384 MiB (14747 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387430-1568304468/watcher-4387430-1568304468 -o /tmp/evaluation-result-4387430-1568304468/solver-4387430-1568304468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2021629852 HOME/instance-4387430-1568304468.xml 

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

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

solver pid=14006, runsolver pid=14003

[startup+0.100092 s]*
/proc/loadavg: 1.68 1.46 1.42 3/219 14063
/proc/meminfo: memFree=30558484/32770624 swapFree=66940076/67108860
[pid=14006] ppid=14003 vsize=9972712 memory=15444 CPUtime=0.09 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 4614 13304 0 0 1 1 5 2 20 0 6 0 406685557 10212057088 3861 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2494720 3861 1958 1 0 2483158 0
[pid=14006/tid=14059] ppid=14003 vsize=9988792 memory=4627853918483614118 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 2452 13304 0 0 1 0 5 2 20 0 6 0 406685566 10228523008 3927 33554432000 4194304 4196468 140732627196256 140139717182032 140139737582398 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=9989820 memory=5793855576677013945 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 7 0 406685567 10229575680 3927 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=9989820 memory=140325667120768 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 7 0 406685567 10229575680 3927 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 7 0 406685567 10296684544 3927 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 7 0 406685567 10296684544 3927 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 7 0 406685568 10296684544 3927 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15444 KiB

[startup+0.209997 s]*
/proc/loadavg: 1.68 1.46 1.42 4/228 14072
/proc/meminfo: memFree=30542320/32770624 swapFree=66940076/67108860
[pid=14006] ppid=14003 vsize=10818940 memory=35852 CPUtime=0.26 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 7388 13304 0 0 17 2 5 2 20 0 15 0 406685557 11078594560 8963 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2704735 8963 2967 1 0 2667149 0
[pid=14006/tid=14059] ppid=14003 vsize=10818940 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 3809 13304 0 0 11 0 5 2 20 0 15 0 406685566 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139717157272 140139745367197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10818940 memory=4211974051871911306 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10818940 memory=140325667120768 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 406685567 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10818940 memory=140325667120768 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 406685568 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 406685569 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139203351840 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685569 11078594560 8963 33554432000 4194304 4196468 140732627196256 140138608846448 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 566 13304 0 0 1 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 65 13304 0 0 0 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10818940 memory=140325667120768 CPUtime=0.1 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) R 14003 14006 6622 0 -1 4202560 691 13304 0 0 3 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139167689072 140139738450943 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10818940 memory=140325667120768 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685572 11078594560 8963 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 35852 KiB

[startup+0.310445 s]*
/proc/loadavg: 1.68 1.46 1.42 3/228 14072
/proc/meminfo: memFree=30531172/32770624 swapFree=66940076/67108860
[pid=14006] ppid=14003 vsize=10820096 memory=47732 CPUtime=0.39 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 11174 13304 0 0 29 3 5 2 20 0 15 0 406685557 11079778304 11933 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2705024 11933 3252 1 0 2667149 0
[pid=14006/tid=14059] ppid=14003 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 7539 13304 0 0 19 2 5 2 20 0 15 0 406685566 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139717159784 140139745367197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 406685567 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 406685568 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10820096 memory=140325667120767 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 406685569 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139203351840 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685569 11079778304 11933 33554432000 4194304 4196468 140732627196256 140138608846448 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 572 13304 0 0 1 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 71 13304 0 0 1 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 733 13304 0 0 5 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685572 11079778304 11933 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47732 KiB

[startup+0.700711 s]
/proc/loadavg: 1.68 1.46 1.42 5/228 14072
/proc/meminfo: memFree=30518864/32770624 swapFree=66940076/67108860
[pid=14006] ppid=14003 vsize=10824340 memory=79532 CPUtime=1.13 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 15124 13304 0 0 101 5 5 2 20 0 15 0 406685557 11084124160 19883 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2706085 19883 3501 1 0 2668173 0
[pid=14006/tid=14059] ppid=14003 vsize=10824340 memory=2112 CPUtime=0.67 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 10561 13304 0 0 56 4 5 2 20 0 15 0 406685566 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139717167248 140139729425758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10824340 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10824340 memory=22196 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10824340 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685567 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10824340 memory=532 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 406685567 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 5 13304 0 0 0 0 5 2 20 0 15 0 406685568 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 406685569 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139203351840 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10824340 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685569 11084124160 19883 33554432000 4194304 4196468 140732627196256 140138608846448 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10824340 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10824340 memory=2112 CPUtime=0.22 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 985 13304 0 0 15 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10824340 memory=12040 CPUtime=0.19 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 308 13304 0 0 12 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10824340 memory=22196 CPUtime=0.24 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 1009 13304 0 0 17 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10824340 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10824340 memory=532 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685572 11084124160 19883 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79532 KiB

[startup+1.5007 s]
/proc/loadavg: 1.68 1.46 1.42 5/228 14072
/proc/meminfo: memFree=30453688/32770624 swapFree=66940076/67108860
[pid=14006] ppid=14003 vsize=10834656 memory=192184 CPUtime=3.1 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 26565 13304 0 0 291 12 5 2 20 0 15 0 406685557 11094687744 48046 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2708664 48046 3580 1 0 2670733 0
[pid=14006/tid=14059] ppid=14003 vsize=10834656 memory=166468 CPUtime=1.43 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 15483 13304 0 0 129 7 5 2 20 0 15 0 406685566 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139717136544 140139730713418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10834656 memory=3618959175548483889 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 19 13304 0 0 1 0 5 2 20 0 15 0 406685567 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 271 13304 0 0 1 0 5 2 20 0 15 0 406685567 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 72 13304 0 0 1 0 5 2 20 0 15 0 406685567 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 43 13304 0 0 1 0 5 2 20 0 15 0 406685567 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10834656 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 85 13304 0 0 1 0 5 2 20 0 15 0 406685568 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10834656 memory=11485280127 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 34 13304 0 0 0 0 5 2 20 0 15 0 406685569 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139203351904 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10834656 memory=280651014608224 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685569 11094687744 48046 33554432000 4194304 4196468 140732627196256 140138608846448 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10834656 memory=280651014594256 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10834656 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 2562 13304 0 0 61 0 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10834656 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 3371 13304 0 0 50 2 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10834656 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 2406 13304 0 0 42 0 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 406685572 11094687744 48046 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0

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

/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 308066 13304 0 0 228568 84 5 2 20 0 15 0 406685566 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139717180528 140139362856870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.21 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 62982 13304 0 0 2795 119 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.11 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 46268 13304 0 0 2790 114 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10846964 memory=0 CPUtime=29.17 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 60659 13304 0 0 2792 118 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.21 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 52191 13304 0 0 2798 116 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10846964 memory=4688048 CPUtime=6.04 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 54292 13304 0 0 589 8 5 2 20 0 15 0 406685568 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10846964 memory=4688048 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 72 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139203351968 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10846964 memory=4688044 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 30 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138608846464 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10846964 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10846964 memory=4688048 CPUtime=6.11 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 36601 13304 0 0 597 7 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10846964 memory=4688048 CPUtime=7.01 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 56831 13304 0 0 684 10 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10846964 memory=4688048 CPUtime=4 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 46376 13304 0 0 382 11 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10846964 memory=5964 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10846964 memory=624 CPUtime=1.31 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1369 13304 0 0 66 58 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 2427.23 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4688048 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.59 1.59 3/227 14420
/proc/meminfo: memFree=24424248/32770624 swapFree=66940080/67108860
[pid=14006] ppid=14003 vsize=10846964 memory=4688048 CPUtime=2487.37 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 739257 13304 0 0 248093 637 5 2 20 0 15 0 406685557 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2711741 1172012 3639 1 0 2673805 0
[pid=14006/tid=14059] ppid=14003 vsize=10846964 memory=4688048 CPUtime=2346.54 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 314670 13304 0 0 234562 85 5 2 20 0 15 0 406685566 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139717180672 140139350588343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.25 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 63777 13304 0 0 2799 119 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.15 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 47024 13304 0 0 2794 114 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.21 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 62738 13304 0 0 2795 119 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10846964 memory=4688048 CPUtime=29.25 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 52918 13304 0 0 2802 116 5 2 20 0 15 0 406685567 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10846964 memory=4688048 CPUtime=6.04 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 54594 13304 0 0 589 8 5 2 20 0 15 0 406685568 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10846964 memory=3472328296227679313 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 72 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139203351968 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10846964 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 30 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138608846464 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10846964 memory=37152 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10846964 memory=4688048 CPUtime=6.11 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 36604 13304 0 0 597 7 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10846964 memory=4688048 CPUtime=7.01 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 56835 13304 0 0 684 10 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10846964 memory=4688048 CPUtime=4 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 46384 13304 0 0 382 11 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10846964 memory=5964 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10846964 memory=624 CPUtime=1.34 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1394 13304 0 0 67 60 5 2 20 0 15 0 406685572 11107291136 1172012 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 2487.37 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4688048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2414.9 s]
/proc/loadavg: 1.45 1.58 1.59 6/227 14424
/proc/meminfo: memFree=24429800/32770624 swapFree=66940080/67108860
[pid=14006] ppid=14003 vsize=10846964 memory=4688056 CPUtime=2520.05 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 749174 13304 0 0 251359 639 5 2 20 0 15 0 406685557 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2711741 1172014 3639 1 0 2673805 0
[pid=14006/tid=14059] ppid=14003 vsize=10846964 memory=4688056 CPUtime=2379.1 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 319985 13304 0 0 237818 85 5 2 20 0 15 0 406685566 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139717180672 140139350588322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.27 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 64625 13304 0 0 2801 119 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.16 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 49089 13304 0 0 2795 114 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.23 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 63421 13304 0 0 2797 119 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.27 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 53590 13304 0 0 2804 116 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10846964 memory=4688056 CPUtime=6.05 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 54889 13304 0 0 590 8 5 2 20 0 15 0 406685568 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10846964 memory=4688056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 72 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139203351968 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10846964 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 30 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138608846464 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10846964 memory=4688056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10846964 memory=4688056 CPUtime=6.11 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 36607 13304 0 0 597 7 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10846964 memory=4688056 CPUtime=7.01 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 56839 13304 0 0 684 10 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10846964 memory=4688056 CPUtime=4 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 46393 13304 0 0 382 11 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10846964 memory=4688048 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10846964 memory=4688048 CPUtime=1.36 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1417 13304 0 0 68 61 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4688056 KiB

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

[startup+2414.95 s]
# the end of solver process 14006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.67 s, system=6.45082 s

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

[startup+2414.9 s]
/proc/loadavg: 1.45 1.58 1.59 6/227 14424
/proc/meminfo: memFree=24429800/32770624 swapFree=66940080/67108860
[pid=14006] ppid=14003 vsize=10846964 memory=4688056 CPUtime=2520.05 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 6622 0 -1 1077944320 749174 13304 0 0 251359 639 5 2 20 0 15 0 406685557 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140732627178800 140139745345271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
/proc/14006/statm: 2711741 1172014 3639 1 0 2673805 0
[pid=14006/tid=14059] ppid=14003 vsize=10846964 memory=4688056 CPUtime=2379.1 cores=0,2,4,6
/proc/14006/task/14059/stat : 14059 (java) R 14003 14006 6622 0 -1 4202560 319985 13304 0 0 237818 85 5 2 20 0 15 0 406685566 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139717180672 140139350588322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14060] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.27 cores=0,2,4,6
/proc/14006/task/14060/stat : 14060 (java) S 14003 14006 6622 0 -1 1077944384 64625 13304 0 0 2801 119 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139749587344 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14061] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.16 cores=0,2,4,6
/proc/14006/task/14061/stat : 14061 (java) S 14003 14006 6622 0 -1 1077944384 49089 13304 0 0 2795 114 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139318053136 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14062] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.23 cores=0,2,4,6
/proc/14006/task/14062/stat : 14062 (java) S 14003 14006 6622 0 -1 1077944384 63421 13304 0 0 2797 119 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139317000848 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14063] ppid=14003 vsize=10846964 memory=4688056 CPUtime=29.27 cores=0,2,4,6
/proc/14006/task/14063/stat : 14063 (java) S 14003 14006 6622 0 -1 1077944384 53590 13304 0 0 2804 116 5 2 20 0 15 0 406685567 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139315948048 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14064] ppid=14003 vsize=10846964 memory=4688056 CPUtime=6.05 cores=0,2,4,6
/proc/14006/task/14064/stat : 14064 (java) S 14003 14006 6622 0 -1 1077944384 54889 13304 0 0 590 8 5 2 20 0 15 0 406685568 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139204405872 140139745356418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14065] ppid=14003 vsize=10846964 memory=4688056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14065/stat : 14065 (java) S 14003 14006 6622 0 -1 1077944384 72 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139203351968 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14066] ppid=14003 vsize=10846964 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14066/stat : 14066 (java) S 14003 14006 6622 0 -1 1077944384 30 13304 0 0 0 0 5 2 20 0 15 0 406685569 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138608846464 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14067] ppid=14003 vsize=10846964 memory=4688056 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14067/stat : 14067 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138301446736 140139745363867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14068] ppid=14003 vsize=10846964 memory=4688056 CPUtime=6.11 cores=0,2,4,6
/proc/14006/task/14068/stat : 14068 (java) S 14003 14006 6622 0 -1 1077944384 36607 13304 0 0 597 7 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139169794160 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14069] ppid=14003 vsize=10846964 memory=4688056 CPUtime=7.01 cores=0,2,4,6
/proc/14006/task/14069/stat : 14069 (java) S 14003 14006 6622 0 -1 1077944384 56839 13304 0 0 684 10 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139168741360 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14070] ppid=14003 vsize=10846964 memory=4688056 CPUtime=4 cores=0,2,4,6
/proc/14006/task/14070/stat : 14070 (java) S 14003 14006 6622 0 -1 1077944384 46393 13304 0 0 382 11 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139167689072 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14071] ppid=14003 vsize=10846964 memory=4688048 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14071/stat : 14071 (java) S 14003 14006 6622 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140138267888096 140139745355477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
[pid=14006/tid=14072] ppid=14003 vsize=10846964 memory=4688048 CPUtime=1.36 cores=0,2,4,6
/proc/14006/task/14072/stat : 14072 (java) S 14003 14006 6622 0 -1 1077944384 1417 13304 0 0 68 61 5 2 20 0 15 0 406685572 11107291136 1172014 33554432000 4194304 4196468 140732627196256 140139166636976 140139745356418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23781376 140732627204853 140732627207365 140732627207365 140732627210191 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4688056 KiB

Child status: 143
Real time (s): 2414.95
CPU time (s): 2520.12
CPU user time (s): 2513.67
CPU system time (s): 6.45082
CPU usage (%): 104.355
Max. virtual memory (cumulated for all children) (KiB): 10849704
Max. memory (cumulated for all children) (KiB): 6634644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.67
system time used= 6.45082
maximum resident set size= 6651044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 765983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77763
involuntary context switches= 3629


# summary of solver processes directly reported to runsolver:
#   pid: 14006
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2513.67
#   total CPU system time (s): 6.45082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6618 second user time and 23.1536 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 18:07:11
IDJOB=4387430
IDBENCH=138447
IDSOLVER=2823
FILE ID=node149/4387430-1568304468
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 57036 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387430-1568304468/watcher-4387430-1568304468 -o /tmp/evaluation-result-4387430-1568304468/solver-4387430-1568304468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2021629852 HOME/instance-4387430-1568304468.xml

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=2021629852

node149.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.81
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.81
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.81
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.81
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:        30565784 kB
MemAvailable:   31223612 kB
Buffers:          109664 kB
Cached:           846892 kB
SwapCached:        60988 kB
Active:          1073968 kB
Inactive:         581940 kB
Active(anon):     667296 kB
Inactive(anon):    71336 kB
Active(file):     406672 kB
Inactive(file):   510604 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940076 kB
Dirty:             34960 kB
Writeback:             0 kB
AnonPages:        750396 kB
Mapped:            55640 kB
Shmem:             31020 kB
Slab:             141972 kB
SReclaimable:     112772 kB
SUnreclaim:        29200 kB
KernelStack:        3792 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1862932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57000 MiB
End job on node149 at 2019-09-12 18:47:26