Trace number 4387250

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.10SAT (TO)103 2520.09 2475.43

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark117.755
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.72/0.54	c Concrete v3.10.1560635388952 running
6.72/3.17	o 109
8.52/3.76	o 107
21.64/12.74	o 106
33.41/23.64	o 105
33.41/23.64	o 104
37.47/27.67	o 103
2520.04/2475.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2475.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2475.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2475.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2475.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2475.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2475.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2475.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2475.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2475.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2475.40		at scala.Option.map(Option.scala:243)
2520.04/2475.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2475.40		at concrete.MAC.mac(MAC.scala:204)
2520.04/2475.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2475.40		at scala.util.Try$.apply(Try.scala:212)
2520.04/2475.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2475.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2475.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2475.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2475.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2475.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2475.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2475.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2475.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2475.41		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2475.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.04/2475.41		at scala.util.Success.map(Try.scala:264)
2520.04/2475.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2475.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2475.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2475.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2475.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2475.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2475.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2475.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2475.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2475.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2475.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2475.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2475.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2475.41		at scala.App.main(App.scala:75)
2520.04/2475.41		at scala.App.main$(App.scala:73)
2520.04/2475.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2475.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2475.41	v <instantiation
2520.04/2475.41	v         cost = '103'>
2520.04/2475.41	v       <list>
2520.04/2475.41	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2520.04/2475.41	v       </list>
2520.04/2475.41	v       <values>
2520.04/2475.41	v         0 0 16 9 9 17 21 18 37 47 48 37 47 57 43 64 71 30 52 80 84 65 73 82 52 80 56 84 98 93 92 103
2520.04/2475.41	v       </values>
2520.04/2475.41	v     </instantiation>
2520.04/2475.41	s SATISFIABLE

Verifier Data

OK	103

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 (6141 MiB free)
  memory of node 1: 16384 MiB (11217 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387250-1568296817/watcher-4387250-1568296817 -o /tmp/evaluation-result-4387250-1568296817/solver-4387250-1568296817 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1098261610 HOME/instance-4387250-1568296817.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=3637, runsolver pid=3634

[startup+0.100139 s]*
/proc/loadavg: 1.56 1.60 1.61 3/220 3694
/proc/meminfo: memFree=17767380/32770624 swapFree=66939700/67108860
[pid=3637] ppid=3634 vsize=9972712 memory=19124 CPUtime=0.08 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 4498 13014 0 0 1 0 5 2 20 0 6 0 405948607 10212057088 4781 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2493178 4781 1937 1 0 2481616 0
[pid=3637/tid=3690] ppid=3634 vsize=10055356 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 2416 13014 0 0 1 0 5 2 20 0 7 0 405948616 10296684544 4913 33554432000 4194304 4196468 140731376142704 140248394124048 140248406361438 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10055356 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 7 0 405948617 10296684544 4913 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10055356 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 7 0 405948617 10296684544 4913 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 7 0 405948617 10296684544 4913 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 7 0 405948617 10296684544 4913 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10055356 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 7 0 405948618 10296684544 4913 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210071 s]*
/proc/loadavg: 1.56 1.60 1.61 3/229 3703
/proc/meminfo: memFree=17745352/32770624 swapFree=66939700/67108860
[pid=3637] ppid=3634 vsize=10818940 memory=42360 CPUtime=0.25 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 6921 13014 0 0 17 1 5 2 20 0 15 0 405948607 11078594560 10590 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2704735 10590 2982 1 0 2667149 0
[pid=3637/tid=3690] ppid=3634 vsize=10818940 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 3427 13014 0 0 11 0 5 2 20 0 15 0 405948616 11078594560 10655 33554432000 4194304 4196468 140731376142704 140248394113152 140248422302877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10818940 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11078594560 10655 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10818940 memory=139804378059730 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11078594560 10655 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11078594560 10655 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948617 11078594560 10655 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10818940 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948618 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 405948619 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247862077088 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247727858928 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 474 13014 0 0 1 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 160 13014 0 0 0 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10818940 memory=139804378039936 CPUtime=0.1 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) R 3634 3637 31346 0 -1 4202560 645 13014 0 0 3 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247945746416 140248402629697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10818940 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948622 11078594560 10655 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42360 KiB

[startup+0.310569 s]*
/proc/loadavg: 1.56 1.60 1.61 3/229 3703
/proc/meminfo: memFree=17734596/32770624 swapFree=66939700/67108860
[pid=3637] ppid=3634 vsize=10820244 memory=54228 CPUtime=0.39 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 10712 13014 0 0 29 3 5 2 20 0 15 0 405948607 11079929856 13557 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2705061 13557 3295 1 0 2667149 0
[pid=3637/tid=3690] ppid=3634 vsize=10820244 memory=-8171376296011865461 CPUtime=0.28 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 7193 13014 0 0 19 2 5 2 20 0 15 0 405948616 11079929856 13557 33554432000 4194304 4196468 140731376142704 140248394098576 140248406361438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10820244 memory=4122819175002409273 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11079929856 13557 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10820244 memory=279608650643760 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11079929856 13557 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11079929856 13557 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10820244 memory=67 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948617 11079929856 13557 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10820244 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948618 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 405948619 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247862077088 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247727858928 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 476 13014 0 0 1 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) R 3634 3637 31346 0 -1 4202560 168 13014 0 0 1 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247946799472 140248405667664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10820244 memory=139804378039936 CPUtime=0.12 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 669 13014 0 0 5 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10820244 memory=139804378039936 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948622 11079929856 13557 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54228 KiB

[startup+0.700648 s]
/proc/loadavg: 1.56 1.60 1.61 5/229 3703
/proc/meminfo: memFree=17719012/32770624 swapFree=66939700/67108860
[pid=3637] ppid=3634 vsize=10824340 memory=85240 CPUtime=1.15 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 15068 13014 0 0 102 6 5 2 20 0 15 0 405948607 11084124160 21310 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2706085 21310 3509 1 0 2668173 0
[pid=3637/tid=3690] ppid=3634 vsize=10824340 memory=139805480452662 CPUtime=0.66 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 10709 13014 0 0 55 4 5 2 20 0 15 0 405948616 11084124160 21310 33554432000 4194304 4196468 140731376142704 140248394098912 140248406361438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10824340 memory=139805480452663 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11084124160 21310 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10824340 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11084124160 21310 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10824340 memory=7307184203439236416 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948617 11084124160 21310 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10824340 memory=6081662061780823395 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948617 11084124160 21310 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10824340 memory=7516877558933115989 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 5 13014 0 0 0 0 5 2 20 0 15 0 405948618 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 13 13014 0 0 0 0 5 2 20 0 15 0 405948619 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247862077088 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10824340 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247727858928 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10824340 memory=288230621787202344 CPUtime=0.19 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 768 13014 0 0 12 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10824340 memory=13568193352447482 CPUtime=0.22 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 499 13014 0 0 15 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 859 13014 0 0 17 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948622 11084124160 21310 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 85240 KiB

[startup+1.50066 s]
/proc/loadavg: 1.60 1.61 1.61 3/229 3703
/proc/meminfo: memFree=17675656/32770624 swapFree=66939700/67108860
[pid=3637] ppid=3634 vsize=10834656 memory=170860 CPUtime=2.47 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 21534 13014 0 0 230 10 5 2 20 0 15 0 405948607 11094687744 42715 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2708664 42715 3576 1 0 2670733 0
[pid=3637/tid=3690] ppid=3634 vsize=10834656 memory=6442213889275028064 CPUtime=1.44 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 15197 13014 0 0 131 6 5 2 20 0 15 0 405948616 11094687744 42715 33554432000 4194304 4196468 140731376142704 140248394092512 140248013155556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10834656 memory=6442213889275028064 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 447 13014 0 0 1 0 5 2 20 0 15 0 405948617 11094687744 42715 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10834656 memory=8027499593956943959 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 40 13014 0 0 0 0 5 2 20 0 15 0 405948617 11094687744 42715 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10834656 memory=8027499593956943959 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 108 13014 0 0 1 0 5 2 20 0 15 0 405948617 11094687744 42715 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10834656 memory=7451303871217424234 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 124 13014 0 0 1 0 5 2 20 0 15 0 405948617 11094687744 42715 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10834656 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 169 13014 0 0 1 0 5 2 20 0 15 0 405948618 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10834656 memory=6737 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 14 13014 0 0 0 0 5 2 20 0 15 0 405948619 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247862077152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10834656 memory=14694110458844273 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247727858944 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 928 13014 0 0 24 0 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10834656 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) R 3634 3637 31346 0 -1 4202560 634 13014 0 0 24 1 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247946799472 140248401974055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10834656 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 1661 13014 0 0 42 0 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10834656 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948622 11094687744 42715 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0

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

/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 56532 13014 0 0 229696 42 5 2 20 0 15 0 405948616 11107291136 178547 33554432000 4194304 4196468 140731376142704 140248394116928 140248025710592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10846964 memory=714188 CPUtime=11.13 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 5849 13014 0 0 1045 61 5 2 20 0 15 0 405948617 11107291136 178547 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10846964 memory=714180 CPUtime=11.13 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 7656 13014 0 0 1047 59 5 2 20 0 15 0 405948617 11107291136 178547 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10846964 memory=714180 CPUtime=11.16 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 8176 13014 0 0 1048 61 5 2 20 0 15 0 405948617 11107291136 178547 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10846964 memory=714188 CPUtime=11.13 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 7061 13014 0 0 1049 57 5 2 20 0 15 0 405948617 11107291136 178547 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10846964 memory=714188 CPUtime=10.61 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 11623 13014 0 0 995 59 5 2 20 0 15 0 405948618 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10846964 memory=714188 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 15 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247862077152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10846964 memory=714188 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247727858944 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10846964 memory=714188 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10846964 memory=714188 CPUtime=3.76 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 19838 13014 0 0 365 4 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10846964 memory=0 CPUtime=4.37 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 23998 13014 0 0 425 5 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10846964 memory=714180 CPUtime=3.17 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 28745 13014 0 0 304 6 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10846964 memory=714188 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10846964 memory=714188 CPUtime=1.3 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 957 13014 0 0 54 69 5 2 20 0 15 0 405948622 11107291136 178547 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 2364.7 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 714188 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.44 1.43 3/227 4199
/proc/meminfo: memFree=16727164/32770624 swapFree=66939704/67108860
[pid=3637] ppid=3634 vsize=10846964 memory=716316 CPUtime=2425.59 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 173340 13014 0 0 242192 360 5 2 20 0 15 0 405948607 11107291136 179079 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2711741 179079 3626 1 0 2673805 0
[pid=3637/tid=3690] ppid=3634 vsize=10846964 memory=716316 CPUtime=2356.84 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 57000 13014 0 0 235634 43 5 2 20 0 15 0 405948616 11107291136 179079 33554432000 4194304 4196468 140731376142704 140248394115872 140248014749837 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10846964 memory=714260 CPUtime=11.43 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 5854 13014 0 0 1074 62 5 2 20 0 15 0 405948617 11107291136 179079 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10846964 memory=716316 CPUtime=11.43 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 7680 13014 0 0 1076 60 5 2 20 0 15 0 405948617 11107291136 179079 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10846964 memory=716316 CPUtime=11.45 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 8329 13014 0 0 1077 61 5 2 20 0 15 0 405948617 11107291136 179079 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10846964 memory=716316 CPUtime=11.43 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 7072 13014 0 0 1078 58 5 2 20 0 15 0 405948617 11107291136 179079 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10846964 memory=714260 CPUtime=10.89 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 11637 13014 0 0 1021 61 5 2 20 0 15 0 405948618 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10846964 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 15 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247862077152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10846964 memory=716316 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247727858944 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10846964 memory=1106 CPUtime=3.76 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 19838 13014 0 0 365 4 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10846964 memory=714260 CPUtime=4.37 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 23998 13014 0 0 425 5 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10846964 memory=6944656592455097440 CPUtime=3.17 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 28745 13014 0 0 304 6 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10846964 memory=716316 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10846964 memory=12040 CPUtime=1.32 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 961 13014 0 0 55 70 5 2 20 0 15 0 405948622 11107291136 179079 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 2425.59 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 716316 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.40 1.42 3/228 4211
/proc/meminfo: memFree=16723468/32770624 swapFree=66939704/67108860
[pid=3637] ppid=3634 vsize=10846964 memory=716340 CPUtime=2486.45 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 174456 13014 0 0 248272 366 5 2 20 0 15 0 405948607 11107291136 179085 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2711741 179085 3626 1 0 2673805 0
[pid=3637/tid=3690] ppid=3634 vsize=10846964 memory=716340 CPUtime=2416.22 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 57607 13014 0 0 241571 44 5 2 20 0 15 0 405948616 11107291136 179085 33554432000 4194304 4196468 140731376142704 140248394115920 140248025899676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10846964 memory=716340 CPUtime=11.73 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 5958 13014 0 0 1103 63 5 2 20 0 15 0 405948617 11107291136 179085 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10846964 memory=716340 CPUtime=11.75 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 7699 13014 0 0 1106 62 5 2 20 0 15 0 405948617 11107291136 179085 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10846964 memory=716340 CPUtime=11.75 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 8353 13014 0 0 1106 62 5 2 20 0 15 0 405948617 11107291136 179085 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10846964 memory=1060 CPUtime=11.72 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 7212 13014 0 0 1106 59 5 2 20 0 15 0 405948617 11107291136 179085 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10846964 memory=716340 CPUtime=11.16 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 11836 13014 0 0 1046 63 5 2 20 0 15 0 405948618 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 15 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247862077152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10846964 memory=716340 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247727858944 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10846964 memory=716340 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10846964 memory=716340 CPUtime=3.76 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 19840 13014 0 0 365 4 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10846964 memory=716340 CPUtime=4.37 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 24000 13014 0 0 425 5 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10846964 memory=716340 CPUtime=3.18 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 28747 13014 0 0 305 6 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10846964 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10846964 memory=8112282956445269571 CPUtime=1.36 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 978 13014 0 0 57 72 5 2 20 0 15 0 405948622 11107291136 179085 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 2486.45 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 716340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.31 1.40 1.41 3/228 4213
/proc/meminfo: memFree=16737932/32770624 swapFree=66939704/67108860
[pid=3637] ppid=3634 vsize=10846964 memory=716372 CPUtime=2520.04 cores=1,3,5,7
/proc/3637/stat : 3637 (java) S 3634 3637 31346 0 -1 1077944320 175482 13014 0 0 251626 371 5 2 20 0 15 0 405948607 11107291136 179093 33554432000 4194304 4196468 140731376142704 140731376125248 140248422280951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
/proc/3637/statm: 2711741 179093 3626 1 0 2673805 0
[pid=3637/tid=3690] ppid=3634 vsize=10846964 memory=1060 CPUtime=2448.98 cores=1,3,5,7
/proc/3637/task/3690/stat : 3690 (java) R 3634 3637 31346 0 -1 4202560 58014 13014 0 0 244847 44 5 2 20 0 15 0 405948616 11107291136 179093 33554432000 4194304 4196468 140731376142704 140248394115984 140248025092201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3691] ppid=3634 vsize=10846964 memory=3248 CPUtime=11.89 cores=1,3,5,7
/proc/3637/task/3691/stat : 3691 (java) S 3634 3637 31346 0 -1 1077944384 5960 13014 0 0 1118 64 5 2 20 0 15 0 405948617 11107291136 179093 33554432000 4194304 4196468 140731376142704 140248426523152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3692] ppid=3634 vsize=10846964 memory=1724 CPUtime=11.9 cores=1,3,5,7
/proc/3637/task/3692/stat : 3692 (java) S 3634 3637 31346 0 -1 1077944384 7920 13014 0 0 1121 62 5 2 20 0 15 0 405948617 11107291136 179093 33554432000 4194304 4196468 140731376142704 140248341342864 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3693] ppid=3634 vsize=10846964 memory=5956 CPUtime=11.92 cores=1,3,5,7
/proc/3637/task/3693/stat : 3693 (java) S 3634 3637 31346 0 -1 1077944384 8519 13014 0 0 1123 62 5 2 20 0 15 0 405948617 11107291136 179093 33554432000 4194304 4196468 140731376142704 140248340289808 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3694] ppid=3634 vsize=10846964 memory=14008 CPUtime=11.88 cores=1,3,5,7
/proc/3637/task/3694/stat : 3694 (java) S 3634 3637 31346 0 -1 1077944384 7223 13014 0 0 1121 60 5 2 20 0 15 0 405948617 11107291136 179093 33554432000 4194304 4196468 140731376142704 140248339237264 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3695] ppid=3634 vsize=10846964 memory=12040 CPUtime=11.31 cores=1,3,5,7
/proc/3637/task/3695/stat : 3695 (java) S 3634 3637 31346 0 -1 1077944384 12034 13014 0 0 1060 64 5 2 20 0 15 0 405948618 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247948905200 140248422292098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3696] ppid=3634 vsize=10846964 memory=18036 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3696/stat : 3696 (java) S 3634 3637 31346 0 -1 1077944384 15 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247862077152 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3697] ppid=3634 vsize=10846964 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3697/stat : 3697 (java) S 3634 3637 31346 0 -1 1077944384 1 13014 0 0 0 0 5 2 20 0 15 0 405948619 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247727858944 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3698] ppid=3634 vsize=10846964 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3698/stat : 3698 (java) S 3634 3637 31346 0 -1 1077944384 2 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247123880400 140248422299547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3699] ppid=3634 vsize=10846964 memory=1556 CPUtime=3.76 cores=1,3,5,7
/proc/3637/task/3699/stat : 3699 (java) S 3634 3637 31346 0 -1 1077944384 19842 13014 0 0 365 4 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247947852016 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3700] ppid=3634 vsize=10846964 memory=928 CPUtime=4.37 cores=1,3,5,7
/proc/3637/task/3700/stat : 3700 (java) S 3634 3637 31346 0 -1 1077944384 24002 13014 0 0 425 5 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247946799472 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3701] ppid=3634 vsize=10846964 memory=10604 CPUtime=3.18 cores=1,3,5,7
/proc/3637/task/3701/stat : 3701 (java) S 3634 3637 31346 0 -1 1077944384 28749 13014 0 0 305 6 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247945746416 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3702] ppid=3634 vsize=10846964 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/3637/task/3702/stat : 3702 (java) S 3634 3637 31346 0 -1 1077944384 3 13014 0 0 0 0 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140246654118240 140248422291157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
[pid=3637/tid=3703] ppid=3634 vsize=10846964 memory=780 CPUtime=1.38 cores=1,3,5,7
/proc/3637/task/3703/stat : 3703 (java) S 3634 3637 31346 0 -1 1077944384 993 13014 0 0 58 73 5 2 20 0 15 0 405948622 11107291136 179093 33554432000 4194304 4196468 140731376142704 140247944694832 140248422292098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140731376151285 140731376153797 140731376153797 140731376156623 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 716372 KiB

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

[startup+2475.43 s]
# the end of solver process 3637 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.7499 s

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

Child status: 143
Real time (s): 2475.43
CPU time (s): 2520.09
CPU user time (s): 2516.34
CPU system time (s): 3.7499
CPU usage (%): 101.804
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 716372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.74989
maximum resident set size= 720488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308824
involuntary context switches= 8288


# summary of solver processes directly reported to runsolver:
#   pid: 3637
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.7499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8252 second user time and 23.9656 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 15:59:35
IDJOB=4387250
IDBENCH=129880
IDSOLVER=2823
FILE ID=node125/4387250-1568296817
RUNJOBID= node125-1568286041-32307
PBS_JOBID= 21701079
Free space on /tmp= 55064 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387250-1568296817/watcher-4387250-1568296817 -o /tmp/evaluation-result-4387250-1568296817/solver-4387250-1568296817 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1098261610 HOME/instance-4387250-1568296817.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=1098261610

node125.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.29
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.29
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.29
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.29
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:        17775668 kB
MemAvailable:   31191832 kB
Buffers:          168824 kB
Cached:         13374316 kB
SwapCached:        66684 kB
Active:          1753864 kB
Inactive:       12463356 kB
Active(anon):     612192 kB
Inactive(anon):   103148 kB
Active(file):    1141672 kB
Inactive(file): 12360208 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939700 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        718672 kB
Mapped:            55368 kB
Shmem:             32120 kB
Slab:             371536 kB
SReclaimable:     342744 kB
SUnreclaim:        28792 kB
KernelStack:        4016 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1900472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 55028 MiB
End job on node125 at 2019-09-12 16:40:51