Trace number 4387245

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)89 2520.09 2476.14

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark307.391
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.75/0.54	c Concrete v3.10.1560635388952 running
7.65/3.49	o 326
7.96/3.50	o 116
7.96/3.53	o 114
7.96/3.58	o 113
8.59/3.72	o 112
8.92/3.81	o 108
9.23/3.95	o 107
9.56/4.04	o 100
11.48/4.93	o 99
11.58/5.29	o 98
11.58/5.30	o 95
11.58/5.30	o 92
14.47/7.04	o 91
44.61/34.01	o 90
528.14/511.09	o 89
2520.04/2476.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2476.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2476.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2476.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2476.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2476.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2476.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2476.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2476.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2476.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2476.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2476.11		at scala.Option.map(Option.scala:243)
2520.04/2476.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2476.11		at concrete.MAC.mac(MAC.scala:204)
2520.04/2476.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2476.11		at scala.util.Try$.apply(Try.scala:212)
2520.04/2476.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2476.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2476.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2476.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2476.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2476.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2476.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2476.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2476.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2476.11		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2476.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.04/2476.11		at scala.util.Success.map(Try.scala:264)
2520.04/2476.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2476.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2476.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2476.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2476.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2476.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2476.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2476.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2476.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2476.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2476.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2476.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2476.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2476.11		at scala.App.main(App.scala:75)
2520.04/2476.11		at scala.App.main$(App.scala:73)
2520.04/2476.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2476.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2476.12	v <instantiation
2520.04/2476.12	v         cost = '89'>
2520.04/2476.12	v       <list>
2520.04/2476.12	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2520.04/2476.12	v       </list>
2520.04/2476.12	v       <values>
2520.04/2476.12	v         0 0 0 0 2 16 10 10 16 22 8 12 16 24 48 70 30 22 36 23 3 30 32 19 30 34 23 43 40 13 30 55 40 25 58 55 54 57 34 51 53 41 65 50 64 34 50 56 23 54 55 73 64 66 70 74 77 79 81 81 68 89
2520.04/2476.12	v       </values>
2520.04/2476.12	v     </instantiation>
2520.04/2476.12	s SATISFIABLE

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387245-1568296742/watcher-4387245-1568296742 -o /tmp/evaluation-result-4387245-1568296742/solver-4387245-1568296742 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1671357712 HOME/instance-4387245-1568296742.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
solver pid=3312, runsolver pid=3309
Current StackSize limit: 8192 KiB


[startup+0.109522 s]*
/proc/loadavg: 2.05 1.88 1.75 3/218 3370
/proc/meminfo: memFree=29905548/32770624 swapFree=66978972/67108860
[pid=3312] ppid=3309 vsize=10355560 memory=22668 CPUtime=0.1 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 4910 13015 0 0 2 1 5 2 20 0 9 0 405936896 10604093440 5667 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2588890 5667 2102 1 0 2551431 0
[pid=3312/tid=3365] ppid=3309 vsize=10355560 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 2684 13015 0 0 1 0 5 2 20 0 9 0 405936905 10604093440 5667 33554432000 4194304 4196468 140736160958208 140525369884528 140525383730995 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10355560 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 405936906 10604093440 5667 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10355560 memory=140263551090032 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 405936906 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 405936906 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 405936906 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10355560 memory=140263548094080 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 405936907 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 9 0 405936907 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524601648160 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 405936908 10604093440 5667 33554432000 4194304 4196468 140736160958208 140524484813744 140525398058709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22668 KiB

[startup+0.209956 s]*
/proc/loadavg: 2.05 1.88 1.75 3/226 3378
/proc/meminfo: memFree=29889088/32770624 swapFree=66978972/67108860
[pid=3312] ppid=3309 vsize=10818940 memory=38904 CPUtime=0.26 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 7089 13015 0 0 17 2 5 2 20 0 15 0 405936896 11078594560 9726 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2704735 9726 2981 1 0 2667149 0
[pid=3312/tid=3365] ppid=3309 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 3586 13015 0 0 10 1 5 2 20 0 15 0 405936905 11078594560 9791 33554432000 4194304 4196468 140736160958208 140525369881088 140525382128990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10818940 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11078594560 9791 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10818940 memory=140263551090032 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936906 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10818940 memory=140263548094080 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936907 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 405936907 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524601648160 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524484813680 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11078594560 9791 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 466 13015 0 0 1 0 5 2 20 0 15 0 405936910 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 162 13015 0 0 1 0 5 2 20 0 15 0 405936910 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10818940 memory=140263548094080 CPUtime=0.1 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) R 3309 3312 32244 0 -1 4202560 632 13015 0 0 3 0 5 2 20 0 15 0 405936910 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524565985904 140525376660313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11078594560 9791 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10818940 memory=140263548094080 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936911 11078594560 9791 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38904 KiB

[startup+0.310337 s]*
/proc/loadavg: 2.05 1.88 1.75 3/226 3378
/proc/meminfo: memFree=29878840/32770624 swapFree=66978972/67108860
[pid=3312] ppid=3309 vsize=10820244 memory=50488 CPUtime=0.4 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 10843 13015 0 0 29 4 5 2 20 0 15 0 405936896 11079929856 12622 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2705061 12622 3300 1 0 2667149 0
[pid=3312/tid=3365] ppid=3309 vsize=10820244 memory=8326441112148417179 CPUtime=0.29 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 7311 13015 0 0 19 3 5 2 20 0 15 0 405936905 11079929856 12622 33554432000 4194304 4196468 140736160958208 140525369876176 140525383358943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10820244 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11079929856 12622 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936906 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10820244 memory=4294969536 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936907 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 405936907 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524601648160 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10820244 memory=140263548094080 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524484813680 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11079929856 12622 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 466 13015 0 0 1 0 5 2 20 0 15 0 405936910 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) R 3309 3312 32244 0 -1 4202560 164 13015 0 0 2 0 5 2 20 0 15 0 405936910 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524567038704 140525382946087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) S 3309 3312 32244 0 -1 1077944384 645 13015 0 0 5 0 5 2 20 0 15 0 405936910 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524565985904 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11079929856 12622 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936911 11079929856 12622 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50488 KiB

[startup+0.700793 s]
/proc/loadavg: 2.05 1.88 1.75 5/226 3378
/proc/meminfo: memFree=29863244/32770624 swapFree=66978972/67108860
[pid=3312] ppid=3309 vsize=10824340 memory=80664 CPUtime=1.13 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 14892 13015 0 0 101 5 5 2 20 0 15 0 405936896 11084124160 20166 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2706085 20166 3501 1 0 2668173 0
[pid=3312/tid=3365] ppid=3309 vsize=10824340 memory=140265041953337 CPUtime=0.66 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 10526 13015 0 0 55 4 5 2 20 0 15 0 405936905 11084124160 20166 33554432000 4194304 4196468 140736160958208 140525369875696 140525398060438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10824340 memory=140265041953339 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11084124160 20166 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10824340 memory=140265041953344 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936906 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10824340 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10824340 memory=7380367697367295296 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 405936906 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10824340 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 5 13015 0 0 0 0 5 2 20 0 15 0 405936907 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10824340 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 405936907 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524601648160 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10824340 memory=7964 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524484813680 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10824340 memory=1164 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11084124160 20166 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10824340 memory=9580 CPUtime=0.21 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 810 13015 0 0 14 0 5 2 20 0 15 0 405936910 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10824340 memory=14008 CPUtime=0.2 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 448 13015 0 0 13 0 5 2 20 0 15 0 405936910 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10824340 memory=2120 CPUtime=0.24 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) R 3309 3312 32244 0 -1 4202560 847 13015 0 0 17 0 5 2 20 0 15 0 405936910 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524565985904 140525391148203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10824340 memory=11976 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11084124160 20166 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936911 11084124160 20166 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80664 KiB

[startup+1.50185 s]
/proc/loadavg: 2.05 1.88 1.75 3/226 3378
/proc/meminfo: memFree=29820160/32770624 swapFree=66978972/67108860
[pid=3312] ppid=3309 vsize=10834656 memory=166608 CPUtime=2.46 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 21888 13015 0 0 228 11 5 2 20 0 15 0 405936896 11094687744 41652 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2708664 41652 3573 1 0 2670733 0
[pid=3312/tid=3365] ppid=3309 vsize=10834656 memory=756 CPUtime=1.43 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 15365 13015 0 0 130 6 5 2 20 0 15 0 405936905 11094687744 41652 33554432000 4194304 4196468 140736160958208 140525369860880 140525398070429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10834656 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 59 13015 0 0 1 0 5 2 20 0 15 0 405936906 11094687744 41652 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10834656 memory=7964 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 21 13015 0 0 1 0 5 2 20 0 15 0 405936906 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10834656 memory=1164 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 96 13015 0 0 1 0 5 2 20 0 15 0 405936906 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10834656 memory=9580 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 386 13015 0 0 1 0 5 2 20 0 15 0 405936906 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10834656 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 557 13015 0 0 1 0 5 2 20 0 15 0 405936907 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 34 13015 0 0 0 0 5 2 20 0 15 0 405936907 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524601648224 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524484813696 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10834656 memory=15479062137908 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11094687744 41652 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 951 13015 0 0 26 1 5 2 20 0 15 0 405936910 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10834656 memory=-3039135443232236825 CPUtime=0.28 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) R 3309 3312 32244 0 -1 1077944384 530 13015 0 0 21 0 5 2 20 0 15 0 405936910 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10834656 memory=-2098775911743863648 CPUtime=0.49 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) R 3309 3312 32244 0 -1 4202560 1674 13015 0 0 42 0 5 2 20 0 15 0 405936910 11094687744 41652 33554432000 4194304 4196468 140736160958208 140524565981632 140525382128990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0

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

/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 56229 13015 0 0 235582 45 5 2 20 0 15 0 405936905 11107291136 175973 33554432000 4194304 4196468 140736160958208 140525369884128 140524977892424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10846964 memory=703892 CPUtime=11.29 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 11228 13015 0 0 1063 59 5 2 20 0 15 0 405936906 11107291136 175973 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10846964 memory=703892 CPUtime=11.3 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 8190 13015 0 0 1064 59 5 2 20 0 15 0 405936906 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10846964 memory=703892 CPUtime=11.3 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 10982 13015 0 0 1061 62 5 2 20 0 15 0 405936906 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10846964 memory=703892 CPUtime=11.32 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 7677 13015 0 0 1066 59 5 2 20 0 15 0 405936906 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10846964 memory=703892 CPUtime=10.76 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 12367 13015 0 0 1017 52 5 2 20 0 15 0 405936907 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10846964 memory=703824 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 40 13015 0 0 0 0 5 2 20 0 15 0 405936907 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524601648288 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10846964 memory=703892 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524484813696 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10846964 memory=703824 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11107291136 175973 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10846964 memory=164 CPUtime=4.67 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 17678 13015 0 0 456 4 5 2 20 0 15 0 405936910 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10846964 memory=4638778398332698729 CPUtime=3.78 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 15180 13015 0 0 366 5 5 2 20 0 15 0 405936910 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10846964 memory=703892 CPUtime=3.32 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) S 3309 3312 32244 0 -1 1077944384 25143 13015 0 0 319 6 5 2 20 0 15 0 405936910 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524565985904 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10846964 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11107291136 175973 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10846964 memory=3772 CPUtime=1.37 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 672 13015 0 0 60 70 5 2 20 0 15 0 405936911 11107291136 175973 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 2424.93 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 703892 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.36 1.40 3/227 3755
/proc/meminfo: memFree=30396644/32770624 swapFree=66979032/67108860
[pid=3312] ppid=3309 vsize=10846964 memory=703924 CPUtime=2485.75 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 168440 13015 0 0 248208 360 5 2 20 0 15 0 405936896 11107291136 175981 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2711741 175981 3626 1 0 2673805 0
[pid=3312/tid=3365] ppid=3309 vsize=10846964 memory=703924 CPUtime=2415.75 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 56688 13015 0 0 241522 46 5 2 20 0 15 0 405936905 11107291136 175981 33554432000 4194304 4196468 140736160958208 140525369883040 140524984619172 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10846964 memory=703924 CPUtime=11.59 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 11293 13015 0 0 1091 61 5 2 20 0 15 0 405936906 11107291136 175981 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10846964 memory=703924 CPUtime=11.6 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 8388 13015 0 0 1093 60 5 2 20 0 15 0 405936906 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10846964 memory=703924 CPUtime=11.59 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 11008 13015 0 0 1088 64 5 2 20 0 15 0 405936906 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10846964 memory=703924 CPUtime=11.58 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 7687 13015 0 0 1091 60 5 2 20 0 15 0 405936906 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10846964 memory=703924 CPUtime=11.01 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 12444 13015 0 0 1039 55 5 2 20 0 15 0 405936907 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10846964 memory=703924 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 40 13015 0 0 0 0 5 2 20 0 15 0 405936907 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524601648288 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10846964 memory=703924 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524484813696 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11107291136 175981 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10846964 memory=2004 CPUtime=4.67 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 17678 13015 0 0 456 4 5 2 20 0 15 0 405936910 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10846964 memory=984 CPUtime=3.78 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 15180 13015 0 0 366 5 5 2 20 0 15 0 405936910 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10846964 memory=703924 CPUtime=3.32 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) S 3309 3312 32244 0 -1 1077944384 25144 13015 0 0 319 6 5 2 20 0 15 0 405936910 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524565985904 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10846964 memory=703924 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11107291136 175981 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10846964 memory=9580 CPUtime=1.41 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 675 13015 0 0 62 72 5 2 20 0 15 0 405936911 11107291136 175981 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 2485.75 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 703924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.11 s]
/proc/loadavg: 1.23 1.33 1.39 3/227 3758
/proc/meminfo: memFree=30394176/32770624 swapFree=66979032/67108860
[pid=3312] ppid=3309 vsize=10846964 memory=706008 CPUtime=2520.04 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 169128 13015 0 0 251632 365 5 2 20 0 15 0 405936896 11107291136 176502 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2711741 176502 3626 1 0 2673805 0
[pid=3312/tid=3365] ppid=3309 vsize=10846964 memory=706008 CPUtime=2449.22 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 57000 13015 0 0 244869 46 5 2 20 0 15 0 405936905 11107291136 176502 33554432000 4194304 4196468 140736160958208 140525369884016 140524985042805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.75 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 11304 13015 0 0 1106 62 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.76 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 8431 13015 0 0 1108 61 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10846964 memory=703960 CPUtime=11.74 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 11018 13015 0 0 1103 64 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.75 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 7840 13015 0 0 1107 61 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10846964 memory=2600 CPUtime=11.15 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 12591 13015 0 0 1053 55 5 2 20 0 15 0 405936907 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10846964 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 40 13015 0 0 0 0 5 2 20 0 15 0 405936907 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524601648288 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524484813696 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10846964 memory=7 CPUtime=4.67 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 17680 13015 0 0 456 4 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10846964 memory=706008 CPUtime=3.78 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 15182 13015 0 0 366 5 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10846964 memory=706008 CPUtime=3.32 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) S 3309 3312 32244 0 -1 1077944384 25146 13015 0 0 319 6 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524565985904 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11107291136 176502 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10846964 memory=706008 CPUtime=1.43 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 681 13015 0 0 63 73 5 2 20 0 15 0 405936911 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 706008 KiB

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

[startup+2476.14 s]
# the end of solver process 3312 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.6878 s

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

[startup+2476.11 s]
/proc/loadavg: 1.23 1.33 1.39 3/227 3758
/proc/meminfo: memFree=30394176/32770624 swapFree=66979032/67108860
[pid=3312] ppid=3309 vsize=10846964 memory=706008 CPUtime=2520.04 cores=1,3,5,7
/proc/3312/stat : 3312 (java) S 3309 3312 32244 0 -1 1077944320 169128 13015 0 0 251632 365 5 2 20 0 15 0 405936896 11107291136 176502 33554432000 4194304 4196468 140736160958208 140736160940752 140525398048503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
/proc/3312/statm: 2711741 176502 3626 1 0 2673805 0
[pid=3312/tid=3365] ppid=3309 vsize=10846964 memory=706008 CPUtime=2449.22 cores=1,3,5,7
/proc/3312/task/3365/stat : 3365 (java) R 3309 3312 32244 0 -1 4202560 57000 13015 0 0 244869 46 5 2 20 0 15 0 405936905 11107291136 176502 33554432000 4194304 4196468 140736160958208 140525369884016 140524985042805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3366] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.75 cores=1,3,5,7
/proc/3312/task/3366/stat : 3366 (java) S 3309 3312 32244 0 -1 1077944384 11304 13015 0 0 1106 62 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140525402291344 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3367] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.76 cores=1,3,5,7
/proc/3312/task/3367/stat : 3367 (java) S 3309 3312 32244 0 -1 1077944384 8431 13015 0 0 1108 61 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524971355152 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3368] ppid=3309 vsize=10846964 memory=703960 CPUtime=11.74 cores=1,3,5,7
/proc/3312/task/3368/stat : 3368 (java) S 3309 3312 32244 0 -1 1077944384 11018 13015 0 0 1103 64 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524970302352 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3369] ppid=3309 vsize=10846964 memory=706008 CPUtime=11.75 cores=1,3,5,7
/proc/3312/task/3369/stat : 3369 (java) S 3309 3312 32244 0 -1 1077944384 7840 13015 0 0 1107 61 5 2 20 0 15 0 405936906 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524969249552 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3370] ppid=3309 vsize=10846964 memory=2600 CPUtime=11.15 cores=1,3,5,7
/proc/3312/task/3370/stat : 3370 (java) S 3309 3312 32244 0 -1 1077944384 12591 13015 0 0 1053 55 5 2 20 0 15 0 405936907 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524602702192 140525398059650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3371] ppid=3309 vsize=10846964 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3371/stat : 3371 (java) S 3309 3312 32244 0 -1 1077944384 40 13015 0 0 0 0 5 2 20 0 15 0 405936907 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524601648288 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3372] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3372/stat : 3372 (java) S 3309 3312 32244 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 405936908 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524484813696 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3373] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3373/stat : 3373 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140523976087376 140525398067099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3374] ppid=3309 vsize=10846964 memory=7 CPUtime=4.67 cores=1,3,5,7
/proc/3312/task/3374/stat : 3374 (java) S 3309 3312 32244 0 -1 1077944384 17680 13015 0 0 456 4 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524568091504 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3375] ppid=3309 vsize=10846964 memory=706008 CPUtime=3.78 cores=1,3,5,7
/proc/3312/task/3375/stat : 3375 (java) S 3309 3312 32244 0 -1 1077944384 15182 13015 0 0 366 5 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524567038704 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3376] ppid=3309 vsize=10846964 memory=706008 CPUtime=3.32 cores=1,3,5,7
/proc/3312/task/3376/stat : 3376 (java) S 3309 3312 32244 0 -1 1077944384 25146 13015 0 0 319 6 5 2 20 0 15 0 405936910 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524565985904 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3377] ppid=3309 vsize=10846964 memory=706008 CPUtime=0.07 cores=1,3,5,7
/proc/3312/task/3377/stat : 3377 (java) S 3309 3312 32244 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 405936911 11107291136 176502 33554432000 4194304 4196468 140736160958208 140523942529760 140525398058709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
[pid=3312/tid=3378] ppid=3309 vsize=10846964 memory=706008 CPUtime=1.43 cores=1,3,5,7
/proc/3312/task/3378/stat : 3378 (java) S 3309 3312 32244 0 -1 1077944384 681 13015 0 0 63 73 5 2 20 0 15 0 405936911 11107291136 176502 33554432000 4194304 4196468 140736160958208 140524564933296 140525398059650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 29396992 140736160963317 140736160965829 140736160965829 140736160968655 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 706008 KiB

Child status: 143
Real time (s): 2476.14
CPU time (s): 2520.09
CPU user time (s): 2516.4
CPU system time (s): 3.6878
CPU usage (%): 101.775
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 706008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.6878
maximum resident set size= 710232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302158
involuntary context switches= 7129


# summary of solver processes directly reported to runsolver:
#   pid: 3312
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.6878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1238 second user time and 24.4239 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 15:58:20
IDJOB=4387245
IDBENCH=128634
IDSOLVER=2823
FILE ID=node121/4387245-1568296742
RUNJOBID= node121-1568285922-554
PBS_JOBID= 21701082
Free space on /tmp= 56616 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387245-1568296742/watcher-4387245-1568296742 -o /tmp/evaluation-result-4387245-1568296742/solver-4387245-1568296742 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1671357712 HOME/instance-4387245-1568296742.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=1671357712

node121.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.75
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.75
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.75
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.75
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:        29915908 kB
MemAvailable:   30100860 kB
Buffers:           95708 kB
Cached:           380104 kB
SwapCached:        19452 kB
Active:          2076664 kB
Inactive:         232836 kB
Active(anon):    1819196 kB
Inactive(anon):    42900 kB
Active(file):     257468 kB
Inactive(file):   189936 kB
Unevictable:      108836 kB
Mlocked:          108836 kB
SwapTotal:      67108860 kB
SwapFree:       66978972 kB
Dirty:             35024 kB
Writeback:             0 kB
AnonPages:       1923340 kB
Mapped:            43272 kB
Shmem:             19920 kB
Slab:             136356 kB
SReclaimable:     106768 kB
SUnreclaim:        29588 kB
KernelStack:        3744 kB
PageTables:         9160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2960340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1755136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 56584 MiB
End job on node121 at 2019-09-12 16:39:37