Trace number 4396333

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.2? (TO) 2520.16 2456.69

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-2.xml
MD5SUMba573a75edcb56a5f29535772f8b277a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints495
Number of domains1
Minimum domain size1932
Maximum domain size1932
Distribution of domain sizes[{"size":1932,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.77/0.57	c Concrete v3.12.2.1568380929293 running
2520.05/2456.66	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2456.66		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2456.66		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.05/2456.66		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2456.66		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2456.66		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2456.66		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2456.66		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.05/2456.66		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.05/2456.66		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.05/2456.66		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2456.66		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2456.66		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2456.66		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2456.67		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2456.67		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2456.67		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2456.67		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2456.67		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2456.67		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2456.67		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2456.67		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2456.67		at scala.Option.map(Option.scala:243)
2520.05/2456.67		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2456.67		at concrete.MAC.mac(MAC.scala:216)
2520.05/2456.67		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2456.67		at scala.util.Try$.apply(Try.scala:212)
2520.05/2456.67		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2456.67		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2456.67		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2456.67		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2456.67		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2456.67		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.05/2456.67		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2456.67		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2456.67		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2456.67		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2456.67		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2456.67		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2456.67		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2456.67		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2456.67		at scala.util.Success.map(Try.scala:264)
2520.05/2456.67		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2456.67		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2456.67		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2456.67		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2456.67		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2456.67		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2456.67		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2456.67		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2456.67		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2456.67		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2456.67		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2456.67		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2456.67		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2456.67		at scala.App.main(App.scala:75)
2520.05/2456.67		at scala.App.main$(App.scala:73)
2520.05/2456.67		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2456.67		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2456.68	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 (15263 MiB free)
  memory of node 1: 16384 MiB (15518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396333-1568392496/watcher-4396333-1568392496 -o /tmp/evaluation-result-4396333-1568392496/solver-4396333-1568392496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=673783036 HOME/instance-4396333-1568392496.xml 

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

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

solver pid=30360, runsolver pid=30353

[startup+0.100201 s]*
/proc/loadavg: 1.02 1.33 1.57 5/204 30469
/proc/meminfo: memFree=31509176/32770624 swapFree=66936432/67108860
[pid=30360] ppid=30353 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 4392 13409 0 0 1 0 5 3 20 0 6 0 415508060 10212057088 4137 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2493178 4137 1933 1 0 2481616 0
[pid=30360/tid=30465] ppid=30353 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 2191 13409 0 0 0 0 5 3 20 0 6 0 415508070 10212057088 4137 33554432000 4194304 4196468 140721532716592 139743463285328 139743475529054 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 6 0 415508070 10212057088 4137 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=9972712 memory=140136219866752 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 6 0 415508070 10212057088 4137 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 6 0 415508070 10212057088 4137 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 6 0 415508070 10212057088 4137 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210629 s]*
/proc/loadavg: 1.02 1.33 1.57 4/226 30491
/proc/meminfo: memFree=31466456/32770624 swapFree=66936432/67108860
[pid=30360] ppid=30353 vsize=10819664 memory=38812 CPUtime=0.26 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 7035 13409 0 0 16 2 5 3 20 0 15 0 415508060 11079335936 9703 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2704916 9703 3160 1 0 2667149 0
[pid=30360/tid=30465] ppid=30353 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 3521 13409 0 0 10 1 5 3 20 0 15 0 415508070 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743463281584 139743491470493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10819664 memory=140136222779480 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10819664 memory=140136219866752 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508072 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 13 13409 0 0 0 0 5 3 20 0 15 0 415508072 11079335936 9703 33554432000 4194304 4196468 140721532716592 139742934983712 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508073 11079335936 9703 33554432000 4194304 4196468 140721532716592 139742331003760 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11079335936 9703 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 462 13409 0 0 1 0 5 3 20 0 15 0 415508075 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 196 13409 0 0 0 0 5 3 20 0 15 0 415508075 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10819664 memory=140136219866752 CPUtime=0.11 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 621 13409 0 0 3 0 5 3 20 0 15 0 415508075 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11079335936 9703 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10819664 memory=140136219866752 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508076 11079335936 9703 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38812 KiB

[startup+0.310287 s]*
/proc/loadavg: 1.10 1.34 1.57 5/226 30491
/proc/meminfo: memFree=31440412/32770624 swapFree=66936432/67108860
[pid=30360] ppid=30353 vsize=10820148 memory=50192 CPUtime=0.4 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 10719 13409 0 0 29 3 5 3 20 0 15 0 415508060 11079831552 12548 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2705037 12548 3321 1 0 2667149 0
[pid=30360/tid=30465] ppid=30353 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 7174 13409 0 0 19 2 5 3 20 0 15 0 415508070 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743463248480 139743475529054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508072 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 13 13409 0 0 0 0 5 3 20 0 15 0 415508072 11079831552 12548 33554432000 4194304 4196468 140721532716592 139742934983712 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508073 11079831552 12548 33554432000 4194304 4196468 140721532716592 139742331003760 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11079831552 12548 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 463 13409 0 0 1 0 5 3 20 0 15 0 415508075 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 205 13409 0 0 1 0 5 3 20 0 15 0 415508075 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10820148 memory=140136219866752 CPUtime=0.13 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) R 30353 30360 28159 0 -1 4202560 646 13409 0 0 5 0 5 3 20 0 15 0 415508075 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743014881904 139743475529054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11079831552 12548 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10820148 memory=140136219866752 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508076 11079831552 12548 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50192 KiB

[startup+0.700658 s]
/proc/loadavg: 1.10 1.34 1.57 5/226 30491
/proc/meminfo: memFree=31411004/32770624 swapFree=66936432/67108860
[pid=30360] ppid=30353 vsize=10824360 memory=81176 CPUtime=1.1 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 15003 13409 0 0 97 5 5 3 20 0 15 0 415508060 11084144640 20294 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2706090 20294 3512 1 0 2668173 0
[pid=30360/tid=30465] ppid=30353 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 10233 13409 0 0 55 3 5 3 20 0 15 0 415508070 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743463273968 139743087438420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10824360 memory=140136058863119 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508070 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10824360 memory=140136058751918 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508070 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10824360 memory=280272117516848 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 5 13409 0 0 0 0 5 3 20 0 15 0 415508072 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 13 13409 0 0 0 0 5 3 20 0 15 0 415508072 11084144640 20294 33554432000 4194304 4196468 140721532716592 139742934983712 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508073 11084144640 20294 33554432000 4194304 4196468 140721532716592 139742331003760 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11084144640 20294 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 907 13409 0 0 9 0 5 3 20 0 15 0 415508075 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 746 13409 0 0 15 0 5 3 20 0 15 0 415508075 11084144640 20294 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 879 13409 0 0 17 0 5 3 20 0 15 0 415508075 11084144640 20806 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11084144640 20806 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508076 11084144640 20806 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81176 KiB

[startup+1.50077 s]
/proc/loadavg: 1.10 1.34 1.57 7/226 30491
/proc/meminfo: memFree=31313416/32770624 swapFree=66936432/67108860
[pid=30360] ppid=30353 vsize=10834676 memory=174916 CPUtime=2.51 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 21468 13409 0 0 234 9 5 3 20 0 15 0 415508060 11094708224 43729 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2708669 43729 3580 1 0 2670733 0
[pid=30360/tid=30465] ppid=30353 vsize=10834676 memory=-5153075247754915967 CPUtime=1.43 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 15048 13409 0 0 130 5 5 3 20 0 15 0 415508070 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743463272352 139743475529054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10834676 memory=-5153075247754915967 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 69 13409 0 0 1 0 5 3 20 0 15 0 415508070 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10834676 memory=-9109213556524817781 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 38 13409 0 0 1 0 5 3 20 0 15 0 415508070 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10834676 memory=-9122748475942143589 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 320 13409 0 0 1 0 5 3 20 0 15 0 415508070 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10834676 memory=120136 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 59 13409 0 0 1 0 5 3 20 0 15 0 415508070 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 123 13409 0 0 1 0 5 3 20 0 15 0 415508072 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 13 13409 0 0 0 0 5 3 20 0 15 0 415508072 11094708224 43729 33554432000 4194304 4196468 140721532716592 139742934983776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10834676 memory=280272117498144 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 2 13409 0 0 0 0 5 3 20 0 15 0 415508073 11094708224 43729 33554432000 4194304 4196468 140721532716592 139742331003776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10834676 memory=280272117913088 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11094708224 43729 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10834676 memory=140136058758784 CPUtime=0.33 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 1130 13409 0 0 25 0 5 3 20 0 15 0 415508075 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10834676 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 881 13409 0 0 28 0 5 3 20 0 15 0 415508075 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10834676 memory=1060 CPUtime=0.5 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 1572 13409 0 0 42 0 5 3 20 0 15 0 415508075 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10834676 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11094708224 43729 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10834676 memory=10620 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1 13409 0 0 0 0 5 3 20 0 15 0 415508076 11094708224 43729 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 143406 13409 0 0 230354 63 5 3 20 0 15 0 415508070 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743463281776 139743106449512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10849032 memory=727236 CPUtime=12.97 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 25346 13409 0 0 1254 35 5 3 20 0 15 0 415508070 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10849032 memory=728012 CPUtime=12.95 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 27324 13409 0 0 1250 37 5 3 20 0 15 0 415508070 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10849032 memory=653452 CPUtime=12.95 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 28664 13409 0 0 1251 36 5 3 20 0 15 0 415508070 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10849032 memory=654480 CPUtime=12.95 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 29056 13409 0 0 1251 36 5 3 20 0 15 0 415508070 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10849032 memory=703400 CPUtime=3.7 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 22235 13409 0 0 313 49 5 3 20 0 15 0 415508072 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10849032 memory=714104 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 39 13409 0 0 0 0 5 3 20 0 15 0 415508072 11109408768 181424 33554432000 4194304 4196468 140721532716592 139742934983776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10849032 memory=749156 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 36 13409 0 0 0 0 5 3 20 0 15 0 415508073 11109408768 181424 33554432000 4194304 4196468 140721532716592 139742331003776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10849032 memory=731976 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 181424 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10849032 memory=731460 CPUtime=9.62 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 52660 13409 0 0 949 5 5 3 20 0 15 0 415508075 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10849032 memory=729036 CPUtime=9.38 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 52436 13409 0 0 924 6 5 3 20 0 15 0 415508075 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10849032 memory=725696 CPUtime=3 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 85569 13409 0 0 282 10 5 3 20 0 15 0 415508075 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10849032 memory=748132 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 181424 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10849032 memory=8 CPUtime=1.59 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1668 13409 0 0 79 72 5 3 20 0 15 0 415508076 11109408768 181424 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 2382.74 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 725696 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.71 1.74 4/227 30734
/proc/meminfo: memFree=28537208/32770624 swapFree=66936492/67108860
[pid=30360] ppid=30353 vsize=10849032 memory=727400 CPUtime=2444.12 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 478008 13409 0 0 244073 331 5 3 20 0 15 0 415508060 11109408768 181850 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2712258 181850 3641 1 0 2674317 0
[pid=30360/tid=30465] ppid=30353 vsize=10849032 memory=703400 CPUtime=2363.64 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 148197 13409 0 0 236292 64 5 3 20 0 15 0 415508070 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743463281632 139743107480614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10849032 memory=753904 CPUtime=13.42 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 25640 13409 0 0 1299 35 5 3 20 0 15 0 415508070 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10849032 memory=749972 CPUtime=13.4 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 27697 13409 0 0 1295 37 5 3 20 0 15 0 415508070 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10849032 memory=741764 CPUtime=13.4 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 29095 13409 0 0 1295 37 5 3 20 0 15 0 415508070 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10849032 memory=734068 CPUtime=13.41 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 29661 13409 0 0 1296 37 5 3 20 0 15 0 415508070 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10849032 memory=732016 CPUtime=3.81 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 22490 13409 0 0 322 51 5 3 20 0 15 0 415508072 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10849032 memory=731504 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 39 13409 0 0 0 0 5 3 20 0 15 0 415508072 11109408768 181850 33554432000 4194304 4196468 140721532716592 139742934983776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10849032 memory=730480 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 36 13409 0 0 0 0 5 3 20 0 15 0 415508073 11109408768 181850 33554432000 4194304 4196468 140721532716592 139742331003776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10849032 memory=727400 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 181850 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10849032 memory=0 CPUtime=9.62 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 52736 13409 0 0 949 5 5 3 20 0 15 0 415508075 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10849032 memory=727400 CPUtime=9.39 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 52636 13409 0 0 925 6 5 3 20 0 15 0 415508075 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10849032 memory=728428 CPUtime=3 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 85883 13409 0 0 282 10 5 3 20 0 15 0 415508075 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10849032 memory=727400 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 181850 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10849032 memory=729452 CPUtime=1.63 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1686 13409 0 0 81 74 5 3 20 0 15 0 415508076 11109408768 181850 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 2444.12 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 727400 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.70 1.74 4/227 30740
/proc/meminfo: memFree=28548852/32770624 swapFree=66936492/67108860
[pid=30360] ppid=30353 vsize=10849032 memory=714628 CPUtime=2505.46 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 484691 13409 0 0 250201 337 5 3 20 0 15 0 415508060 11109408768 178657 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2712258 178657 3641 1 0 2674317 0
[pid=30360/tid=30465] ppid=30353 vsize=10849032 memory=714628 CPUtime=2423.04 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 152794 13409 0 0 242230 66 5 3 20 0 15 0 415508070 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743463281872 139743105743141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10849032 memory=715668 CPUtime=13.88 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 26069 13409 0 0 1344 36 5 3 20 0 15 0 415508070 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10849032 memory=717720 CPUtime=13.85 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 28210 13409 0 0 1339 38 5 3 20 0 15 0 415508070 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10849032 memory=725928 CPUtime=13.84 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 29651 13409 0 0 1339 37 5 3 20 0 15 0 415508070 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10849032 memory=24372 CPUtime=13.85 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 29971 13409 0 0 1339 38 5 3 20 0 15 0 415508070 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10849032 memory=7148 CPUtime=3.92 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 22744 13409 0 0 332 52 5 3 20 0 15 0 415508072 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10849032 memory=719880 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 39 13409 0 0 0 0 5 3 20 0 15 0 415508072 11109408768 178657 33554432000 4194304 4196468 140721532716592 139742934983776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10849032 memory=749972 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 36 13409 0 0 0 0 5 3 20 0 15 0 415508073 11109408768 178657 33554432000 4194304 4196468 140721532716592 139742331003776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10849032 memory=732016 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 178657 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10849032 memory=726376 CPUtime=9.62 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 52738 13409 0 0 949 5 5 3 20 0 15 0 415508075 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10849032 memory=715792 CPUtime=9.39 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 52638 13409 0 0 925 6 5 3 20 0 15 0 415508075 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10849032 memory=720284 CPUtime=3 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 85885 13409 0 0 282 10 5 3 20 0 15 0 415508075 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10849032 memory=720284 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 178657 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10849032 memory=714628 CPUtime=1.68 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1704 13409 0 0 84 76 5 3 20 0 15 0 415508076 11109408768 178657 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 2505.46 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 714628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.6 s]
/proc/loadavg: 1.59 1.68 1.73 4/227 30740
/proc/meminfo: memFree=28546904/32770624 swapFree=66936492/67108860
[pid=30360] ppid=30353 vsize=10849032 memory=717564 CPUtime=2520.05 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30353 30360 28159 0 -1 1077944320 485199 13409 0 0 251659 338 5 3 20 0 15 0 415508060 11109408768 179391 33554432000 4194304 4196468 140721532716592 140721532699136 139743491448567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
/proc/30360/statm: 2712258 179391 3641 1 0 2674317 0
[pid=30360/tid=30465] ppid=30353 vsize=10849032 memory=1668 CPUtime=2437.22 cores=0,2,4,6
/proc/30360/task/30465/stat : 30465 (java) R 30353 30360 28159 0 -1 4202560 153275 13409 0 0 243648 66 5 3 20 0 15 0 415508070 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743463281696 139743095540795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30470] ppid=30353 vsize=10849032 memory=904 CPUtime=13.97 cores=0,2,4,6
/proc/30360/task/30470/stat : 30470 (java) S 30353 30360 28159 0 -1 1077944384 26070 13409 0 0 1353 36 5 3 20 0 15 0 415508070 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743495691408 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30471] ppid=30353 vsize=10849032 memory=1444 CPUtime=13.94 cores=0,2,4,6
/proc/30360/task/30471/stat : 30471 (java) S 30353 30360 28159 0 -1 1077944384 28215 13409 0 0 1348 38 5 3 20 0 15 0 415508070 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743410510864 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30472] ppid=30353 vsize=10849032 memory=1976 CPUtime=13.95 cores=0,2,4,6
/proc/30360/task/30472/stat : 30472 (java) S 30353 30360 28159 0 -1 1077944384 29652 13409 0 0 1349 38 5 3 20 0 15 0 415508070 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743409458064 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30473] ppid=30353 vsize=10849032 memory=2436 CPUtime=13.94 cores=0,2,4,6
/proc/30360/task/30473/stat : 30473 (java) S 30353 30360 28159 0 -1 1077944384 29973 13409 0 0 1348 38 5 3 20 0 15 0 415508070 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743408405264 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30475] ppid=30353 vsize=10849032 memory=1760 CPUtime=3.95 cores=0,2,4,6
/proc/30360/task/30475/stat : 30475 (java) S 30353 30360 28159 0 -1 1077944384 22762 13409 0 0 335 52 5 3 20 0 15 0 415508072 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743018039664 139743491459714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30478] ppid=30353 vsize=10849032 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30478/stat : 30478 (java) S 30353 30360 28159 0 -1 1077944384 39 13409 0 0 0 0 5 3 20 0 15 0 415508072 11109408768 179391 33554432000 4194304 4196468 140721532716592 139742934983776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30479] ppid=30353 vsize=10849032 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30479/stat : 30479 (java) S 30353 30360 28159 0 -1 1077944384 36 13409 0 0 0 0 5 3 20 0 15 0 415508073 11109408768 179391 33554432000 4194304 4196468 140721532716592 139742331003776 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30485] ppid=30353 vsize=10849032 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30485/stat : 30485 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 179391 33554432000 4194304 4196468 140721532716592 139742023604048 139743491467163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30486] ppid=30353 vsize=10849032 memory=920 CPUtime=9.62 cores=0,2,4,6
/proc/30360/task/30486/stat : 30486 (java) S 30353 30360 28159 0 -1 1077944384 52738 13409 0 0 949 5 5 3 20 0 15 0 415508075 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743016987504 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30487] ppid=30353 vsize=10849032 memory=3848 CPUtime=9.39 cores=0,2,4,6
/proc/30360/task/30487/stat : 30487 (java) S 30353 30360 28159 0 -1 1077944384 52638 13409 0 0 925 6 5 3 20 0 15 0 415508075 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743015934704 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30488] ppid=30353 vsize=10849032 memory=111632 CPUtime=3 cores=0,2,4,6
/proc/30360/task/30488/stat : 30488 (java) S 30353 30360 28159 0 -1 1077944384 85885 13409 0 0 282 10 5 3 20 0 15 0 415508075 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743014881904 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30490] ppid=30353 vsize=10849032 memory=4427205132082312746 CPUtime=0.08 cores=0,2,4,6
/proc/30360/task/30490/stat : 30490 (java) S 30353 30360 28159 0 -1 1077944384 3 13409 0 0 0 0 5 3 20 0 15 0 415508075 11109408768 179391 33554432000 4194304 4196468 140721532716592 139741990046432 139743491458773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
[pid=30360/tid=30491] ppid=30353 vsize=10849032 memory=4715435516538746410 CPUtime=1.68 cores=0,2,4,6
/proc/30360/task/30491/stat : 30491 (java) S 30353 30360 28159 0 -1 1077944384 1704 13409 0 0 84 76 5 3 20 0 15 0 415508076 11109408768 179391 33554432000 4194304 4196468 140721532716592 139743013829296 139743491459714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13312000 140721532717808 140721532720325 140721532720325 140721532723151 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 717564 KiB

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

[startup+2456.69 s]
# the end of solver process 30360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.43508 s

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

Child status: 143
Real time (s): 2456.69
CPU time (s): 2520.16
CPU user time (s): 2516.72
CPU system time (s): 3.43508
CPU usage (%): 102.583
Max. virtual memory (cumulated for all children) (KiB): 10849668
Max. memory (cumulated for all children) (KiB): 2924844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.43508
maximum resident set size= 2926892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134806
involuntary context switches= 7793


# summary of solver processes directly reported to runsolver:
#   pid: 30360
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.43508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6894 second user time and 22.6125 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 17:33:21
IDJOB=4396333
IDBENCH=115769
IDSOLVER=2846
FILE ID=node105/4396333-1568392496
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60864 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396333-1568392496/watcher-4396333-1568392496 -o /tmp/evaluation-result-4396333-1568392496/solver-4396333-1568392496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=673783036 HOME/instance-4396333-1568392496.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=673783036

node105.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.00
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.00
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.00
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.00
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:        31523368 kB
MemAvailable:   31866956 kB
Buffers:          159972 kB
Cached:           478212 kB
SwapCached:        68336 kB
Active:           350928 kB
Inactive:         354408 kB
Active(anon):      10532 kB
Inactive(anon):    89820 kB
Active(file):     340396 kB
Inactive(file):   264588 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66936432 kB
Dirty:             70576 kB
Writeback:             0 kB
AnonPages:        111992 kB
Mapped:            36336 kB
Shmem:             24084 kB
Slab:             137000 kB
SReclaimable:     108876 kB
SUnreclaim:        28124 kB
KernelStack:        3344 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 18:14:19