Trace number 4295476

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.1 2486.82

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-m009_c18.xml
MD5SUM012ef72073aa4b47e82f6ff4769ae682
Bench CategoryCSP (decision 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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295476-1532561908/watcher-4295476-1532561908 -o /tmp/evaluation-result-4295476-1532561908/solver-4295476-1532561908 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=602974667 -superng HOME/instance-4295476-1532561908.xml 

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

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

solver pid=3490, runsolver pid=3487

[startup+0.100063 s]*
/proc/loadavg: 1.53 1.64 1.67 3/206 3547
/proc/meminfo: memFree=9471016/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=9972712 memory=16904 CPUtime=0.08 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 4346 13199 0 0 1 0 5 2 20 0 6 0 73753986 10212057088 4226 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2493178 4226 1934 1 0 2481616 0
[pid=3490/tid=3543] ppid=3487 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 2223 13199 0 0 0 0 5 2 20 0 6 0 73753995 10212057088 4292 33554432000 4194304 4196468 140722636599552 139940952986192 139940981171357 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 6 0 73753996 10212057088 4292 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=9972712 memory=140101372446336 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 6 0 73753996 10212057088 4292 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 6 0 73753996 10212057088 4292 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 6 0 73753996 10212057088 4292 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16904 KiB

[startup+0.209883 s]*
/proc/loadavg: 1.53 1.64 1.67 3/215 3556
/proc/meminfo: memFree=9447748/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10818856 memory=42764 CPUtime=0.25 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 8609 13199 0 0 17 1 5 2 20 0 15 0 73753986 11078508544 10691 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2704714 10691 2923 1 0 2667149 0
[pid=3490/tid=3543] ppid=3487 vsize=10818856 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 5261 13199 0 0 11 0 5 2 20 0 15 0 73753995 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940952947088 139940962713000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10818856 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10818856 memory=140101372446336 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 15 0 73753996 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10818856 memory=140101372446336 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 15 0 73753997 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 13 13199 0 0 0 0 5 2 20 0 15 0 73753998 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940436370208 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753998 11078508544 10691 33554432000 4194304 4196468 140722636599552 139939832390768 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 517 13199 0 0 1 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 54 13199 0 0 0 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10818856 memory=140101372446336 CPUtime=0.1 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 561 13199 0 0 3 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10818856 memory=140101372446336 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73754001 11078508544 10691 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42764 KiB

[startup+0.310372 s]*
/proc/loadavg: 1.53 1.64 1.67 3/215 3556
/proc/meminfo: memFree=9439064/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10819352 memory=54092 CPUtime=0.37 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 10626 13199 0 0 29 1 5 2 20 0 15 0 73753986 11079016448 13523 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2704838 13523 3054 1 0 2667149 0
[pid=3490/tid=3543] ppid=3487 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 7285 13199 0 0 20 1 5 2 20 0 15 0 73753995 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940952961440 139940965229918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 15 0 73753997 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 13 13199 0 0 0 0 5 2 20 0 15 0 73753998 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940436370208 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753998 11079016448 13523 33554432000 4194304 4196468 140722636599552 139939832390768 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 517 13199 0 0 1 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) R 3487 3490 31421 0 -1 4202560 55 13199 0 0 1 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940505655792 139940964649613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) R 3487 3490 31421 0 -1 4202560 565 13199 0 0 5 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940504603504 139940981170778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 13523 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54092 KiB

[startup+0.700766 s]
/proc/loadavg: 1.53 1.64 1.67 3/215 3556
/proc/meminfo: memFree=9427900/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10819352 memory=86948 CPUtime=0.98 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 16825 13199 0 0 88 3 5 2 20 0 15 0 73753986 11079016448 21737 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2704838 21737 3237 1 0 2667149 0
[pid=3490/tid=3543] ppid=3487 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 12570 13199 0 0 56 2 5 2 20 0 15 0 73753995 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940952970256 139940962712960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10819352 memory=8458433173657040949 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10819352 memory=7156871089892905312 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10819352 memory=4639059877604708710 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 2 13199 0 0 0 0 5 2 20 0 15 0 73753996 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10819352 memory=3467824627880452160 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 5 13199 0 0 0 0 5 2 20 0 15 0 73753997 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 13 13199 0 0 0 0 5 2 20 0 15 0 73753998 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940436370208 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753998 11079016448 21737 33554432000 4194304 4196468 140722636599552 139939832390768 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10819352 memory=2244 CPUtime=0.16 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 1138 13199 0 0 9 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 292 13199 0 0 7 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 606 13199 0 0 13 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73754001 11079016448 21737 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86948 KiB

[startup+1.50073 s]
/proc/loadavg: 1.53 1.64 1.67 4/215 3556
/proc/meminfo: memFree=9381828/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10834252 memory=178332 CPUtime=2.26 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 25027 13199 0 0 210 9 5 2 20 0 15 0 73753986 11094274048 44583 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2708563 44583 3469 1 0 2670221 0
[pid=3490/tid=3543] ppid=3487 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 18440 13199 0 0 130 5 5 2 20 0 15 0 73753995 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940952978208 139940966517568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10834252 memory=123 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 204 13199 0 0 0 0 5 2 20 0 15 0 73753996 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10834252 memory=78 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 26 13199 0 0 1 0 5 2 20 0 15 0 73753996 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 26 13199 0 0 1 0 5 2 20 0 15 0 73753996 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 55 13199 0 0 1 0 5 2 20 0 15 0 73753996 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 573 13199 0 0 1 0 5 2 20 0 15 0 73753997 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10834252 memory=140101229230762 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 14 13199 0 0 0 0 5 2 20 0 15 0 73753998 11094274048 44583 33554432000 4194304 4196468 140722636599552 139940436370272 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73753998 11094274048 44583 33554432000 4194304 4196468 140722636599552 139939832390784 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10834252 memory=2986632698767059817 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11094274048 44583 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10836300 memory=-2127761035121745911 CPUtime=0.29 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 1251 13199 0 0 22 0 5 2 20 0 15 0 73754001 11096371200 44593 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10836300 memory=-2897801490638248331 CPUtime=0.25 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 765 13199 0 0 18 0 5 2 20 0 15 0 73754001 11096371200 44593 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10836300 memory=-2746958450906831519 CPUtime=0.39 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 1477 13199 0 0 32 0 5 2 20 0 15 0 73754001 11096371200 44593 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10836300 memory=-6440287458061328268 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11096371200 44593 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10836300 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 1 13199 0 0 0 0 5 2 20 0 15 0 73754001 11096371200 44593 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 79969 13199 0 0 231447 30 5 2 20 0 15 0 73753995 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940952982688 139940597184555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10914144 memory=450320 CPUtime=4.54 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 12859 13199 0 0 416 31 5 2 20 0 15 0 73753996 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10914144 memory=450320 CPUtime=4.57 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 14923 13199 0 0 421 29 5 2 20 0 15 0 73753996 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10914144 memory=450320 CPUtime=4.54 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 12753 13199 0 0 416 31 5 2 20 0 15 0 73753996 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10914144 memory=450320 CPUtime=4.56 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 12724 13199 0 0 421 28 5 2 20 0 15 0 73753996 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10914144 memory=450320 CPUtime=2.44 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 11692 13199 0 0 218 19 5 2 20 0 15 0 73753997 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10914144 memory=450124 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 14 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940436370336 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10914144 memory=450320 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 112580 33554432000 4194304 4196468 140722636599552 139939832390784 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10914144 memory=450320 CPUtime=7.39 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 30005 13199 0 0 728 4 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10914144 memory=6935054825532540783 CPUtime=7.51 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 44295 13199 0 0 739 5 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10914144 memory=450320 CPUtime=3.14 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 27447 13199 0 0 299 8 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10914144 memory=450320 CPUtime=1.39 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 805 13199 0 0 58 74 5 2 20 0 15 0 73754001 11176083456 112580 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 2354.4 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 450320 KiB

[startup+2382.3 s]
/proc/loadavg: 1.57 1.57 1.59 3/215 3786
/proc/meminfo: memFree=11982280/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10914144 memory=452560 CPUtime=2414.79 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 250269 13199 0 0 241234 238 5 2 20 0 15 0 73753986 11176083456 113140 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2728536 113140 3530 1 0 2690189 0
[pid=3490/tid=3543] ppid=3487 vsize=10914144 memory=452560 CPUtime=2374.64 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 80248 13199 0 0 237427 30 5 2 20 0 15 0 73753995 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940952983296 139940598540802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10914144 memory=452560 CPUtime=4.65 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 12931 13199 0 0 427 31 5 2 20 0 15 0 73753996 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10914144 memory=452560 CPUtime=4.7 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 14932 13199 0 0 433 30 5 2 20 0 15 0 73753996 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10914144 memory=452560 CPUtime=4.67 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 12893 13199 0 0 428 32 5 2 20 0 15 0 73753996 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10914144 memory=452560 CPUtime=4.68 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 12733 13199 0 0 432 29 5 2 20 0 15 0 73753996 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10914144 memory=452560 CPUtime=2.51 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 11754 13199 0 0 224 20 5 2 20 0 15 0 73753997 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10914144 memory=452560 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 14 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940436370336 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10914144 memory=452560 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113140 33554432000 4194304 4196468 140722636599552 139939832390784 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10914144 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10914144 memory=452560 CPUtime=7.4 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 30005 13199 0 0 728 5 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10914144 memory=22164 CPUtime=7.51 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 44295 13199 0 0 739 5 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10914144 memory=7288 CPUtime=3.14 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 27447 13199 0 0 299 8 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10914144 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10914144 memory=452560 CPUtime=1.42 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 820 13199 0 0 60 75 5 2 20 0 15 0 73754001 11176083456 113140 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 2414.79 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 452560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.51 1.57 3/215 3787
/proc/meminfo: memFree=11982116/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10914144 memory=452668 CPUtime=2475.18 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 251324 13199 0 0 247270 241 5 2 20 0 15 0 73753986 11176083456 113167 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2728536 113167 3530 1 0 2690189 0
[pid=3490/tid=3543] ppid=3487 vsize=10914144 memory=452660 CPUtime=2434.42 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 80574 13199 0 0 243405 30 5 2 20 0 15 0 73753995 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940952983440 139940600305835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10914144 memory=452660 CPUtime=4.79 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 12940 13199 0 0 440 32 5 2 20 0 15 0 73753996 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10914144 memory=452624 CPUtime=4.82 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 15246 13199 0 0 445 30 5 2 20 0 15 0 73753996 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10914144 memory=452624 CPUtime=4.79 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 12912 13199 0 0 440 32 5 2 20 0 15 0 73753996 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10914144 memory=452624 CPUtime=4.81 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 12962 13199 0 0 444 30 5 2 20 0 15 0 73753996 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10914144 memory=452624 CPUtime=2.58 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 11888 13199 0 0 231 20 5 2 20 0 15 0 73753997 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10914144 memory=452660 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 14 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940436370336 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10914144 memory=452660 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113167 33554432000 4194304 4196468 140722636599552 139939832390784 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10914144 memory=452660 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10914144 memory=452660 CPUtime=7.4 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 30007 13199 0 0 728 5 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10914144 memory=452624 CPUtime=7.51 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 44297 13199 0 0 739 5 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10914144 memory=4140 CPUtime=3.14 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 27449 13199 0 0 299 8 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10914144 memory=452660 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10914144 memory=452660 CPUtime=1.45 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 838 13199 0 0 61 77 5 2 20 0 15 0 73754001 11176083456 113167 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 2475.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 452668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.8 s]
/proc/loadavg: 1.32 1.48 1.56 3/215 3788
/proc/meminfo: memFree=11979644/32770624 swapFree=67108860/67108860
[pid=3490] ppid=3487 vsize=10914144 memory=452736 CPUtime=2520.05 cores=1,3,5,7
/proc/3490/stat : 3490 (java) S 3487 3490 31421 0 -1 1077944320 252296 13199 0 0 251754 244 5 2 20 0 15 0 73753986 11176083456 113184 33554432000 4194304 4196468 140722636599552 140722636582096 139940981149431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
/proc/3490/statm: 2728536 113184 3530 1 0 2690189 0
[pid=3490/tid=3543] ppid=3487 vsize=10914144 memory=13120 CPUtime=2478.71 cores=1,3,5,7
/proc/3490/task/3543/stat : 3543 (java) R 3487 3490 31421 0 -1 4202560 80940 13199 0 0 247834 30 5 2 20 0 15 0 73753995 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940952983504 139940600510919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3544] ppid=3487 vsize=10914144 memory=4004 CPUtime=4.9 cores=1,3,5,7
/proc/3490/task/3544/stat : 3544 (java) S 3487 3490 31421 0 -1 1077944384 12947 13199 0 0 451 32 5 2 20 0 15 0 73753996 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940985392016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3545] ppid=3487 vsize=10914144 memory=18448 CPUtime=4.94 cores=1,3,5,7
/proc/3490/task/3545/stat : 3545 (java) S 3487 3490 31421 0 -1 1077944384 15465 13199 0 0 456 31 5 2 20 0 15 0 73753996 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940554681104 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3546] ppid=3487 vsize=10914144 memory=8112282956445269571 CPUtime=4.91 cores=1,3,5,7
/proc/3490/task/3546/stat : 3546 (java) S 3487 3490 31421 0 -1 1077944384 13191 13199 0 0 452 32 5 2 20 0 15 0 73753996 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940553628816 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3547] ppid=3487 vsize=10914144 memory=2244 CPUtime=4.93 cores=1,3,5,7
/proc/3490/task/3547/stat : 3547 (java) S 3487 3490 31421 0 -1 1077944384 12978 13199 0 0 455 31 5 2 20 0 15 0 73753996 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940552576016 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3548] ppid=3487 vsize=10914144 memory=932 CPUtime=2.66 cores=1,3,5,7
/proc/3490/task/3548/stat : 3548 (java) S 3487 3490 31421 0 -1 1077944384 11970 13199 0 0 238 21 5 2 20 0 15 0 73753997 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940507760752 139940981160578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3549] ppid=3487 vsize=10914144 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3549/stat : 3549 (java) S 3487 3490 31421 0 -1 1077944384 14 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940436370336 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3550] ppid=3487 vsize=10914144 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3550/stat : 3550 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73753998 11176083456 113184 33554432000 4194304 4196468 140722636599552 139939832390784 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3551] ppid=3487 vsize=10914144 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3551/stat : 3551 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139939524991056 139940981168027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3552] ppid=3487 vsize=10914144 memory=7288 CPUtime=7.4 cores=1,3,5,7
/proc/3490/task/3552/stat : 3552 (java) S 3487 3490 31421 0 -1 1077944384 30007 13199 0 0 728 5 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940506708592 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3553] ppid=3487 vsize=10914144 memory=840 CPUtime=7.51 cores=1,3,5,7
/proc/3490/task/3553/stat : 3553 (java) S 3487 3490 31421 0 -1 1077944384 44297 13199 0 0 739 5 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940505655792 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3554] ppid=3487 vsize=10914144 memory=1408 CPUtime=3.14 cores=1,3,5,7
/proc/3490/task/3554/stat : 3554 (java) S 3487 3490 31421 0 -1 1077944384 27449 13199 0 0 299 8 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940504603504 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3555] ppid=3487 vsize=10914144 memory=3232 CPUtime=0.07 cores=1,3,5,7
/proc/3490/task/3555/stat : 3555 (java) S 3487 3490 31421 0 -1 1077944384 3 13199 0 0 0 0 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139939491433440 139940981159637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
[pid=3490/tid=3556] ppid=3487 vsize=10914144 memory=452668 CPUtime=1.48 cores=1,3,5,7
/proc/3490/task/3556/stat : 3556 (java) S 3487 3490 31421 0 -1 1077944384 841 13199 0 0 63 78 5 2 20 0 15 0 73754001 11176083456 113184 33554432000 4194304 4196468 140722636599552 139940402813360 139940981160578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140722636605612 140722636608860 140722636608860 140722636611535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 452736 KiB

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

[startup+2486.82 s]
# the end of solver process 3490 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.62 s, system=2.47677 s

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

Child status: 143
Real time (s): 2486.82
CPU time (s): 2520.1
CPU user time (s): 2517.62
CPU system time (s): 2.47677
CPU usage (%): 101.338
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 1341192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.62
system time used= 2.47677
maximum resident set size= 1349384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115167
involuntary context switches= 2541


# summary of solver processes directly reported to runsolver:
#   pid: 3490
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.62
#   total CPU system time (s): 2.47677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2393 second user time and 19.0653 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 01:38:28
IDJOB=4295476
IDBENCH=141557
IDSOLVER=2751
FILE ID=node107/4295476-1532561908
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-m009_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295476-1532561908/watcher-4295476-1532561908 -o /tmp/evaluation-result-4295476-1532561908/solver-4295476-1532561908 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=602974667 -superng HOME/instance-4295476-1532561908.xml

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

MD5SUM BENCH= 012ef72073aa4b47e82f6ff4769ae682
RANDOM SEED=602974667

node107.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.40
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.40
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.40
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.40
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:         9479208 kB
MemAvailable:   28407104 kB
Buffers:          288324 kB
Cached:         18759168 kB
SwapCached:            0 kB
Active:          7786472 kB
Inactive:       14832160 kB
Active(anon):    3574152 kB
Inactive(anon):    25036 kB
Active(file):    4212320 kB
Inactive(file): 14807124 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26672 kB
Writeback:             0 kB
AnonPages:       3594504 kB
Mapped:            53468 kB
Shmem:             25228 kB
Slab:             364352 kB
SReclaimable:     336912 kB
SUnreclaim:        27440 kB
KernelStack:        3792 kB
PageTables:        11848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4475880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3348480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 02:19:55