Trace number 4396247

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)990 2520.11 2469.14

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-2.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark218.444
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
10.79/5.10	o 243
11.10/5.13	o 280
11.10/5.16	o 319
11.39/5.20	o 342
11.39/5.29	o 473
11.72/5.31	o 484
11.72/5.31	o 540
11.72/5.33	o 564
11.72/5.33	o 580
11.72/5.37	o 629
12.04/5.45	o 653
12.97/5.76	o 692
13.54/5.99	o 732
15.06/6.59	o 785
26.89/14.78	o 804
26.89/14.78	o 820
27.25/15.07	o 879
36.30/23.32	o 921
80.79/66.75	o 940
213.23/197.41	o 977
290.71/273.80	o 990
2520.06/2469.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2469.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2469.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2469.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2469.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2469.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2469.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2469.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2469.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2469.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2469.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2469.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2469.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2469.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2469.11		at scala.Option.map(Option.scala:243)
2520.06/2469.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2469.11		at concrete.MAC.mac(MAC.scala:216)
2520.06/2469.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2469.11		at scala.util.Try$.apply(Try.scala:212)
2520.06/2469.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2469.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2469.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2469.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2469.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2469.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2469.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2469.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2469.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2469.11		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2469.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2469.11		at scala.util.Success.map(Try.scala:264)
2520.06/2469.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2469.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2469.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2469.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2469.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2469.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2469.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2469.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2469.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2469.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2469.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2469.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2469.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2469.11		at scala.App.main(App.scala:75)
2520.06/2469.11		at scala.App.main$(App.scala:73)
2520.06/2469.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2469.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2469.12	v <instantiation
2520.06/2469.12	v         cost = '990'>
2520.06/2469.12	v       <list>
2520.06/2469.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] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
2520.06/2469.12	v       </list>
2520.06/2469.12	v       <values>
2520.06/2469.12	v         11 0 17 25 24 4 6 7 29 8 10 27 16 13 1 15 19 5 18 3 12 21 22 23 14 9 26 28 20 2 47 0 68 152 156 128 0 0 55 54 0 45 23 0 77 0 85 342 0 83 122 0 0 0 16 54 0 34 127 296 0 0 40 67 89 50 0 0 47 68 0 86 34 0 14 0 67 99 0 31 78 0 0 0 56 14 0 35 53 62
2520.06/2469.12	v       </values>
2520.06/2469.12	v     </instantiation>
2520.06/2469.12	s SATISFIABLE

Verifier Data

OK	990

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396247-1568404075/watcher-4396247-1568404075 -o /tmp/evaluation-result-4396247-1568404075/solver-4396247-1568404075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2064994451 HOME/instance-4396247-1568404075.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=23539, runsolver pid=23536
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.59 1.78 1.57 3/219 23596
/proc/meminfo: memFree=25474860/32770624 swapFree=67020720/67108860
[pid=23539] ppid=23536 vsize=10055356 memory=17224 CPUtime=0.09 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 4564 13349 0 0 2 0 4 3 20 0 7 0 416680139 10296684544 4306 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2513839 4306 2005 1 0 2502277 0
[pid=23539/tid=23592] ppid=23536 vsize=10055356 memory=4279135703980081038 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 2360 13349 0 0 1 0 4 3 20 0 7 0 416680148 10296684544 4306 33554432000 4194304 4196468 140731049457696 139633245698832 139633256329456 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10055356 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 7 0 416680148 10296684544 4306 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10055356 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 7 0 416680148 10296684544 4306 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 7 0 416680148 10296684544 4306 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 7 0 416680148 10296684544 4306 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10055356 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 7 0 416680150 10296684544 4306 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 17224 KiB

[startup+0.209928 s]*
/proc/loadavg: 2.59 1.78 1.57 3/228 23605
/proc/meminfo: memFree=25418124/32770624 swapFree=67020720/67108860
[pid=23539] ppid=23536 vsize=10819664 memory=43048 CPUtime=0.26 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 7051 13349 0 0 18 1 4 3 20 0 15 0 416680139 11079335936 10762 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2704916 10762 3170 1 0 2667149 0
[pid=23539/tid=23592] ppid=23536 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 3466 13349 0 0 11 0 4 3 20 0 15 0 416680148 11079335936 10762 33554432000 4194304 4196468 140731049457696 139633245679840 139633273877661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079335936 10762 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10819664 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10819664 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 13 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632205357984 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632071140336 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 355 13349 0 0 1 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) R 23536 23539 22142 0 -1 1077944384 310 13349 0 0 1 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10819664 memory=140412808926848 CPUtime=0.1 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) R 23536 23539 22142 0 -1 4202560 688 13349 0 0 3 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632274115312 139633273877082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10819664 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079335936 10762 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43048 KiB

[startup+0.310533 s]*
/proc/loadavg: 2.59 1.78 1.57 3/228 23605
/proc/meminfo: memFree=25403920/32770624 swapFree=67020720/67108860
[pid=23539] ppid=23536 vsize=10820148 memory=51948 CPUtime=0.4 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 10712 13349 0 0 30 3 4 3 20 0 15 0 416680139 11079831552 12987 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2705037 12987 3325 1 0 2667149 0
[pid=23539/tid=23592] ppid=23536 vsize=10820152 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 7073 13349 0 0 20 2 4 3 20 0 15 0 416680148 11079835648 12987 33554432000 4194304 4196468 140731049457696 139633245681264 139633266533749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079880704 12987 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680148 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10820196 memory=140412808926847 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 13 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632205357984 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680150 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632071140336 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079880704 13052 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 358 13349 0 0 1 0 4 3 20 0 15 0 416680153 11079880704 13052 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10820216 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 331 13349 0 0 1 0 4 3 20 0 15 0 416680153 11079901184 13052 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10820216 memory=140412808926848 CPUtime=0.12 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) R 23536 23539 22142 0 -1 4202560 718 13349 0 0 5 0 4 3 20 0 15 0 416680153 11079901184 13052 33554432000 4194304 4196468 140731049457696 139632274115312 139633252386720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10820216 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079901184 13052 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10820216 memory=140412808926848 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680153 11079901184 13052 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51948 KiB

[startup+0.707466 s]
/proc/loadavg: 2.59 1.78 1.57 3/227 23605
/proc/meminfo: memFree=25387684/32770624 swapFree=67020720/67108860
[pid=23539] ppid=23536 vsize=10824360 memory=87236 CPUtime=1.14 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 14971 13349 0 0 102 5 4 3 20 0 15 0 416680139 11084144640 21809 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2706090 21809 3512 1 0 2668173 0
[pid=23539/tid=23592] ppid=23536 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 10131 13349 0 0 56 4 4 3 20 0 15 0 416680148 11084144640 21809 33554432000 4194304 4196468 140731049457696 139633245682896 139632878040563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10824360 memory=140412684500742 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11084144640 21809 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680148 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680148 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10824360 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 6 13349 0 0 0 0 4 3 20 0 15 0 416680150 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 13 13349 0 0 0 0 4 3 20 0 15 0 416680150 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632205357984 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680150 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632071140336 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10824360 memory=11044 CPUtime=0.19 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 796 13349 0 0 12 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) R 23536 23539 22142 0 -1 4202560 843 13349 0 0 15 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632275153952 139633258980442 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10824360 memory=27300 CPUtime=0.23 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) R 23536 23539 22142 0 -1 4202560 964 13349 0 0 16 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632274115312 139633252495211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10824360 memory=140412681488016 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680153 11084144640 21809 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87236 KiB

[startup+1.50076 s]
/proc/loadavg: 2.59 1.78 1.57 3/227 23605
/proc/meminfo: memFree=25338552/32770624 swapFree=67020720/67108860
[pid=23539] ppid=23536 vsize=10834676 memory=184636 CPUtime=2.6 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 24133 13349 0 0 243 10 4 3 20 0 15 0 416680139 11094708224 46159 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2708669 46159 3580 1 0 2670733 0
[pid=23539/tid=23592] ppid=23536 vsize=10834676 memory=24 CPUtime=1.42 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 15606 13349 0 0 129 6 4 3 20 0 15 0 416680148 11094708224 46159 33554432000 4194304 4196468 140731049457696 139633245653472 139633273877661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10834676 memory=27 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 337 13349 0 0 1 0 4 3 20 0 15 0 416680148 11094708224 46159 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10834676 memory=28 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 58 13349 0 0 1 0 4 3 20 0 15 0 416680148 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 30 13349 0 0 1 0 4 3 20 0 15 0 416680148 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 73 13349 0 0 1 0 4 3 20 0 15 0 416680148 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10834676 memory=7090162675606382931 CPUtime=0.08 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 464 13349 0 0 1 0 4 3 20 0 15 0 416680150 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10834676 memory=7738971288875651425 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 13 13349 0 0 0 0 4 3 20 0 15 0 416680150 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632205358048 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10834676 memory=7086240734929907044 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 2 13349 0 0 0 0 4 3 20 0 15 0 416680150 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632071140352 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10834676 memory=5571041044932810853 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10834676 memory=7237397199830935393 CPUtime=0.39 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 1810 13349 0 0 32 0 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10834676 memory=7373633296055955046 CPUtime=0.4 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 1606 13349 0 0 33 0 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10834676 memory=7518586303486128229 CPUtime=0.48 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) R 23536 23539 22142 0 -1 4202560 1922 13349 0 0 40 1 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632274115312 139633257936222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10834676 memory=5793434984583685734 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10834676 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1 13349 0 0 0 0 4 3 20 0 15 0 416680153 11094708224 46159 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0

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

/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 71478 13349 0 0 235467 47 4 3 20 0 15 0 416680148 11111518208 220024 33554432000 4194304 4196468 140731049457696 139633245691392 139633255504528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10851092 memory=880096 CPUtime=12.54 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 10875 13349 0 0 1193 54 4 3 20 0 15 0 416680148 11111518208 220024 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10851092 memory=880096 CPUtime=12.5 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 11236 13349 0 0 1183 60 4 3 20 0 15 0 416680148 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10851092 memory=880096 CPUtime=12.55 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 13782 13349 0 0 1187 61 4 3 20 0 15 0 416680148 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10851092 memory=880096 CPUtime=12.62 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 10303 13349 0 0 1196 59 4 3 20 0 15 0 416680148 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10851092 memory=-5921431000321636112 CPUtime=10.71 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 12799 13349 0 0 1003 61 4 3 20 0 15 0 416680150 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10851092 memory=22464 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 14 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632205358112 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10851092 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632071140352 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10851092 memory=880096 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10851092 memory=4120 CPUtime=5.7 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 24629 13349 0 0 559 4 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10851092 memory=880096 CPUtime=5.2 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 22139 13349 0 0 508 5 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10851092 memory=4120 CPUtime=3.96 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) S 23536 23539 22142 0 -1 1077944384 23678 13349 0 0 381 8 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632274115312 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10851092 memory=2344 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10851092 memory=2064 CPUtime=1.36 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1716 13349 0 0 58 71 4 3 20 0 15 0 416680153 11111518208 220024 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 2431.83 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 880096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.33 1.43 3/227 24363
/proc/meminfo: memFree=25702028/32770624 swapFree=67020848/67108860
[pid=23539] ppid=23536 vsize=10851092 memory=879064 CPUtime=2492.8 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 206503 13349 0 0 248898 375 4 3 20 0 15 0 416680139 11111518208 219766 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2712773 219766 3631 1 0 2674829 0
[pid=23539/tid=23592] ppid=23536 vsize=10851092 memory=879064 CPUtime=2414.52 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 72312 13349 0 0 241398 47 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633245690816 139632878277751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10851092 memory=879064 CPUtime=12.87 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 10986 13349 0 0 1225 55 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10851092 memory=879064 CPUtime=12.84 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 11331 13349 0 0 1215 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10851092 memory=879064 CPUtime=12.89 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 13871 13349 0 0 1220 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10851092 memory=877016 CPUtime=12.96 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 10581 13349 0 0 1229 60 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10851092 memory=879064 CPUtime=10.99 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 13010 13349 0 0 1030 62 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10851092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 14 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632205358112 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632071140352 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10851092 memory=879064 CPUtime=5.7 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 24631 13349 0 0 559 4 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10851092 memory=288230574492221466 CPUtime=5.2 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 22141 13349 0 0 508 5 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10851092 memory=288230583166042426 CPUtime=3.96 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) S 23536 23539 22142 0 -1 1077944384 23680 13349 0 0 381 8 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632274115312 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10851092 memory=879064 CPUtime=1.39 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1732 13349 0 0 59 73 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 2492.8 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 879064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.11 s]
/proc/loadavg: 1.42 1.35 1.43 3/227 24366
/proc/meminfo: memFree=25703108/32770624 swapFree=67020860/67108860
[pid=23539] ppid=23536 vsize=10851092 memory=879064 CPUtime=2520.06 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 207234 13349 0 0 251620 379 4 3 20 0 15 0 416680139 11111518208 219766 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2712773 219766 3631 1 0 2674829 0
[pid=23539/tid=23592] ppid=23536 vsize=10851092 memory=879064 CPUtime=2441.01 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 72728 13349 0 0 244046 48 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633245691104 139632882032446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10851092 memory=879064 CPUtime=13.03 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 11004 13349 0 0 1240 56 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10851092 memory=879064 CPUtime=12.99 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 11340 13349 0 0 1230 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10851092 memory=879064 CPUtime=13.04 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 13872 13349 0 0 1235 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10851092 memory=776 CPUtime=13.12 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 10834 13349 0 0 1244 61 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10851092 memory=879064 CPUtime=11.12 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 13034 13349 0 0 1042 63 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10851092 memory=241376 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 14 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632205358112 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632071140352 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10851092 memory=879064 CPUtime=5.7 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 24633 13349 0 0 559 4 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10851092 memory=879064 CPUtime=5.2 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 22143 13349 0 0 508 5 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10851092 memory=7719222762033653985 CPUtime=3.96 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) S 23536 23539 22142 0 -1 1077944384 23682 13349 0 0 381 8 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632274115312 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10851092 memory=879064 CPUtime=1.41 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1736 13349 0 0 59 75 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 879064 KiB

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

[startup+2469.14 s]
# the end of solver process 23539 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.84137 s

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

[startup+2469.11 s]
/proc/loadavg: 1.42 1.35 1.43 3/227 24366
/proc/meminfo: memFree=25703108/32770624 swapFree=67020860/67108860
[pid=23539] ppid=23536 vsize=10851092 memory=879064 CPUtime=2520.06 cores=1,3,5,7
/proc/23539/stat : 23539 (java) S 23536 23539 22142 0 -1 1077944320 207234 13349 0 0 251620 379 4 3 20 0 15 0 416680139 11111518208 219766 33554432000 4194304 4196468 140731049457696 140731049440240 139633273855735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
/proc/23539/statm: 2712773 219766 3631 1 0 2674829 0
[pid=23539/tid=23592] ppid=23536 vsize=10851092 memory=879064 CPUtime=2441.01 cores=1,3,5,7
/proc/23539/task/23592/stat : 23592 (java) R 23536 23539 22142 0 -1 4202560 72728 13349 0 0 244046 48 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633245691104 139632882032446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23593] ppid=23536 vsize=10851092 memory=879064 CPUtime=13.03 cores=1,3,5,7
/proc/23539/task/23593/stat : 23593 (java) S 23536 23539 22142 0 -1 1077944384 11004 13349 0 0 1240 56 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139633278098192 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23594] ppid=23536 vsize=10851092 memory=879064 CPUtime=12.99 cores=1,3,5,7
/proc/23539/task/23594/stat : 23594 (java) S 23536 23539 22142 0 -1 1077944384 11340 13349 0 0 1230 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632847457168 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23595] ppid=23536 vsize=10851092 memory=879064 CPUtime=13.04 cores=1,3,5,7
/proc/23539/task/23595/stat : 23595 (java) S 23536 23539 22142 0 -1 1077944384 13872 13349 0 0 1235 62 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632846404624 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23596] ppid=23536 vsize=10851092 memory=776 CPUtime=13.12 cores=1,3,5,7
/proc/23539/task/23596/stat : 23596 (java) S 23536 23539 22142 0 -1 1077944384 10834 13349 0 0 1244 61 4 3 20 0 15 0 416680148 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632845352080 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23597] ppid=23536 vsize=10851092 memory=879064 CPUtime=11.12 cores=1,3,5,7
/proc/23539/task/23597/stat : 23597 (java) S 23536 23539 22142 0 -1 1077944384 13034 13349 0 0 1042 63 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632277272560 139633273866882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23598] ppid=23536 vsize=10851092 memory=241376 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23598/stat : 23598 (java) S 23536 23539 22142 0 -1 1077944384 14 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632205358112 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23599] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23599/stat : 23599 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680150 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632071140352 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23600] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23600/stat : 23600 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631830849744 139633273874331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23601] ppid=23536 vsize=10851092 memory=879064 CPUtime=5.7 cores=1,3,5,7
/proc/23539/task/23601/stat : 23601 (java) S 23536 23539 22142 0 -1 1077944384 24633 13349 0 0 559 4 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632276220400 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23602] ppid=23536 vsize=10851092 memory=879064 CPUtime=5.2 cores=1,3,5,7
/proc/23539/task/23602/stat : 23602 (java) S 23536 23539 22142 0 -1 1077944384 22143 13349 0 0 508 5 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632275167856 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23603] ppid=23536 vsize=10851092 memory=7719222762033653985 CPUtime=3.96 cores=1,3,5,7
/proc/23539/task/23603/stat : 23603 (java) S 23536 23539 22142 0 -1 1077944384 23682 13349 0 0 381 8 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632274115312 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23604] ppid=23536 vsize=10851092 memory=879064 CPUtime=0.07 cores=1,3,5,7
/proc/23539/task/23604/stat : 23604 (java) S 23536 23539 22142 0 -1 1077944384 3 13349 0 0 0 0 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139631797292128 139633273865941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
[pid=23539/tid=23605] ppid=23536 vsize=10851092 memory=879064 CPUtime=1.41 cores=1,3,5,7
/proc/23539/task/23605/stat : 23605 (java) S 23536 23539 22142 0 -1 1077944384 1736 13349 0 0 59 75 4 3 20 0 15 0 416680153 11111518208 219766 33554432000 4194304 4196468 140731049457696 139632171800880 139633273866882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 66 0 0 6293624 6294260 39497728 140731049466607 140731049469125 140731049469125 140731049471951 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 879064 KiB

Child status: 143
Real time (s): 2469.14
CPU time (s): 2520.11
CPU user time (s): 2516.27
CPU system time (s): 3.84137
CPU usage (%): 102.064
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 920436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.84137
maximum resident set size= 922484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296453
involuntary context switches= 7855


# summary of solver processes directly reported to runsolver:
#   pid: 23539
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.84137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3304 second user time and 24.0831 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 21:47:16
IDJOB=4396247
IDBENCH=133278
IDSOLVER=2846
FILE ID=node150/4396247-1568404075
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396247-1568404075/watcher-4396247-1568404075 -o /tmp/evaluation-result-4396247-1568404075/solver-4396247-1568404075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2064994451 HOME/instance-4396247-1568404075.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=2064994451

node150.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.79
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.79
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.79
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.79
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:        25554100 kB
MemAvailable:   30306036 kB
Buffers:          189876 kB
Cached:          4772228 kB
SwapCached:        13308 kB
Active:          2681108 kB
Inactive:        3856864 kB
Active(anon):    1539876 kB
Inactive(anon):    60156 kB
Active(file):    1141232 kB
Inactive(file):  3796708 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020720 kB
Dirty:             35344 kB
Writeback:             0 kB
AnonPages:       1671564 kB
Mapped:            51964 kB
Shmem:             16060 kB
Slab:             273608 kB
SReclaimable:     242456 kB
SUnreclaim:        31152 kB
KernelStack:        3760 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2889932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1468416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 22:28:25