Trace number 4392152

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.05 2373.44

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.2796
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2400.00/2373.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2373.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2373.41		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2373.41		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.00/2373.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2373.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2373.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.00/2373.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2373.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2373.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2373.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2373.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2373.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2373.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2373.41		at scala.Option.map(Option.scala:243)
2400.00/2373.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2373.41		at concrete.MAC.mac(MAC.scala:204)
2400.00/2373.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.00/2373.41		at scala.util.Try$.apply(Try.scala:212)
2400.00/2373.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2373.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2373.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2373.41		at concrete.MAC.oneRun(MAC.scala:253)
2400.00/2373.41		at concrete.MAC.nextSolution(MAC.scala:272)
2400.00/2373.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.00/2373.41		at concrete.ProblemState.map(ProblemState.scala:228)
2400.00/2373.41		at concrete.ProblemState.map(ProblemState.scala:210)
2400.00/2373.41		at concrete.MAC.nextSolution(MAC.scala:334)
2400.00/2373.41		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2373.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2373.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2373.41		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2373.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.00/2373.41		at scala.util.Success.map(Try.scala:264)
2400.00/2373.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.00/2373.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2373.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2373.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2373.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2373.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2373.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2373.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2373.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2373.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2373.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2373.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2373.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2373.41		at scala.App.main(App.scala:75)
2400.00/2373.41		at scala.App.main$(App.scala:73)
2400.00/2373.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2373.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2373.42	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 (13465 MiB free)
  memory of node 1: 16384 MiB (15631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392152-1568315695/watcher-4392152-1568315695 -o /tmp/evaluation-result-4392152-1568315695/solver-4392152-1568315695 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=553812711 HOME/instance-4392152-1568315695.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Starting watchdog thread
Start 3.10.0-514.16.1.el7.x86_64
solver pid=9820, runsolver pid=9817
Current StackSize limit: 8192 KiB


[startup+0.10983 s]*
/proc/loadavg: 1.28 1.45 1.52 4/218 9877
/proc/meminfo: memFree=29786820/32770624 swapFree=66999768/67108860
[pid=9820] ppid=9817 vsize=10186436 memory=20440 CPUtime=0.1 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 4854 13062 0 0 1 1 5 3 20 0 8 0 407483502 10430910464 5110 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2546609 5110 2077 1 0 2535047 0
[pid=9820/tid=9873] ppid=9817 vsize=10355560 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 2662 13062 0 0 1 0 5 3 20 0 9 0 407483511 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795872096112 139795884340574 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10355560 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 9 0 407483512 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10355560 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 9 0 407483512 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 9 0 407483512 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 9 0 407483512 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10355560 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 9 0 407483513 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 13 13062 0 0 0 0 5 3 20 0 9 0 407483514 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795347007008 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 9 0 407483514 10604093440 5670 33554432000 4194304 4196468 140724035329536 139795212789168 139795900270293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10186436 KiB
Current children cumulated memory: 20440 KiB

[startup+0.21012 s]*
/proc/loadavg: 1.28 1.45 1.52 3/227 9886
/proc/meminfo: memFree=29765368/32770624 swapFree=66999768/67108860
[pid=9820] ppid=9817 vsize=10818940 memory=43096 CPUtime=0.26 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 7124 13062 0 0 16 2 5 3 20 0 15 0 407483502 11078594560 10774 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2704735 10774 2959 1 0 2667149 0
[pid=9820/tid=9873] ppid=9817 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 3642 13062 0 0 10 1 5 3 20 0 15 0 407483511 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795872092288 139795498096696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10818940 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483512 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10818940 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483513 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 13 13062 0 0 0 0 5 3 20 0 15 0 407483514 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795347007008 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483514 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795212789104 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 572 13062 0 0 1 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 62 13062 0 0 0 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10818940 memory=140374408648320 CPUtime=0.11 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) R 9817 9820 5578 0 -1 4202560 626 13062 0 0 3 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795423721584 139795892461940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10818940 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483517 11078594560 10774 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43096 KiB

[startup+0.318826 s]*
/proc/loadavg: 1.28 1.45 1.52 3/227 9886
/proc/meminfo: memFree=29753776/32770624 swapFree=66999768/67108860
[pid=9820] ppid=9817 vsize=10820244 memory=54512 CPUtime=0.41 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 10882 13062 0 0 29 4 5 3 20 0 15 0 407483502 11079929856 13628 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2705061 13628 3278 1 0 2667149 0
[pid=9820/tid=9873] ppid=9817 vsize=10820244 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 7366 13062 0 0 19 3 5 3 20 0 15 0 407483511 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795872079904 139795900272022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10820244 memory=-6733704525061579059 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483512 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483513 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 13 13062 0 0 0 0 5 3 20 0 15 0 407483514 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795347007008 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483514 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795212789104 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 583 13062 0 0 2 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 62 13062 0 0 1 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10820244 memory=140374408648320 CPUtime=0.13 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 639 13062 0 0 5 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10820244 memory=140374408648320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483517 11079929856 13628 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54512 KiB

[startup+0.700675 s]
/proc/loadavg: 1.28 1.45 1.52 6/227 9886
/proc/meminfo: memFree=29742412/32770624 swapFree=66999768/67108860
[pid=9820] ppid=9817 vsize=10824340 memory=84808 CPUtime=1.15 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 14875 13062 0 0 101 6 5 3 20 0 15 0 407483502 11084124160 21202 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2706085 21202 3509 1 0 2668173 0
[pid=9820/tid=9873] ppid=9817 vsize=10824340 memory=11852 CPUtime=0.67 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 10550 13062 0 0 55 4 5 3 20 0 15 0 407483511 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795872087280 139795879970528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10824340 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10824340 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10824340 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483512 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10824340 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483512 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10824340 memory=7305218370954224976 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 5 13062 0 0 0 0 5 3 20 0 15 0 407483513 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10824340 memory=7739276948478060650 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 13 13062 0 0 0 0 5 3 20 0 15 0 407483514 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795347007008 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10824340 memory=5788344228095479888 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483514 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795212789104 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10824340 memory=5450909908396307978 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10824340 memory=-7533522213388100735 CPUtime=0.23 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 969 13062 0 0 15 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10824340 memory=6944656591801717918 CPUtime=0.2 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 302 13062 0 0 12 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) R 9817 9820 5578 0 -1 4202560 818 13062 0 0 17 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795423721584 139795878829247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10824340 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483517 11084124160 21202 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84808 KiB

[startup+1.50073 s]
/proc/loadavg: 1.28 1.45 1.52 5/227 9886
/proc/meminfo: memFree=29669972/32770624 swapFree=66999768/67108860
[pid=9820] ppid=9817 vsize=10832608 memory=233088 CPUtime=3.02 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 25374 13062 0 0 282 12 5 3 20 0 15 0 407483502 11092590592 58272 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2708152 58272 3580 1 0 2670221 0
[pid=9820/tid=9873] ppid=9817 vsize=10832608 memory=55 CPUtime=1.43 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 15499 13062 0 0 129 6 5 3 20 0 15 0 407483511 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795872091440 139795885955158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 33 13062 0 0 1 0 5 3 20 0 15 0 407483512 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 260 13062 0 0 1 0 5 3 20 0 15 0 407483512 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10832608 memory=18141941861341 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 33 13062 0 0 1 0 5 3 20 0 15 0 407483512 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10832608 memory=-5587106307024652944 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 78 13062 0 0 1 0 5 3 20 0 15 0 407483512 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10832608 memory=-2892745056951965031 CPUtime=0.09 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 95 13062 0 0 1 0 5 3 20 0 15 0 407483513 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10832608 memory=-7161732098441943118 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 14 13062 0 0 0 0 5 3 20 0 15 0 407483514 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795347007072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10832608 memory=3472328296227736225 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 1 13062 0 0 0 0 5 3 20 0 15 0 407483514 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795212789104 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10832608 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11092590592 58272 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10832608 memory=-2605811476043407915 CPUtime=0.65 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 3059 13062 0 0 57 0 5 3 20 0 15 0 407483517 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10832608 memory=6944656575208382560 CPUtime=0.59 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 2054 13062 0 0 51 0 5 3 20 0 15 0 407483517 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10832608 memory=8128038100524242582 CPUtime=0.44 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 2036 13062 0 0 36 0 5 3 20 0 15 0 407483517 11092590592 58272 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0

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

/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 112981 13062 0 0 219568 47 5 3 20 0 15 0 407483511 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795872090432 139795501940833 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10846964 memory=1859408 CPUtime=3.01 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 24861 13062 0 0 274 19 5 3 20 0 15 0 407483512 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10846964 memory=1859408 CPUtime=3 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 37070 13062 0 0 273 19 5 3 20 0 15 0 407483512 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10846964 memory=1859368 CPUtime=3.02 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 34330 13062 0 0 274 20 5 3 20 0 15 0 407483512 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10846964 memory=8 CPUtime=3.03 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 40795 13062 0 0 277 18 5 3 20 0 15 0 407483512 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10846964 memory=1859408 CPUtime=2.1 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 30168 13062 0 0 189 13 5 3 20 0 15 0 407483513 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10846964 memory=1859408 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 20 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795347007136 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10846964 memory=1857260 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 11 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795212789120 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10846964 memory=1856172 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10846964 memory=1857260 CPUtime=5.86 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 94320 13062 0 0 567 11 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10846964 memory=1856144 CPUtime=6.53 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 100222 13062 0 0 635 10 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10846964 memory=8112282956445269571 CPUtime=3.9 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 71348 13062 0 0 372 10 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10846964 memory=18984 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10846964 memory=33472 CPUtime=1.21 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 2532 13062 0 0 52 61 5 3 20 0 15 0 407483517 11107291136 464852 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 2227.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1859408 KiB

[startup+2262.3 s]
/proc/loadavg: 1.49 1.47 1.41 3/227 10354
/proc/meminfo: memFree=29159436/32770624 swapFree=66999780/67108860
[pid=9820] ppid=9817 vsize=10846964 memory=1859452 CPUtime=2287.83 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 559476 13062 0 0 228566 209 5 3 20 0 15 0 407483502 11107291136 464863 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2711741 464863 3621 1 0 2673805 0
[pid=9820/tid=9873] ppid=9817 vsize=10846964 memory=6153694349851312226 CPUtime=2255.88 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 114640 13062 0 0 225532 48 5 3 20 0 15 0 407483511 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795872088608 139795503565152 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10846964 memory=1859452 CPUtime=3.19 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 24934 13062 0 0 291 20 5 3 20 0 15 0 407483512 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10846964 memory=1859436 CPUtime=3.18 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 38789 13062 0 0 290 20 5 3 20 0 15 0 407483512 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10846964 memory=1859452 CPUtime=3.19 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 34511 13062 0 0 290 21 5 3 20 0 15 0 407483512 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10846964 memory=1859452 CPUtime=3.2 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 41004 13062 0 0 294 18 5 3 20 0 15 0 407483512 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10846964 memory=1859452 CPUtime=2.23 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 30776 13062 0 0 202 13 5 3 20 0 15 0 407483513 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10846964 memory=1859452 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 20 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795347007136 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10846964 memory=1859452 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 11 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795212789120 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10846964 memory=1859452 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10846964 memory=1859452 CPUtime=5.88 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 94961 13062 0 0 569 11 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10846964 memory=1859452 CPUtime=6.55 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 102599 13062 0 0 636 11 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10846964 memory=1859452 CPUtime=3.9 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 72445 13062 0 0 372 10 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10846964 memory=1859452 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10846964 memory=1556 CPUtime=1.24 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 2575 13062 0 0 54 62 5 3 20 0 15 0 407483517 11107291136 464863 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 60 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 2287.83 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1859452 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.44 1.41 3/227 10360
/proc/meminfo: memFree=29139724/32770624 swapFree=66999780/67108860
[pid=9820] ppid=9817 vsize=10846964 memory=1875816 CPUtime=2348.42 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 571263 13062 0 0 234620 214 5 3 20 0 15 0 407483502 11107291136 468954 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2711741 468954 3621 1 0 2673805 0
[pid=9820/tid=9873] ppid=9817 vsize=10846964 memory=1875816 CPUtime=2315.49 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) R 9817 9820 5578 0 -1 4202560 116791 13062 0 0 231493 48 5 3 20 0 15 0 407483511 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795872069216 139795501950266 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10846964 memory=1859516 CPUtime=3.38 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) S 9817 9820 5578 0 -1 1077944384 25826 13062 0 0 310 20 5 3 20 0 15 0 407483512 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10846964 memory=1859484 CPUtime=3.36 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) S 9817 9820 5578 0 -1 1077944384 39088 13062 0 0 307 21 5 3 20 0 15 0 407483512 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795819321872 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10846964 memory=1872404 CPUtime=3.39 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) S 9817 9820 5578 0 -1 1077944384 36262 13062 0 0 309 22 5 3 20 0 15 0 407483512 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795818269072 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10846964 memory=1859516 CPUtime=3.39 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) S 9817 9820 5578 0 -1 1077944384 41326 13062 0 0 312 19 5 3 20 0 15 0 407483512 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795471456528 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10846964 memory=1875816 CPUtime=2.37 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 31673 13062 0 0 215 14 5 3 20 0 15 0 407483513 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795426880368 139795900271234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10846964 memory=1875816 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 20 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795347007136 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10846964 memory=320 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 11 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795212789120 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10846964 memory=1875816 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10846964 memory=1875816 CPUtime=5.91 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 98549 13062 0 0 571 12 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10846964 memory=1875816 CPUtime=6.57 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 103013 13062 0 0 638 11 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10846964 memory=1875816 CPUtime=3.91 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 73857 13062 0 0 373 10 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10846964 memory=1875816 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10846964 memory=1875816 CPUtime=1.27 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 2636 13062 0 0 55 64 5 3 20 0 15 0 407483517 11107291136 468954 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 2348.42 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1875816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2373.4 s]
/proc/loadavg: 1.31 1.42 1.40 3/227 10364
/proc/meminfo: memFree=29138984/32770624 swapFree=66999780/67108860
[pid=9820] ppid=9817 vsize=10846964 memory=1875968 CPUtime=2400 cores=1,3,5,7
/proc/9820/stat : 9820 (java) S 9817 9820 5578 0 -1 1077944320 575677 13062 0 0 239773 219 5 3 20 0 15 0 407483502 11107291136 468992 33554432000 4194304 4196468 140724035329536 140724035312080 139795900260087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
/proc/9820/statm: 2711741 468992 3621 1 0 2673805 0
[pid=9820/tid=9873] ppid=9817 vsize=10846964 memory=2012 CPUtime=2366.25 cores=1,3,5,7
/proc/9820/task/9873/stat : 9873 (java) S 9817 9820 5578 0 -1 1077944384 117778 13062 0 0 236568 49 5 3 20 0 15 0 407483511 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795872065680 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9874] ppid=9817 vsize=10846964 memory=1240 CPUtime=3.53 cores=1,3,5,7
/proc/9820/task/9874/stat : 9874 (java) R 9817 9820 5578 0 -1 1077944384 26468 13062 0 0 325 20 5 3 20 0 15 0 407483512 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795904502416 139795900270293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9875] ppid=9817 vsize=10846964 memory=580 CPUtime=3.53 cores=1,3,5,7
/proc/9820/task/9875/stat : 9875 (java) R 9817 9820 5578 0 -1 4202560 39247 13062 0 0 323 22 5 3 20 0 15 0 407483512 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795819321872 139795879454503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9876] ppid=9817 vsize=10846964 memory=1696 CPUtime=3.55 cores=1,3,5,7
/proc/9820/task/9876/stat : 9876 (java) R 9817 9820 5578 0 -1 4202560 36440 13062 0 0 324 23 5 3 20 0 15 0 407483512 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795818269072 139795900272022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9877] ppid=9817 vsize=10846964 memory=3436 CPUtime=3.55 cores=1,3,5,7
/proc/9820/task/9877/stat : 9877 (java) R 9817 9820 5578 0 -1 4202560 41591 13062 0 0 327 20 5 3 20 0 15 0 407483512 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795471456528 139795900272022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9878] ppid=9817 vsize=10846964 memory=7548 CPUtime=2.48 cores=1,3,5,7
/proc/9820/task/9878/stat : 9878 (java) S 9817 9820 5578 0 -1 1077944384 32095 13062 0 0 226 14 5 3 20 0 15 0 407483513 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795426878880 139795900270293 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9879] ppid=9817 vsize=10846964 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9879/stat : 9879 (java) S 9817 9820 5578 0 -1 1077944384 20 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795347007136 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9880] ppid=9817 vsize=10846964 memory=1224 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9880/stat : 9880 (java) S 9817 9820 5578 0 -1 1077944384 11 13062 0 0 0 0 5 3 20 0 15 0 407483514 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795212789120 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9881] ppid=9817 vsize=10846964 memory=5904 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9881/stat : 9881 (java) S 9817 9820 5578 0 -1 1077944384 2 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139794608810320 139795900278683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9882] ppid=9817 vsize=10846964 memory=772 CPUtime=5.92 cores=1,3,5,7
/proc/9820/task/9882/stat : 9882 (java) S 9817 9820 5578 0 -1 1077944384 99298 13062 0 0 572 12 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795425827184 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9883] ppid=9817 vsize=10846964 memory=1556 CPUtime=6.58 cores=1,3,5,7
/proc/9820/task/9883/stat : 9883 (java) S 9817 9820 5578 0 -1 1077944384 103397 13062 0 0 639 11 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795424774384 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9884] ppid=9817 vsize=10846964 memory=1056 CPUtime=3.92 cores=1,3,5,7
/proc/9820/task/9884/stat : 9884 (java) S 9817 9820 5578 0 -1 1077944384 74451 13062 0 0 374 10 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795423721584 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9885] ppid=9817 vsize=10846964 memory=964 CPUtime=0.08 cores=1,3,5,7
/proc/9820/task/9885/stat : 9885 (java) S 9817 9820 5578 0 -1 1077944384 3 13062 0 0 0 0 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139794139048160 139795900270293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
[pid=9820/tid=9886] ppid=9817 vsize=10846964 memory=4100 CPUtime=1.3 cores=1,3,5,7
/proc/9820/task/9886/stat : 9886 (java) S 9817 9820 5578 0 -1 1077944384 2670 13062 0 0 57 65 5 3 20 0 15 0 407483517 11107291136 468992 33554432000 4194304 4196468 140724035329536 139795422670000 139795900271234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 28864512 140724035332854 140724035335365 140724035335365 140724035338191 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1875968 KiB

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

[startup+2373.44 s]
# the end of solver process 9820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.82 s, system=2.23211 s

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

Child status: 143
Real time (s): 2373.44
CPU time (s): 2400.05
CPU user time (s): 2397.82
CPU system time (s): 2.23211
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 10847732
Max. memory (cumulated for all children) (KiB): 1983096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.82
system time used= 2.23211
maximum resident set size= 1985144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117731
involuntary context switches= 3248


# summary of solver processes directly reported to runsolver:
#   pid: 9820
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.82
#   total CPU system time (s): 2.23211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0173 second user time and 24.8838 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 21:14:14
IDJOB=4392152
IDBENCH=128018
IDSOLVER=2837
FILE ID=node146/4392152-1568315695
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392152-1568315695/watcher-4392152-1568315695 -o /tmp/evaluation-result-4392152-1568315695/solver-4392152-1568315695 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=553812711 HOME/instance-4392152-1568315695.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=553812711

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        29796408 kB
MemAvailable:   30070600 kB
Buffers:          122828 kB
Cached:           432284 kB
SwapCached:         5304 kB
Active:          2137312 kB
Inactive:         249184 kB
Active(anon):    1848420 kB
Inactive(anon):    20848 kB
Active(file):     288892 kB
Inactive(file):   228336 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999768 kB
Dirty:             35828 kB
Writeback:             8 kB
AnonPages:       1938964 kB
Mapped:            53756 kB
Shmem:             29128 kB
Slab:             174560 kB
SReclaimable:     145600 kB
SUnreclaim:        28960 kB
KernelStack:        3760 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2959052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1753088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 21:53:48