Trace number 4403242

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.12.3? (TO) 2400.04 2355.83

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4n.xml
MD5SUMff46b38b3e2da44b02be81a37c246a0d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark8.29703
Satisfiable
(Un)Satisfiability was proved
Number of variables127
Number of constraints87
Number of domains2
Minimum domain size40
Maximum domain size43
Distribution of domain sizes[{"size":40,"count":126},{"size":43,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":84},{"degree":5,"count":42}]
Minimum constraint arity3
Maximum constraint arity126
Distribution of constraint arities[{"arity":3,"count":84},{"arity":43,"count":1},{"arity":126,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":42},{"type":"lex","count":1},{"type":"sum","count":42},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2400.00/2355.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2355.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2355.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2355.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.00/2355.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2355.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2355.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.00/2355.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2355.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2355.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2355.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2355.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2355.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2355.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2355.81		at scala.Option.map(Option.scala:242)
2400.00/2355.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2355.81		at concrete.MAC.mac(MAC.scala:216)
2400.00/2355.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2355.81		at scala.util.Try$.apply(Try.scala:210)
2400.00/2355.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2355.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2355.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2355.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2355.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2355.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.00/2355.81		at concrete.ProblemState.map(ProblemState.scala:238)
2400.00/2355.81		at concrete.ProblemState.map(ProblemState.scala:212)
2400.00/2355.81		at concrete.MAC.nextSolution(MAC.scala:348)
2400.00/2355.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2355.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2355.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2355.81		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2355.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2355.81		at scala.util.Success.map(Try.scala:262)
2400.00/2355.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2355.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2355.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2355.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2355.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2355.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2355.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2355.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2355.81		at scala.App.$anonfun$main$1(App.scala:73)
2400.00/2355.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.00/2355.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2355.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2355.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.00/2355.81		at scala.App.main(App.scala:73)
2400.00/2355.81		at scala.App.main$(App.scala:71)
2400.00/2355.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2355.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2355.81	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 (2276 MiB free)
  memory of node 1: 16384 MiB (1189 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403242-1568981031/watcher-4403242-1568981031 -o /var/tmp/evaluation-result-4403242-1568981031/solver-4403242-1568981031 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403242-1568981031.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=18282, runsolver pid=18279
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.37 1.47 1.45 3/221 18339
/proc/meminfo: memFree=3544048/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=9972712 memory=18588 CPUtime=0.09 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 4363 13262 0 0 1 0 5 3 20 0 6 0 474017919 10212057088 4647 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2493178 4647 1932 1 0 2481616 0
[pid=18282/tid=18335] ppid=18279 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 2162 13262 0 0 0 0 5 3 20 0 6 0 474017928 10212057088 4647 33554432000 4194304 4196468 140733139660560 140422238708304 140422266893469 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 6 0 474017929 10212057088 4647 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=9972712 memory=139971747632768 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 6 0 474017929 10212057088 4647 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 6 0 474017929 10212057088 4647 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 6 0 474017929 10212057088 4647 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210292 s]*
/proc/loadavg: 1.37 1.47 1.45 3/230 18348
/proc/meminfo: memFree=3526244/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10820164 memory=39552 CPUtime=0.28 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 7355 13262 0 0 18 2 5 3 20 0 15 0 474017919 11079847936 9888 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2705041 9888 3304 1 0 2667149 0
[pid=18282/tid=18335] ppid=18279 vsize=10820176 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 3817 13262 0 0 11 1 5 3 20 0 15 0 474017928 11079860224 9888 33554432000 4194304 4196468 140733139660560 140422238682576 140422189947877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10820176 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079860224 9888 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10820176 memory=139971751181716 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079860224 9888 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079860224 9888 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10820176 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079860224 9888 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10820176 memory=139971747632768 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017930 11079860224 9888 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 33 13262 0 0 0 0 5 3 20 0 15 0 474017931 11079868416 9888 33554432000 4194304 4196468 140733139660560 140421469549344 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017931 11079868416 9888 33554432000 4194304 4196468 140733139660560 140421338489968 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11079868416 9888 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10820184 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 475 13262 0 0 1 0 5 3 20 0 15 0 474017933 11079868416 9888 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10820188 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) R 18279 18282 14381 0 -1 4202560 183 13262 0 0 1 0 5 3 20 0 15 0 474017933 11079872512 9888 33554432000 4194304 4196468 140733139660560 140421434939888 140422250364105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10820188 memory=139971747632768 CPUtime=0.11 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) R 18279 18282 14381 0 -1 1077944384 632 13262 0 0 3 0 5 3 20 0 15 0 474017933 11079872512 9888 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11079872512 9888 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10820188 memory=139971747632768 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017934 11079872512 9888 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 39552 KiB

[startup+0.310742 s]*
/proc/loadavg: 1.37 1.47 1.45 4/230 18348
/proc/meminfo: memFree=3514016/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10820196 memory=47944 CPUtime=0.41 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 10790 13262 0 0 30 3 5 3 20 0 15 0 474017919 11079880704 11986 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2705049 11986 3324 1 0 2667149 0
[pid=18282/tid=18335] ppid=18279 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 7225 13262 0 0 19 2 5 3 20 0 15 0 474017928 11079880704 11986 33554432000 4194304 4196468 140733139660560 140422238680464 140422250952030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079880704 11986 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079880704 11986 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079880704 11986 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017929 11079880704 11986 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017930 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 33 13262 0 0 0 0 5 3 20 0 15 0 474017931 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421469549344 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017931 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421338489968 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11079880704 11986 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 475 13262 0 0 2 0 5 3 20 0 15 0 474017933 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 193 13262 0 0 2 0 5 3 20 0 15 0 474017933 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10820196 memory=139971747632768 CPUtime=0.13 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 650 13262 0 0 5 0 5 3 20 0 15 0 474017933 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11079880704 11986 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10820196 memory=139971747632768 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017934 11079880704 11986 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47944 KiB

[startup+0.706549 s]
/proc/loadavg: 1.37 1.47 1.45 3/230 18348
/proc/meminfo: memFree=3499100/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10824364 memory=81980 CPUtime=1.17 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 15150 13262 0 0 104 5 5 3 20 0 15 0 474017919 11084148736 20495 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2706091 20495 3515 1 0 2668173 0
[pid=18282/tid=18335] ppid=18279 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 10437 13262 0 0 56 3 5 3 20 0 15 0 474017928 11084148736 20495 33554432000 4194304 4196468 140733139660560 140422238693600 140422250952030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11084148736 20495 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11084148736 20495 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10824364 memory=139971642142928 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017929 11084148736 20495 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10824364 memory=139972984177259 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017929 11084148736 20495 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10824364 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 5 13262 0 0 0 0 5 3 20 0 15 0 474017930 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10824364 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 33 13262 0 0 0 0 5 3 20 0 15 0 474017931 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421469549344 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10824364 memory=7524200444098275945 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017931 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421338489968 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11084148736 20495 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10824364 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 930 13262 0 0 12 0 5 3 20 0 15 0 474017933 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10824364 memory=520 CPUtime=0.24 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) R 18279 18282 14381 0 -1 4202560 674 13262 0 0 16 0 5 3 20 0 15 0 474017933 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421434926432 140422248415702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10824364 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 858 13262 0 0 17 0 5 3 20 0 15 0 474017933 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10824364 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11084148736 20495 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10824364 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017934 11084148736 20495 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81980 KiB

[startup+1.50269 s]
/proc/loadavg: 1.37 1.47 1.45 5/230 18348
/proc/meminfo: memFree=3456064/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10834680 memory=169320 CPUtime=2.5 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 21927 13262 0 0 232 10 5 3 20 0 15 0 474017919 11094712320 42330 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2708670 42330 3581 1 0 2670733 0
[pid=18282/tid=18335] ppid=18279 vsize=10834680 memory=166104 CPUtime=1.44 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 15381 13262 0 0 131 5 5 3 20 0 15 0 474017928 11094712320 42330 33554432000 4194304 4196468 140733139660560 140422238668768 140422266883478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10834680 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 359 13262 0 0 1 0 5 3 20 0 15 0 474017929 11094712320 42330 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10834680 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 67 13262 0 0 0 0 5 3 20 0 15 0 474017929 11094712320 42330 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 59 13262 0 0 1 0 5 3 20 0 15 0 474017929 11094712320 42330 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 28 13262 0 0 1 0 5 3 20 0 15 0 474017929 11094712320 42330 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 146 13262 0 0 1 0 5 3 20 0 15 0 474017930 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 34 13262 0 0 0 0 5 3 20 0 15 0 474017931 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421469549408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017931 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421338489984 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11094712320 42330 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10834680 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 1061 13262 0 0 25 0 5 3 20 0 15 0 474017933 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10834680 memory=4580 CPUtime=0.36 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 873 13262 0 0 28 0 5 3 20 0 15 0 474017933 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10834680 memory=7667765859315117408 CPUtime=0.49 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) R 18279 18282 14381 0 -1 4202560 1711 13262 0 0 40 1 5 3 20 0 15 0 474017933 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421433887600 140422259968379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10834680 memory=8026650869813564775 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11094712320 42330 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10834680 memory=8172182224555304279 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 474017934 11094712320 42330 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 62696 13262 0 0 217647 43 5 3 20 0 15 0 474017928 11107315712 204868 33554432000 4194304 4196468 140733139660560 140422238707072 140421837626268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10846988 memory=819472 CPUtime=11.41 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 12126 13262 0 0 1076 57 5 3 20 0 15 0 474017929 11107315712 204868 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10846988 memory=819472 CPUtime=11.41 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 7781 13262 0 0 1074 59 5 3 20 0 15 0 474017929 11107315712 204868 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10846988 memory=819472 CPUtime=11.38 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 10107 13262 0 0 1076 54 5 3 20 0 15 0 474017929 11107315712 204868 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10846988 memory=819472 CPUtime=11.39 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 13222 13262 0 0 1077 54 5 3 20 0 15 0 474017929 11107315712 204868 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10846988 memory=819472 CPUtime=10.35 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 13742 13262 0 0 971 56 5 3 20 0 15 0 474017930 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10846988 memory=819472 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 39 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421469549408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10846988 memory=819472 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421338489984 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10846988 memory=819472 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11107315712 204868 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10846988 memory=819472 CPUtime=4.23 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 24413 13262 0 0 412 3 5 3 20 0 15 0 474017933 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10846988 memory=819472 CPUtime=4.32 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 24961 13262 0 0 419 5 5 3 20 0 15 0 474017933 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10846988 memory=819472 CPUtime=1.83 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 9646 13262 0 0 171 4 5 3 20 0 15 0 474017933 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10846988 memory=822036 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11107315712 204868 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10846988 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1337 13262 0 0 70 67 5 3 20 0 15 0 474017934 11107315712 204868 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 2244.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 819472 KiB

[startup+2262.3 s]
/proc/loadavg: 1.21 1.36 1.40 3/228 18812
/proc/meminfo: memFree=2812168/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10846988 memory=821520 CPUtime=2305.03 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 183781 13262 0 0 230151 344 5 3 20 0 15 0 474017919 11107315712 205380 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2711747 205380 3633 1 0 2673805 0
[pid=18282/tid=18335] ppid=18279 vsize=10846988 memory=3504 CPUtime=2236.35 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 63459 13262 0 0 223583 44 5 3 20 0 15 0 474017928 11107315712 205380 33554432000 4194304 4196468 140733139660560 140422238707152 140421839404494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10846988 memory=821520 CPUtime=11.72 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 12169 13262 0 0 1106 58 5 3 20 0 15 0 474017929 11107315712 205380 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10846988 memory=1424 CPUtime=11.71 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 7849 13262 0 0 1103 60 5 3 20 0 15 0 474017929 11107315712 205380 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10846988 memory=821520 CPUtime=11.68 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 10364 13262 0 0 1106 54 5 3 20 0 15 0 474017929 11107315712 205380 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10846988 memory=821520 CPUtime=11.7 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 13362 13262 0 0 1107 55 5 3 20 0 15 0 474017929 11107315712 205380 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10846988 memory=0 CPUtime=10.62 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 13948 13262 0 0 996 58 5 3 20 0 15 0 474017930 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10846988 memory=821520 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 39 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421469549408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10846988 memory=279943285078944 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421338489984 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11107315712 205380 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10846988 memory=821520 CPUtime=4.23 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 24416 13262 0 0 412 3 5 3 20 0 15 0 474017933 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10846988 memory=821520 CPUtime=4.32 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 24963 13262 0 0 419 5 5 3 20 0 15 0 474017933 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10846988 memory=821520 CPUtime=1.83 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 9649 13262 0 0 171 4 5 3 20 0 15 0 474017933 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10846988 memory=821520 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11107315712 205380 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10846988 memory=821520 CPUtime=1.48 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1354 13262 0 0 71 69 5 3 20 0 15 0 474017934 11107315712 205380 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 2305.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 821520 KiB

[startup+2322.3 s]
/proc/loadavg: 1.53 1.44 1.43 3/228 18816
/proc/meminfo: memFree=2812592/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10846988 memory=823568 CPUtime=2365.98 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 185377 13262 0 0 236238 352 5 3 20 0 15 0 474017919 11107315712 205892 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2711747 205892 3633 1 0 2673805 0
[pid=18282/tid=18335] ppid=18279 vsize=10846988 memory=823568 CPUtime=2295.68 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 64321 13262 0 0 229515 45 5 3 20 0 15 0 474017928 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422238706688 140421840230837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10846988 memory=823568 CPUtime=12.04 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 12280 13262 0 0 1137 59 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10846988 memory=821520 CPUtime=12.04 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 8049 13262 0 0 1135 61 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10846988 memory=821520 CPUtime=12.01 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 10400 13262 0 0 1137 56 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10846988 memory=823568 CPUtime=12.02 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 13518 13262 0 0 1138 56 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10846988 memory=821520 CPUtime=10.89 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 14156 13262 0 0 1022 59 5 3 20 0 15 0 474017930 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10846988 memory=823568 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 39 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421469549408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10846988 memory=823568 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421338489984 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10846988 memory=823568 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10846988 memory=823568 CPUtime=4.23 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 24418 13262 0 0 412 3 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10846988 memory=823568 CPUtime=4.33 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 24965 13262 0 0 420 5 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10846988 memory=823568 CPUtime=1.83 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 9651 13262 0 0 171 4 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10846988 memory=823568 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11107315712 205892 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10846988 memory=821520 CPUtime=1.51 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1371 13262 0 0 73 70 5 3 20 0 15 0 474017934 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 2365.98 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 823568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.8 s]
/proc/loadavg: 1.37 1.41 1.41 3/228 18820
/proc/meminfo: memFree=2812192/32770624 swapFree=66953192/67108860
[pid=18282] ppid=18279 vsize=10846988 memory=823568 CPUtime=2400 cores=0,2,4,6
/proc/18282/stat : 18282 (java) S 18279 18282 14381 0 -1 1077944320 186646 13262 0 0 239635 357 5 3 20 0 15 0 474017919 11107315712 205892 33554432000 4194304 4196468 140733139660560 140733139643104 140422266871543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
/proc/18282/statm: 2711747 205892 3633 1 0 2673805 0
[pid=18282/tid=18335] ppid=18279 vsize=10846988 memory=823568 CPUtime=2328.81 cores=0,2,4,6
/proc/18282/task/18335/stat : 18335 (java) R 18279 18282 14381 0 -1 4202560 64940 13262 0 0 232828 45 5 3 20 0 15 0 474017928 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422238706480 140421839404617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18336] ppid=18279 vsize=10846988 memory=823568 CPUtime=12.22 cores=0,2,4,6
/proc/18282/task/18336/stat : 18336 (java) S 18279 18282 14381 0 -1 1077944384 12368 13262 0 0 1154 60 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422271114128 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18337] ppid=18279 vsize=10846988 memory=823568 CPUtime=12.22 cores=0,2,4,6
/proc/18282/task/18337/stat : 18337 (java) S 18279 18282 14381 0 -1 1077944384 8283 13262 0 0 1152 62 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422159387408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18338] ppid=18279 vsize=10846988 memory=279943285162128 CPUtime=12.19 cores=0,2,4,6
/proc/18282/task/18338/stat : 18338 (java) S 18279 18282 14381 0 -1 1077944384 10482 13262 0 0 1154 57 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422158335120 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18339] ppid=18279 vsize=10846988 memory=3573941 CPUtime=12.2 cores=0,2,4,6
/proc/18282/task/18339/stat : 18339 (java) S 18279 18282 14381 0 -1 1077944384 13543 13262 0 0 1155 57 5 3 20 0 15 0 474017929 11107315712 205892 33554432000 4194304 4196468 140733139660560 140422157282320 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18340] ppid=18279 vsize=10846988 memory=-7384994774051102368 CPUtime=11.04 cores=0,2,4,6
/proc/18282/task/18340/stat : 18340 (java) S 18279 18282 14381 0 -1 1077944384 14355 13262 0 0 1036 60 5 3 20 0 15 0 474017930 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421470603376 140422266882690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18341] ppid=18279 vsize=10846988 memory=823568 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18341/stat : 18341 (java) S 18279 18282 14381 0 -1 1077944384 39 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421469549408 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18342] ppid=18279 vsize=10846988 memory=55048 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18342/stat : 18342 (java) S 18279 18282 14381 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 474017931 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421338489984 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18343] ppid=18279 vsize=10846988 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18343/stat : 18343 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140420829763664 140422266890139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18344] ppid=18279 vsize=10846988 memory=823568 CPUtime=4.23 cores=0,2,4,6
/proc/18282/task/18344/stat : 18344 (java) S 18279 18282 14381 0 -1 1077944384 24420 13262 0 0 412 3 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421435992688 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18345] ppid=18279 vsize=10846988 memory=1728 CPUtime=4.33 cores=0,2,4,6
/proc/18282/task/18345/stat : 18345 (java) S 18279 18282 14381 0 -1 1077944384 24967 13262 0 0 420 5 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421434939888 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18346] ppid=18279 vsize=10846988 memory=8072 CPUtime=1.83 cores=0,2,4,6
/proc/18282/task/18346/stat : 18346 (java) S 18279 18282 14381 0 -1 1077944384 9653 13262 0 0 171 4 5 3 20 0 15 0 474017933 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421433887600 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18347] ppid=18279 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18282/task/18347/stat : 18347 (java) S 18279 18282 14381 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 474017934 11107315712 205892 33554432000 4194304 4196468 140733139660560 140420796206048 140422266881749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
[pid=18282/tid=18348] ppid=18279 vsize=10846988 memory=776 CPUtime=1.54 cores=0,2,4,6
/proc/18282/task/18348/stat : 18348 (java) S 18279 18282 14381 0 -1 1077944384 1387 13262 0 0 74 72 5 3 20 0 15 0 474017934 11107315712 205892 33554432000 4194304 4196468 140733139660560 140421432834480 140422266882690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19202048 140733139663459 140733139666101 140733139666101 140733139668943 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 823568 KiB

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

[startup+2355.83 s]
# the end of solver process 18282 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.61213 s

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

Child status: 143
Real time (s): 2355.83
CPU time (s): 2400.04
CPU user time (s): 2396.43
CPU system time (s): 3.61213
CPU usage (%): 101.877
Max. virtual memory (cumulated for all children) (KiB): 10849748
Max. memory (cumulated for all children) (KiB): 904840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.61213
maximum resident set size= 905364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285357
involuntary context switches= 9385


# summary of solver processes directly reported to runsolver:
#   pid: 18282
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.61213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4533 second user time and 22.8946 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 14:03:10
IDJOB=4403242
IDBENCH=136490
IDSOLVER=2862
FILE ID=node119/4403242-1568981031
RUNJOBID= node119-1568967598-14412
PBS_JOBID= 21704628
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4n.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403242-1568981031/watcher-4403242-1568981031 -o /var/tmp/evaluation-result-4403242-1568981031/solver-4403242-1568981031 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403242-1568981031.xml

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

MD5SUM BENCH= ff46b38b3e2da44b02be81a37c246a0d
RANDOM SEED=1308241223

node119.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.47
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.47
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.47
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.47
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:         3549320 kB
MemAvailable:   30973940 kB
Buffers:          149028 kB
Cached:         27194952 kB
SwapCached:        46592 kB
Active:         14427776 kB
Inactive:       13800060 kB
Active(anon):     836864 kB
Inactive(anon):    95800 kB
Active(file):   13590912 kB
Inactive(file): 13704260 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953192 kB
Dirty:             35556 kB
Writeback:             0 kB
AnonPages:       1089412 kB
Mapped:            65888 kB
Shmem:             40124 kB
Slab:             587100 kB
SReclaimable:     557908 kB
SUnreclaim:        29192 kB
KernelStack:        4032 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2079248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node119 at 2019-09-20 14:42:26