Trace number 4304755

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.9.2? (TO) 2520.13 2425.05

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-4-0_c18.xml
MD5SUMed32499ea7c7019ad5624e4a2d93decd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size10
Maximum domain size111
Distribution of domain sizes[{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.07/2425.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2425.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2425.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2425.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2425.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2425.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2425.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2425.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2425.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2425.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2425.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2425.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.07/2425.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2425.02		at scala.Option.map(Option.scala:146)
2520.07/2425.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2425.02		at concrete.MAC.mac(MAC.scala:203)
2520.07/2425.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2425.02		at scala.util.Try$.apply(Try.scala:209)
2520.07/2425.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2425.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2425.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2425.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2425.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2425.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2425.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2425.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2425.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2425.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2425.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2425.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2425.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2425.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2425.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2425.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2425.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2425.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2425.02		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2425.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2425.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2425.02		at scala.util.Success.map(Try.scala:209)
2520.07/2425.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2425.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2425.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2425.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2425.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2425.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2425.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2425.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2425.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2425.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2425.02		at scala.App.main(App.scala:76)
2520.07/2425.02		at scala.App.main$(App.scala:74)
2520.07/2425.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2425.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2425.02	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 (8658 MiB free)
  memory of node 1: 16384 MiB (7812 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304755-1534146219/watcher-4304755-1534146219 -o /tmp/evaluation-result-4304755-1534146219/solver-4304755-1534146219 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=301105930 HOME/instance-4304755-1534146219.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=22064, runsolver pid=22061

[startup+0.110695 s]*
/proc/loadavg: 2.06 1.59 1.46 4/207 22122
/proc/meminfo: memFree=16850112/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=10453864 memory=22676 CPUtime=0.09 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 4815 12961 0 0 2 0 4 3 20 0 9 0 232185105 10704756736 5669 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2613466 5669 2101 1 0 2576007 0
[pid=22064/tid=22117] ppid=22061 vsize=10453864 memory=5855084838433490077 CPUtime=0.09 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 2618 12961 0 0 2 0 4 3 20 0 9 0 232185114 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139861139312 140139873383774 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=10453864 memory=5793855402136107449 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 9 0 232185115 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=10453864 memory=140151126214272 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 9 0 232185115 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=10453864 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 9 0 232185115 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=10453864 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 9 0 232185115 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=10453864 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 9 0 232185116 10704756736 5669 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=10453864 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 9 0 232185117 10704756736 5669 33554432000 4194304 4196468 140722233064112 140138743063584 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=10453864 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 9 0 232185117 10704756736 5669 33554432000 4194304 4196468 140722233064112 140138541736880 140139889313493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 22676 KiB

[startup+0.210049 s]*
/proc/loadavg: 2.06 1.59 1.46 3/215 22130
/proc/meminfo: memFree=16830160/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=10982744 memory=45704 CPUtime=0.25 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 8102 12961 0 0 17 1 4 3 20 0 15 0 232185105 11246329856 11426 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2745686 11426 2975 1 0 2708109 0
[pid=22064/tid=22117] ppid=22061 vsize=10983736 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 4897 12961 0 0 11 0 4 3 20 0 15 0 232185114 11247345664 11690 33554432000 4194304 4196468 140722233064112 140139861128096 140139881983005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=10983736 memory=4211973877331004810 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11247345664 11690 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=10985364 memory=140151126214272 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11249012736 11690 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11249012736 11690 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11249012736 11756 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=10985364 memory=140151126214272 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185116 11249012736 11756 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 232185117 11249012736 11756 33554432000 4194304 4196468 140722233064112 140138743063584 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185117 11249012736 11756 33554432000 4194304 4196468 140722233064112 140138541736816 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11249012736 11756 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 469 12961 0 0 1 0 4 3 20 0 15 0 232185120 11249012736 11822 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 143 12961 0 0 0 0 4 3 20 0 15 0 232185120 11249012736 11822 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=10985364 memory=140151126214272 CPUtime=0.1 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 617 12961 0 0 3 0 4 3 20 0 15 0 232185120 11249012736 11822 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11249012736 11822 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=10985364 memory=140151126214272 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185120 11249012736 11822 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45704 KiB

[startup+0.310272 s]*
/proc/loadavg: 2.06 1.59 1.46 3/215 22130
/proc/meminfo: memFree=16801124/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=10983192 memory=56404 CPUtime=0.38 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 10599 12961 0 0 29 2 4 3 20 0 15 0 232185105 11246788608 14101 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2745798 14101 3094 1 0 2708109 0
[pid=22064/tid=22117] ppid=22061 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 7155 12961 0 0 20 1 4 3 20 0 15 0 232185114 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139861115296 140139881544677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=10983192 memory=-7003737579269690708 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=10983192 memory=140151126224865 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185116 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 232185117 11246788608 14101 33554432000 4194304 4196468 140722233064112 140138743063584 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185117 11246788608 14101 33554432000 4194304 4196468 140722233064112 140138541736816 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 469 12961 0 0 1 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 144 12961 0 0 1 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=10983192 memory=140151126214272 CPUtime=0.11 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) R 22061 22064 19646 0 -1 4202560 623 12961 0 0 4 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139176934000 140139867979040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=10983192 memory=140151126214272 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 14101 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56404 KiB

[startup+0.700827 s]
/proc/loadavg: 2.06 1.59 1.46 4/215 22130
/proc/meminfo: memFree=16753468/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=10983192 memory=88336 CPUtime=0.98 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 16771 12961 0 0 87 4 4 3 20 0 15 0 232185105 11246788608 22084 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2745798 22084 3238 1 0 2708109 0
[pid=22064/tid=22117] ppid=22061 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 12260 12961 0 0 57 2 4 3 20 0 15 0 232185114 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139861124112 140139889325213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=10983192 memory=4637164475387183459 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 5 12961 0 0 0 0 4 3 20 0 15 0 232185116 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=10983192 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 232185117 11246788608 22084 33554432000 4194304 4196468 140722233064112 140138743063584 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185117 11246788608 22084 33554432000 4194304 4196468 140722233064112 140138541736816 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=10983192 memory=3688650055537138736 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 1037 12961 0 0 9 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 560 12961 0 0 7 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 694 12961 0 0 13 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=10983192 memory=7809523229951467568 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185120 11246788608 22084 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88336 KiB

[startup+1.50091 s]
/proc/loadavg: 2.06 1.59 1.46 4/215 22130
/proc/meminfo: memFree=16613304/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=10993996 memory=201064 CPUtime=3.16 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 26377 12961 0 0 302 7 4 3 20 0 15 0 232185105 11257851904 50266 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2748499 50266 3450 1 0 2710157 0
[pid=22064/tid=22117] ppid=22061 vsize=10993996 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 16070 12961 0 0 134 4 4 3 20 0 15 0 232185114 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139861083336 140139873383774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=10993996 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=10993996 memory=14775 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=10993996 memory=4350 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 232185115 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185115 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=10993996 memory=-3253322038155611931 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 14 12961 0 0 0 0 4 3 20 0 15 0 232185116 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=10993996 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 232185117 11257851904 50266 33554432000 4194304 4196468 140722233064112 140138743063584 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=10993996 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 232185117 11257851904 50266 33554432000 4194304 4196468 140722233064112 140138541736816 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=10993996 memory=102764 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11257851904 50266 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=10993996 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) R 22061 22064 19646 0 -1 4202560 2355 12961 0 0 62 0 4 3 20 0 15 0 232185120 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139179030544 140139873592051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=10993996 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) R 22061 22064 19646 0 -1 4202560 3772 12961 0 0 58 1 4 3 20 0 15 0 232185120 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139177972960 140139874225244 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=10993996 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 1952 12961 0 0 45 0 4 3 20 0 15 0 232185120 11257851904 50266 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0

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

/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 239306 12961 0 0 223676 65 4 3 20 0 15 0 232185114 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139861137552 140139453296473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=11016544 memory=921552 CPUtime=17.87 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 32303 12961 0 0 1694 86 4 3 20 0 15 0 232185115 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=11016544 memory=920528 CPUtime=17.83 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 29277 12961 0 0 1690 86 4 3 20 0 15 0 232185115 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=11016544 memory=909756 CPUtime=17.88 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 29240 12961 0 0 1696 85 4 3 20 0 15 0 232185115 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=11016544 memory=903600 CPUtime=17.86 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 29727 12961 0 0 1694 85 4 3 20 0 15 0 232185115 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=11016544 memory=900520 CPUtime=4.25 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 17967 12961 0 0 367 51 4 3 20 0 15 0 232185116 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=11016544 memory=900520 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 22 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 225130 33554432000 4194304 4196468 140722233064112 140138743063712 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=11016544 memory=928740 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 27 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 225130 33554432000 4194304 4196468 140722233064112 140138541736832 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=11016544 memory=903600 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=11016544 memory=907188 CPUtime=17.36 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 46152 12961 0 0 1721 8 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=11016544 memory=911292 CPUtime=17.21 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 45440 12961 0 0 1705 9 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=11016544 memory=6943526294502006880 CPUtime=5.01 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 52042 12961 0 0 484 10 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=11016544 memory=2592 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=11016544 memory=1408 CPUtime=1.33 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1042 12961 0 0 66 60 4 3 20 0 15 0 232185120 11280941056 225130 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 2353.58 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 900520 KiB

[startup+2322.3 s]
/proc/loadavg: 1.73 1.66 1.54 3/216 22226
/proc/meminfo: memFree=14493336/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=11016544 memory=896244 CPUtime=2415.01 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 534995 12961 0 0 240966 528 4 3 20 0 15 0 232185105 11280941056 224061 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2754136 224061 3538 1 0 2715789 0
[pid=22064/tid=22117] ppid=22061 vsize=11016544 memory=898808 CPUtime=2296.79 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 245966 12961 0 0 229605 67 4 3 20 0 15 0 232185114 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139861137584 140139454397316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=11016544 memory=901332 CPUtime=18.37 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 32593 12961 0 0 1743 87 4 3 20 0 15 0 232185115 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=11016544 memory=904184 CPUtime=18.33 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 29681 12961 0 0 1738 88 4 3 20 0 15 0 232185115 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=11016544 memory=918816 CPUtime=18.37 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 30428 12961 0 0 1744 86 4 3 20 0 15 0 232185115 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=11016544 memory=894728 CPUtime=18.35 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 30964 12961 0 0 1742 86 4 3 20 0 15 0 232185115 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=11016544 memory=903964 CPUtime=4.37 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 18415 12961 0 0 377 53 4 3 20 0 15 0 232185116 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=11016544 memory=910608 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 22 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 224061 33554432000 4194304 4196468 140722233064112 140138743063712 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=11016544 memory=906504 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 27 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 224061 33554432000 4194304 4196468 140722233064112 140138541736832 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=11016544 memory=903940 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=11016544 memory=903940 CPUtime=17.36 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 46155 12961 0 0 1721 8 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=11016544 memory=902912 CPUtime=17.21 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 45442 12961 0 0 1705 9 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=11016544 memory=898808 CPUtime=5.01 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 52045 12961 0 0 484 10 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=11016544 memory=917792 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=11016544 memory=897784 CPUtime=1.36 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1063 12961 0 0 67 62 4 3 20 0 15 0 232185120 11280941056 224061 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 2415.01 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 896244 KiB

[startup+2382.3 s]
/proc/loadavg: 1.66 1.65 1.54 3/216 22227
/proc/meminfo: memFree=14488344/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=11016544 memory=901096 CPUtime=2476.42 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 547001 12961 0 0 247097 538 4 3 20 0 15 0 232185105 11280941056 225274 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2754136 225274 3538 1 0 2715789 0
[pid=22064/tid=22117] ppid=22061 vsize=11016544 memory=902124 CPUtime=2356.11 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 252958 12961 0 0 235535 69 4 3 20 0 15 0 232185114 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139861137648 140139454677848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=11016544 memory=917000 CPUtime=18.86 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 32824 12961 0 0 1790 89 4 3 20 0 15 0 232185115 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=11016544 memory=904688 CPUtime=18.82 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 30164 12961 0 0 1785 90 4 3 20 0 15 0 232185115 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=11016544 memory=903664 CPUtime=18.86 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 31588 12961 0 0 1791 88 4 3 20 0 15 0 232185115 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=11016544 memory=902124 CPUtime=18.84 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 32354 12961 0 0 1789 88 4 3 20 0 15 0 232185115 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=11016544 memory=2257 CPUtime=4.47 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 18851 12961 0 0 387 53 4 3 20 0 15 0 232185116 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=11016544 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 22 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 225274 33554432000 4194304 4196468 140722233064112 140138743063712 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=11016544 memory=904688 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 27 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 225274 33554432000 4194304 4196468 140722233064112 140138541736832 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=11016544 memory=1714 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=11016544 memory=494 CPUtime=17.36 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 46158 12961 0 0 1721 8 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=11016544 memory=910332 CPUtime=17.21 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 45446 12961 0 0 1705 9 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=11016544 memory=910332 CPUtime=5.01 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 53329 12961 0 0 484 10 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=11016544 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=11016544 memory=63016 CPUtime=1.39 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1086 12961 0 0 69 63 4 3 20 0 15 0 232185120 11280941056 225274 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 2476.42 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 901096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2425 s]*
/proc/loadavg: 1.65 1.65 1.55 3/216 22228
/proc/meminfo: memFree=14514560/32770624 swapFree=67108196/67108860
[pid=22064] ppid=22061 vsize=11016544 memory=876468 CPUtime=2520.07 cores=0,2,4,6
/proc/22064/stat : 22064 (java) S 22061 22064 19646 0 -1 1077944320 551914 12961 0 0 251458 542 4 3 20 0 15 0 232185105 11280941056 219117 33554432000 4194304 4196468 140722233064112 140722233046656 140139889303287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
/proc/22064/statm: 2754136 219117 3538 1 0 2715789 0
[pid=22064/tid=22117] ppid=22061 vsize=11016544 memory=1398720917958146503 CPUtime=2398.33 cores=0,2,4,6
/proc/22064/task/22117/stat : 22117 (java) R 22061 22064 19646 0 -1 4202560 254482 12961 0 0 239756 70 4 3 20 0 15 0 232185114 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139861137648 140139453278167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22118] ppid=22061 vsize=11016544 memory=-7003737579269690708 CPUtime=19.18 cores=0,2,4,6
/proc/22064/task/22118/stat : 22118 (java) S 22061 22064 19646 0 -1 1077944384 33414 12961 0 0 1822 89 4 3 20 0 15 0 232185115 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139893546128 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22119] ppid=22061 vsize=11016544 memory=17816 CPUtime=19.14 cores=0,2,4,6
/proc/22064/task/22119/stat : 22119 (java) S 22061 22064 19646 0 -1 1077944384 30565 12961 0 0 1817 90 4 3 20 0 15 0 232185115 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139758881808 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22120] ppid=22061 vsize=11016544 memory=640 CPUtime=19.19 cores=0,2,4,6
/proc/22064/task/22120/stat : 22120 (java) S 22061 22064 19646 0 -1 1077944384 32370 12961 0 0 1823 89 4 3 20 0 15 0 232185115 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139757829008 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22121] ppid=22061 vsize=11016544 memory=1764 CPUtime=19.17 cores=0,2,4,6
/proc/22064/task/22121/stat : 22121 (java) S 22061 22064 19646 0 -1 1077944384 33586 12961 0 0 1821 89 4 3 20 0 15 0 232185115 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139756776208 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22122] ppid=22061 vsize=11016544 memory=1236 CPUtime=4.58 cores=0,2,4,6
/proc/22064/task/22122/stat : 22122 (java) S 22061 22064 19646 0 -1 1077944384 19199 12961 0 0 397 54 4 3 20 0 15 0 232185116 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139180091760 140139889314434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22123] ppid=22061 vsize=11016544 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22123/stat : 22123 (java) S 22061 22064 19646 0 -1 1077944384 22 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 219117 33554432000 4194304 4196468 140722233064112 140138743063712 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22124] ppid=22061 vsize=11016544 memory=2096 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22124/stat : 22124 (java) S 22061 22064 19646 0 -1 1077944384 27 12961 0 0 0 0 4 3 20 0 15 0 232185117 11280941056 219117 33554432000 4194304 4196468 140722233064112 140138541736832 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22125] ppid=22061 vsize=11016544 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22125/stat : 22125 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140138234337104 140139889321883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22126] ppid=22061 vsize=11016544 memory=1572 CPUtime=17.36 cores=0,2,4,6
/proc/22064/task/22126/stat : 22126 (java) S 22061 22064 19646 0 -1 1077944384 46165 12961 0 0 1721 8 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139179039600 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22127] ppid=22061 vsize=11016544 memory=2244 CPUtime=17.21 cores=0,2,4,6
/proc/22064/task/22127/stat : 22127 (java) S 22061 22064 19646 0 -1 1077944384 45450 12961 0 0 1705 9 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139177986800 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22128] ppid=22061 vsize=11016544 memory=4124 CPUtime=5.01 cores=0,2,4,6
/proc/22064/task/22128/stat : 22128 (java) S 22061 22064 19646 0 -1 1077944384 53333 12961 0 0 484 10 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139176934000 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22129] ppid=22061 vsize=11016544 memory=2092 CPUtime=0.07 cores=0,2,4,6
/proc/22064/task/22129/stat : 22129 (java) S 22061 22064 19646 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140137803541216 140139889313493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
[pid=22064/tid=22130] ppid=22061 vsize=11016544 memory=8148 CPUtime=1.42 cores=0,2,4,6
/proc/22064/task/22130/stat : 22130 (java) S 22061 22064 19646 0 -1 1077944384 1107 12961 0 0 70 65 4 3 20 0 15 0 232185120 11280941056 219117 33554432000 4194304 4196468 140722233064112 140139175881392 140139889314434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33529856 140722233068141 140722233070940 140722233070940 140722233073615 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 876468 KiB

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

[startup+2425.05 s]
# the end of solver process 22064 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.65 s, system=5.48172 s

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

Child status: 143
Real time (s): 2425.05
CPU time (s): 2520.13
CPU user time (s): 2514.65
CPU system time (s): 5.48172
CPU usage (%): 103.921
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 2968612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.65
system time used= 5.48172
maximum resident set size= 2974736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147162
involuntary context switches= 6308


# summary of solver processes directly reported to runsolver:
#   pid: 22064
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2514.65
#   total CPU system time (s): 5.48172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0306 second user time and 24.3535 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 09:43:39
IDJOB=4304755
IDBENCH=141636
IDSOLVER=2780
FILE ID=node151/4304755-1534146219
RUNJOBID= node151-1534138766-20507
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-4-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304755-1534146219/watcher-4304755-1534146219 -o /tmp/evaluation-result-4304755-1534146219/solver-4304755-1534146219 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=301105930 HOME/instance-4304755-1534146219.xml

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

MD5SUM BENCH= ed32499ea7c7019ad5624e4a2d93decd
RANDOM SEED=301105930

node151.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.87
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.87
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.87
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.87
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:        16868188 kB
MemAvailable:   30185812 kB
Buffers:          220804 kB
Cached:         13209508 kB
SwapCached:           16 kB
Active:          7603492 kB
Inactive:        7599644 kB
Active(anon):    1722276 kB
Inactive(anon):   102564 kB
Active(file):    5881216 kB
Inactive(file):  7497080 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             27380 kB
Writeback:             0 kB
AnonPages:       1767980 kB
Mapped:            73356 kB
Shmem:             49524 kB
Slab:             395872 kB
SReclaimable:     367788 kB
SUnreclaim:        28084 kB
KernelStack:        3824 kB
PageTables:         9292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3210708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1536000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 10:24:04