Trace number 4396218

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)90 2520.06 2487.32

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark324.466
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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.79/0.55	c Concrete v3.12.2.1568380929293 running
9.15/3.94	o 179
9.79/4.19	o 157
9.99/4.23	o 106
9.99/4.24	o 103
10.67/4.51	o 102
12.74/5.87	o 94
20.92/13.12	o 93
55.67/46.98	o 91
160.80/150.76	o 90
2520.02/2487.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2487.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2487.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2487.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2487.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2487.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2487.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2487.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2487.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2487.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2487.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2487.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2487.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2487.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2487.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2487.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2487.31		at scala.Option.map(Option.scala:243)
2520.02/2487.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2487.31		at concrete.MAC.mac(MAC.scala:216)
2520.02/2487.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2487.31		at scala.util.Try$.apply(Try.scala:212)
2520.02/2487.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2487.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2487.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2487.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2487.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2487.31		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2487.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2487.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2487.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2487.31		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2487.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2487.31		at scala.util.Success.map(Try.scala:264)
2520.02/2487.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2487.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2487.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2487.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2487.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2487.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2487.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2487.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2487.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2487.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2487.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2487.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2487.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2487.31		at scala.App.main(App.scala:75)
2520.02/2487.31		at scala.App.main$(App.scala:73)
2520.02/2487.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2487.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2487.31	v <instantiation
2520.02/2487.31	v         cost = '90'>
2520.02/2487.31	v       <list>
2520.02/2487.31	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.02/2487.31	v       </list>
2520.02/2487.31	v       <values>
2520.02/2487.31	v         0 0 19 0 6 10 13 34 26 6 49 26 17 41 29 19 34 30 39 58 36 67 72 76 58 48 50 79 76 85 68 90
2520.02/2487.31	v       </values>
2520.02/2487.31	v     </instantiation>
2520.02/2487.31	s SATISFIABLE

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396218-1568403650/watcher-4396218-1568403650 -o /tmp/evaluation-result-4396218-1568403650/solver-4396218-1568403650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=442790184 HOME/instance-4396218-1568403650.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=12055, runsolver pid=12052
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 1.26 1.35 1.43 3/220 12112
/proc/meminfo: memFree=29948092/32770624 swapFree=66934788/67108860
[pid=12055] ppid=12052 vsize=10055356 memory=15972 CPUtime=0.09 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 4746 13332 0 0 1 0 5 3 20 0 7 0 416636481 10296684544 3993 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2513839 3993 2028 1 0 2502277 0
[pid=12055/tid=12108] ppid=12052 vsize=10055356 memory=5853399287057580445 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 2546 13332 0 0 1 0 5 3 20 0 7 0 416636490 10296684544 3993 33554432000 4194304 4196468 140733184819136 140718131354384 140718141985008 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10055356 memory=5793855114478545337 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 7 0 416636491 10296684544 3993 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10055356 memory=139863468652160 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 7 0 416636491 10296684544 3993 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 7 0 416636491 10296684544 3993 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 7 0 416636491 10296684544 3993 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 7 0 416636492 10296684544 3993 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 15972 KiB

[startup+0.210254 s]*
/proc/loadavg: 1.26 1.35 1.43 4/229 12121
/proc/meminfo: memFree=29930012/32770624 swapFree=66934788/67108860
[pid=12055] ppid=12052 vsize=10819664 memory=39836 CPUtime=0.26 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 7268 13332 0 0 17 1 5 3 20 0 15 0 416636481 11079335936 9959 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2704916 9959 3172 1 0 2667149 0
[pid=12055/tid=12108] ppid=12052 vsize=10819664 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 3697 13332 0 0 11 0 5 3 20 0 15 0 416636490 11079335936 9959 33554432000 4194304 4196468 140733184819136 140718131343488 140718143591774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10819664 memory=4211973589673442698 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079335936 9959 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10819664 memory=139863468652160 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079335936 9959 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10819664 memory=139863468652160 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 15 0 416636492 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 13 13332 0 0 0 0 5 3 20 0 15 0 416636493 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717087253920 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636493 11079335936 9959 33554432000 4194304 4196468 140733184819136 140716953036272 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 368 13332 0 0 1 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 307 13332 0 0 1 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10819664 memory=139863468652160 CPUtime=0.11 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) R 12052 12055 9235 0 -1 4202560 679 13332 0 0 3 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717159573744 140718152608123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10819664 memory=139863468652160 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079335936 9959 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39836 KiB

[startup+0.310766 s]*
/proc/loadavg: 1.26 1.35 1.43 4/229 12121
/proc/meminfo: memFree=29917476/32770624 swapFree=66934788/67108860
[pid=12055] ppid=12052 vsize=10820148 memory=48668 CPUtime=0.41 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 10989 13332 0 0 30 3 5 3 20 0 15 0 416636481 11079831552 12167 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2705037 12167 3304 1 0 2667149 0
[pid=12055/tid=12108] ppid=12052 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 7337 13332 0 0 20 2 5 3 20 0 15 0 416636490 11079831552 12167 33554432000 4194304 4196468 140733184819136 140718131329376 140718159533213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079831552 12167 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079831552 12167 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 15 0 416636491 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 15 0 416636492 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10820148 memory=139863468652159 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 13 13332 0 0 0 0 5 3 20 0 15 0 416636493 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717087253920 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636493 11079831552 12167 33554432000 4194304 4196468 140733184819136 140716953036272 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 371 13332 0 0 1 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 328 13332 0 0 2 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 715 13332 0 0 5 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636496 11079831552 12167 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48668 KiB

[startup+0.70078 s]
/proc/loadavg: 1.26 1.35 1.43 4/229 12121
/proc/meminfo: memFree=29901664/32770624 swapFree=66934788/67108860
[pid=12055] ppid=12052 vsize=10824360 memory=83152 CPUtime=1.11 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 15464 13332 0 0 98 5 5 3 20 0 15 0 416636481 11084144640 20788 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2706090 20788 3513 1 0 2668173 0
[pid=12055/tid=12108] ppid=12052 vsize=10824360 memory=2124 CPUtime=0.67 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 10407 13332 0 0 56 3 5 3 20 0 15 0 416636490 11084144640 20788 33554432000 4194304 4196468 140733184819136 140718131335992 140718139110529 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10824360 memory=7424 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11084144640 20788 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10824360 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11084144640 20788 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10824360 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636491 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 2 13332 0 0 0 0 5 3 20 0 15 0 416636491 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 5 13332 0 0 0 0 5 3 20 0 15 0 416636492 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 13 13332 0 0 0 0 5 3 20 0 15 0 416636493 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717087253920 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10824360 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636493 11084144640 20788 33554432000 4194304 4196468 140733184819136 140716953036272 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10824360 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10824360 memory=2124 CPUtime=0.17 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 833 13332 0 0 9 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10824360 memory=6944652177228980320 CPUtime=0.22 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) R 12052 12055 9235 0 -1 4202560 928 13332 0 0 14 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717160626288 140718144416784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10824360 memory=504 CPUtime=0.25 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 1054 13332 0 0 17 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10824360 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636496 11084144640 20788 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83152 KiB

[startup+1.50075 s]
/proc/loadavg: 1.26 1.35 1.43 4/229 12121
/proc/meminfo: memFree=29856928/32770624 swapFree=66934788/67108860
[pid=12055] ppid=12052 vsize=10834676 memory=172652 CPUtime=2.41 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 22226 13332 0 0 224 9 5 3 20 0 15 0 416636481 11094708224 43163 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2708669 43163 3580 1 0 2670733 0
[pid=12055/tid=12108] ppid=12052 vsize=10834676 memory=3620 CPUtime=1.44 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 15319 13332 0 0 131 5 5 3 20 0 15 0 416636490 11094708224 43163 33554432000 4194304 4196468 140733184819136 140718131311136 140718159533213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10834676 memory=23060 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 346 13332 0 0 1 0 5 3 20 0 15 0 416636491 11094708224 43163 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10834676 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 26 13332 0 0 1 0 5 3 20 0 15 0 416636491 11094708224 43163 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10834676 memory=169336 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 53 13332 0 0 1 0 5 3 20 0 15 0 416636491 11094708224 43163 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 94 13332 0 0 1 0 5 3 20 0 15 0 416636491 11094708224 43163 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 154 13332 0 0 1 0 5 3 20 0 15 0 416636492 11094708224 43163 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 14 13332 0 0 0 0 5 3 20 0 15 0 416636493 11094708224 43163 33554432000 4194304 4196468 140733184819136 140717087253984 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10834676 memory=191888267208048 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636493 11094708224 43163 33554432000 4194304 4196468 140733184819136 140716953036288 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10834676 memory=3305067 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10834676 memory=6935649255810949952 CPUtime=0.26 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 960 13332 0 0 18 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10834676 memory=4638778398332764256 CPUtime=0.35 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 1159 13332 0 0 27 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10834676 memory=279726656585968 CPUtime=0.49 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 1882 13332 0 0 41 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10834676 memory=6935649255861348433 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10834676 memory=-7014164410424408925 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 1 13332 0 0 0 0 5 3 20 0 15 0 416636496 11094708224 43228 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0

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

/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 57765 13332 0 0 236363 32 5 3 20 0 15 0 416636490 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718131347024 140717773548160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10846984 memory=609108 CPUtime=7.94 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 10957 13332 0 0 747 39 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10846984 memory=607032 CPUtime=7.94 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 10247 13332 0 0 748 38 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10846984 memory=609096 CPUtime=7.97 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 9453 13332 0 0 747 42 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10846984 memory=609096 CPUtime=7.97 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 7697 13332 0 0 751 38 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10846984 memory=609096 CPUtime=7.76 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 11635 13332 0 0 731 37 5 3 20 0 15 0 416636492 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10846984 memory=609096 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 19 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717087254048 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10846984 memory=609096 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 4 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716953036288 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10846984 memory=609096 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10846984 memory=609108 CPUtime=3.76 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 32210 13332 0 0 364 4 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10846984 memory=609108 CPUtime=4.26 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 36760 13332 0 0 413 5 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10846984 memory=279726658160416 CPUtime=1.74 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 22868 13332 0 0 163 3 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10846984 memory=609108 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10846984 memory=3620 CPUtime=1.29 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 825 13332 0 0 57 64 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 2414.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 609108 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.47 1.42 3/228 12494
/proc/meminfo: memFree=30045176/32770624 swapFree=66934824/67108860
[pid=12055] ppid=12052 vsize=10846984 memory=609108 CPUtime=2474.6 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 203332 13332 0 0 247187 265 5 3 20 0 15 0 416636481 11107311616 152277 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2711746 152277 3631 1 0 2673805 0
[pid=12055/tid=12108] ppid=12052 vsize=10846984 memory=609108 CPUtime=2423.57 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 58191 13332 0 0 242316 33 5 3 20 0 15 0 416636490 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718131346352 140717763083616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.15 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 10981 13332 0 0 766 41 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.14 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 10253 13332 0 0 767 39 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.16 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 9476 13332 0 0 766 42 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.17 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 7856 13332 0 0 770 39 5 3 20 0 15 0 416636491 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10846984 memory=609108 CPUtime=7.96 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 11662 13332 0 0 749 39 5 3 20 0 15 0 416636492 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10846984 memory=609108 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 19 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717087254048 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10846984 memory=609108 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 4 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716953036288 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10846984 memory=609108 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10846984 memory=609108 CPUtime=3.76 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 32210 13332 0 0 364 4 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10846984 memory=609108 CPUtime=4.26 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 36762 13332 0 0 413 5 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10846984 memory=609108 CPUtime=1.74 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 22870 13332 0 0 163 3 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10846984 memory=609108 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10846984 memory=14008 CPUtime=1.32 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 831 13332 0 0 58 66 5 3 20 0 15 0 416636496 11107311616 152277 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 2474.6 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 609108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.3 s]
/proc/loadavg: 1.64 1.51 1.44 3/228 12498
/proc/meminfo: memFree=30042504/32770624 swapFree=66934824/67108860
[pid=12055] ppid=12052 vsize=10846984 memory=609148 CPUtime=2520.02 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 204142 13332 0 0 251725 269 5 3 20 0 15 0 416636481 11107311616 152287 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2711746 152287 3631 1 0 2673805 0
[pid=12055/tid=12108] ppid=12052 vsize=10846984 memory=609148 CPUtime=2468.22 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 58569 13332 0 0 246781 33 5 3 20 0 15 0 416636490 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718131347408 140717775240702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.29 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 11155 13332 0 0 780 41 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.29 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 10277 13332 0 0 781 40 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.31 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 9504 13332 0 0 780 43 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.33 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 7863 13332 0 0 785 40 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.1 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 11845 13332 0 0 762 40 5 3 20 0 15 0 416636492 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 19 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717087254048 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 4 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716953036288 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10846984 memory=924 CPUtime=3.76 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 32212 13332 0 0 364 4 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10846984 memory=1656 CPUtime=4.26 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 36762 13332 0 0 413 5 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10846984 memory=609148 CPUtime=1.74 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 22870 13332 0 0 163 3 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10846984 memory=2257 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10846984 memory=609148 CPUtime=1.35 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 845 13332 0 0 60 67 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 609148 KiB

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

[startup+2487.32 s]
# the end of solver process 12055 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.33 s, system=2.73349 s

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

[startup+2487.3 s]
/proc/loadavg: 1.64 1.51 1.44 3/228 12498
/proc/meminfo: memFree=30042504/32770624 swapFree=66934824/67108860
[pid=12055] ppid=12052 vsize=10846984 memory=609148 CPUtime=2520.02 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9235 0 -1 1077944320 204142 13332 0 0 251725 269 5 3 20 0 15 0 416636481 11107311616 152287 33554432000 4194304 4196468 140733184819136 140733184801680 140718159511287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
/proc/12055/statm: 2711746 152287 3631 1 0 2673805 0
[pid=12055/tid=12108] ppid=12052 vsize=10846984 memory=609148 CPUtime=2468.22 cores=1,3,5,7
/proc/12055/task/12108/stat : 12108 (java) R 12052 12055 9235 0 -1 4202560 58569 13332 0 0 246781 33 5 3 20 0 15 0 416636490 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718131347408 140717775240702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12109] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.29 cores=1,3,5,7
/proc/12055/task/12109/stat : 12109 (java) S 12052 12055 9235 0 -1 1077944384 11155 13332 0 0 780 41 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718163753232 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12110] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.29 cores=1,3,5,7
/proc/12055/task/12110/stat : 12110 (java) S 12052 12055 9235 0 -1 1077944384 10277 13332 0 0 781 40 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140718095665552 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12111] ppid=12052 vsize=10846984 memory=609148 CPUtime=8.31 cores=1,3,5,7
/proc/12055/task/12111/stat : 12111 (java) S 12052 12055 9235 0 -1 1077944384 9504 13332 0 0 780 43 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717731482128 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12112] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.33 cores=1,3,5,7
/proc/12055/task/12112/stat : 12112 (java) S 12052 12055 9235 0 -1 1077944384 7863 13332 0 0 785 40 5 3 20 0 15 0 416636491 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717730429584 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12113] ppid=12052 vsize=10846984 memory=609108 CPUtime=8.1 cores=1,3,5,7
/proc/12055/task/12113/stat : 12113 (java) S 12052 12055 9235 0 -1 1077944384 11845 13332 0 0 762 40 5 3 20 0 15 0 416636492 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717162732016 140718159522434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12114] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12114/stat : 12114 (java) S 12052 12055 9235 0 -1 1077944384 19 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717087254048 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12115] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12115/stat : 12115 (java) S 12052 12055 9235 0 -1 1077944384 4 13332 0 0 0 0 5 3 20 0 15 0 416636493 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716953036288 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12116] ppid=12052 vsize=10846984 memory=609148 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12116/stat : 12116 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716712745680 140718159529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12117] ppid=12052 vsize=10846984 memory=924 CPUtime=3.76 cores=1,3,5,7
/proc/12055/task/12117/stat : 12117 (java) S 12052 12055 9235 0 -1 1077944384 32212 13332 0 0 364 4 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717161678832 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12118] ppid=12052 vsize=10846984 memory=1656 CPUtime=4.26 cores=1,3,5,7
/proc/12055/task/12118/stat : 12118 (java) S 12052 12055 9235 0 -1 1077944384 36762 13332 0 0 413 5 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717160626288 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12119] ppid=12052 vsize=10846984 memory=609148 CPUtime=1.74 cores=1,3,5,7
/proc/12055/task/12119/stat : 12119 (java) S 12052 12055 9235 0 -1 1077944384 22870 13332 0 0 163 3 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717159573744 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12120] ppid=12052 vsize=10846984 memory=2257 CPUtime=0.08 cores=1,3,5,7
/proc/12055/task/12120/stat : 12120 (java) S 12052 12055 9235 0 -1 1077944384 3 13332 0 0 0 0 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140716679187040 140718159521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
[pid=12055/tid=12121] ppid=12052 vsize=10846984 memory=609148 CPUtime=1.35 cores=1,3,5,7
/proc/12055/task/12121/stat : 12121 (java) S 12052 12055 9235 0 -1 1077944384 845 13332 0 0 60 67 5 3 20 0 15 0 416636496 11107311616 152287 33554432000 4194304 4196468 140733184819136 140717158521648 140718159522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34705408 140733184822000 140733184824517 140733184824517 140733184827343 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 609148 KiB

Child status: 143
Real time (s): 2487.32
CPU time (s): 2520.06
CPU user time (s): 2517.33
CPU system time (s): 2.73349
CPU usage (%): 101.316
Max. virtual memory (cumulated for all children) (KiB): 10849604
Max. memory (cumulated for all children) (KiB): 609148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.33
system time used= 2.73349
maximum resident set size= 613352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226780
involuntary context switches= 6165


# summary of solver processes directly reported to runsolver:
#   pid: 12055
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.33
#   total CPU system time (s): 2.73349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7746 second user time and 20.6091 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 21:40:11
IDJOB=4396218
IDBENCH=129796
IDSOLVER=2846
FILE ID=node151/4396218-1568403650
RUNJOBID= node151-1568393581-9267
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396218-1568403650/watcher-4396218-1568403650 -o /tmp/evaluation-result-4396218-1568403650/solver-4396218-1568403650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=442790184 HOME/instance-4396218-1568403650.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=442790184

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29954908 kB
MemAvailable:   30782300 kB
Buffers:          169876 kB
Cached:           950248 kB
SwapCached:        71428 kB
Active:          1701268 kB
Inactive:         562500 kB
Active(anon):    1078700 kB
Inactive(anon):    97944 kB
Active(file):     622568 kB
Inactive(file):   464556 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934788 kB
Dirty:             35688 kB
Writeback:             0 kB
AnonPages:       1176604 kB
Mapped:            50108 kB
Shmem:             24024 kB
Slab:             140796 kB
SReclaimable:     112204 kB
SUnreclaim:        28592 kB
KernelStack:        3648 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2237292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    991232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 22:21:39