Trace number 4302493

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.9.2SAT (TO)46 252.136 234.737

General information on the benchmark

NameSumColoring/
SumColoring-myciel5_c18.xml
MD5SUM129cb36d1c9243226923c7f46c8f3d2b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark251.958
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin 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.98/0.74	c Concrete v3.9.2.1532736233296 running
7.29/3.69	o 167
7.61/3.73	o 121
7.61/3.74	o 120
7.61/3.74	o 119
7.61/3.75	o 118
7.61/3.77	o 75
7.61/3.79	o 74
8.30/3.99	o 73
8.65/4.02	o 72
8.65/4.04	o 71
8.65/4.05	o 70
8.65/4.05	o 69
8.65/4.06	o 68
8.65/4.07	o 66
8.65/4.08	o 65
8.65/4.09	o 64
8.65/4.10	o 61
9.27/4.25	o 59
9.59/4.33	o 58
9.59/4.33	o 57
28.85/20.16	o 56
28.85/20.19	o 55
29.51/20.68	o 54
31.25/22.23	o 53
31.25/22.23	o 52
31.96/22.63	o 51
31.96/22.63	o 50
39.73/29.63	o 48
39.73/29.63	o 47
39.73/29.63	o 46
252.08/234.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/234.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/234.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/234.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/234.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/234.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/234.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/234.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/234.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/234.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/234.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/234.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/234.70		at scala.Option.map(Option.scala:146)
252.08/234.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/234.70		at concrete.MAC.mac(MAC.scala:203)
252.08/234.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/234.70		at scala.util.Try$.apply(Try.scala:209)
252.08/234.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/234.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/234.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/234.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/234.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/234.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/234.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/234.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/234.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/234.70		at concrete.MAC.oneRun(MAC.scala:253)
252.08/234.70		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/234.70		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/234.70		at concrete.Solver.hasNext(Solver.scala:166)
252.08/234.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/234.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/234.70		at concrete.Solver.foreach(Solver.scala:68)
252.08/234.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/234.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/234.70		at scala.util.Success.map(Try.scala:209)
252.08/234.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/234.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/234.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/234.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/234.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/234.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/234.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/234.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/234.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/234.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/234.71		at scala.App.main(App.scala:76)
252.08/234.71		at scala.App.main$(App.scala:74)
252.08/234.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/234.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/234.71	v <instantiation cost="46">
252.08/234.71	v       <list>
252.08/234.71	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46]
252.08/234.71	v       </list>
252.08/234.71	v       <values>
252.08/234.71	v         5 4 3 3 4 2 2 2 2 2 3 1 1 1 1 1 1 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
252.08/234.71	v       </values>
252.08/234.71	v     </instantiation>
252.08/234.71	s SATISFIABLE

Verifier Data

OK	46

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302493-1532896017/watcher-4302493-1532896017 -o /tmp/evaluation-result-4302493-1532896017/solver-4302493-1532896017 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=210486019 HOME/instance-4302493-1532896017.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14117, runsolver pid=14114
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.34 1.45 1.43 3/206 14174
/proc/meminfo: memFree=22992392/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 4243 12856 0 0 1 0 5 2 20 0 6 0 107164625 10245611520 4583 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2501370 4583 1931 1 0 2489808 0
[pid=14117/tid=14170] ppid=14114 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 2061 12856 0 0 1 0 5 2 20 0 6 0 107164634 10245611520 4583 33554432000 4194304 4196468 140731603720016 139698493047376 139698506893141 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107164635 10245611520 4583 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=10005480 memory=140346296649344 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107164635 10245611520 4583 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107164635 10245611520 4583 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 6 0 107164635 10245611520 4583 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.20992 s]*
/proc/loadavg: 1.34 1.45 1.43 3/215 14183
/proc/meminfo: memFree=22967552/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=10982744 memory=46260 CPUtime=0.25 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 7742 12856 0 0 17 1 5 2 20 0 15 0 107164625 11246329856 11565 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2745686 11565 2948 1 0 2708109 0
[pid=14117/tid=14170] ppid=14114 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 4340 12856 0 0 11 0 5 2 20 0 15 0 107164634 11246329856 11565 33554432000 4194304 4196468 140731603720016 139698493025456 139698521222550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246329856 11565 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=10982744 memory=140346297288471 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246329856 11565 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246329856 11565 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246329856 11565 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=10982744 memory=140346296649344 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697314588320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697166738672 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 363 12856 0 0 1 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 259 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=10982744 memory=140346296649344 CPUtime=0.1 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 608 12856 0 0 3 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=10982744 memory=140346296649344 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246329856 11565 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46260 KiB

[startup+0.310324 s]*
/proc/loadavg: 1.34 1.45 1.43 4/215 14183
/proc/meminfo: memFree=22956400/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=10983192 memory=56932 CPUtime=0.37 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 10285 12856 0 0 28 2 5 2 20 0 15 0 107164625 11246788608 14233 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2745798 14233 3067 1 0 2708109 0
[pid=14117/tid=14170] ppid=14114 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 6824 12856 0 0 20 1 5 2 20 0 15 0 107164634 11246788608 14233 33554432000 4194304 4196468 140731603720016 139698493022624 139698521232541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 14233 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 14233 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 14233 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 14233 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697314588320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697166738672 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 366 12856 0 0 1 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 263 12856 0 0 1 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=10983192 memory=140346296649344 CPUtime=0.12 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 614 12856 0 0 5 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=10983192 memory=140346296649344 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 14233 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56932 KiB

[startup+0.700725 s]
/proc/loadavg: 1.34 1.45 1.43 4/215 14183
/proc/meminfo: memFree=22945020/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=10983192 memory=89448 CPUtime=0.98 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 16381 12856 0 0 87 4 5 2 20 0 15 0 107164625 11246788608 22362 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2745798 22362 3247 1 0 2708109 0
[pid=14117/tid=14170] ppid=14114 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 11879 12856 0 0 56 3 5 2 20 0 15 0 107164634 11246788608 22362 33554432000 4194304 4196468 140731603720016 139698493031440 139698502774167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 22362 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 22362 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 22362 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164635 11246788608 22362 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 5 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697314588320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=10983192 memory=140346176713488 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164637 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697166738672 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=10983192 memory=140346646331985 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=10983192 memory=14076 CPUtime=0.13 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 735 12856 0 0 6 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=10983192 memory=4639098309541127269 CPUtime=0.17 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 881 12856 0 0 10 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=10983192 memory=7885635084775281009 CPUtime=0.2 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 665 12856 0 0 13 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) R 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164640 11246788608 22362 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89448 KiB

[startup+1.50066 s]
/proc/loadavg: 1.34 1.45 1.43 3/215 14183
/proc/meminfo: memFree=22900424/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=10998092 memory=179316 CPUtime=2.27 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 23386 12856 0 0 210 10 5 2 20 0 15 0 107164625 11262046208 44829 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2749523 44829 3468 1 0 2711181 0
[pid=14117/tid=14170] ppid=14114 vsize=10998092 memory=12848 CPUtime=1.42 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 17276 12856 0 0 130 5 5 2 20 0 15 0 107164634 11262046208 44829 33554432000 4194304 4196468 140731603720016 139698493042560 139698501485750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 260 12856 0 0 1 0 5 2 20 0 15 0 107164635 11262046208 44829 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=10998092 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 15 0 107164635 11262046208 44829 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=10998092 memory=3056 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 25 12856 0 0 1 0 5 2 20 0 15 0 107164635 11262046208 44829 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=10998092 memory=89448 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 40 12856 0 0 0 0 5 2 20 0 15 0 107164635 11262046208 44829 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 60 12856 0 0 1 0 5 2 20 0 15 0 107164637 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107164637 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697314588384 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107164637 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697166738688 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=10998092 memory=6935649255759568960 CPUtime=0.23 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) R 14114 14117 6529 0 -1 4202560 887 12856 0 0 15 1 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697945929968 139698507251050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=10998092 memory=280692353702784 CPUtime=0.31 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 1348 12856 0 0 24 0 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=10998092 memory=6944656592452938395 CPUtime=0.41 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 1225 12856 0 0 34 0 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=10998092 memory=4206468019014099040 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107164640 11262046208 44829 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 49068 12856 0 0 16064 27 5 2 20 0 15 0 107164634 11343855616 291036 33554432000 4194304 4196468 140731603720016 139698493045648 139698069134143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=11077984 memory=280692353746400 CPUtime=0.61 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 1749 12856 0 0 48 6 5 2 20 0 15 0 107164635 11343855616 291036 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=11077984 memory=1164144 CPUtime=0.61 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 2347 12856 0 0 47 7 5 2 20 0 15 0 107164635 11343855616 291036 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=11077984 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 1963 12856 0 0 49 6 5 2 20 0 15 0 107164635 11343855616 291036 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=11077984 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 3306 12856 0 0 49 6 5 2 20 0 15 0 107164635 11343855616 291036 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=11077984 memory=1164144 CPUtime=0.58 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 4367 12856 0 0 48 3 5 2 20 0 15 0 107164637 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=11077984 memory=1164144 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 14 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697314588384 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=11077984 memory=1164108 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 4 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697166738688 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=11077984 memory=1164108 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=11077984 memory=1164108 CPUtime=5.99 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 16785 12856 0 0 587 5 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=11077984 memory=1164108 CPUtime=6.09 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 15831 12856 0 0 598 4 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=11077984 memory=1164144 CPUtime=3.04 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 15680 12856 0 0 292 5 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=11077984 memory=1164144 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=11077984 memory=1164144 CPUtime=0.14 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 217 12856 0 0 4 3 5 2 20 0 15 0 107164640 11343855616 291036 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 178.77 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1164144 KiB

[startup+222.301 s]
/proc/loadavg: 1.15 1.42 1.43 3/216 14323
/proc/meminfo: memFree=22424048/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=11077984 memory=1164264 CPUtime=239.51 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 120207 12856 0 0 23866 78 5 2 20 0 15 0 107164625 11343855616 291066 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2769496 291066 3521 1 0 2731149 0
[pid=14117/tid=14170] ppid=14114 vsize=11077984 memory=1164264 CPUtime=220.32 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 50627 12856 0 0 21997 28 5 2 20 0 15 0 107164634 11343855616 291066 33554432000 4194304 4196468 140731603720016 139698493045760 139698069219034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.88 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 2875 12856 0 0 74 7 5 2 20 0 15 0 107164635 11343855616 291066 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.89 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 2871 12856 0 0 74 8 5 2 20 0 15 0 107164635 11343855616 291066 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.89 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 2004 12856 0 0 75 7 5 2 20 0 15 0 107164635 11343855616 291066 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.89 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 3447 12856 0 0 75 7 5 2 20 0 15 0 107164635 11343855616 291066 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.83 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 4711 12856 0 0 72 4 5 2 20 0 15 0 107164637 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 14 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697314588384 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 4 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697166738688 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=11077984 memory=1164264 CPUtime=6 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 17217 12856 0 0 588 5 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=11077984 memory=1164264 CPUtime=6.1 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 17427 12856 0 0 598 5 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=11077984 memory=4140 CPUtime=3.04 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 16566 12856 0 0 292 5 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=11077984 memory=4140 CPUtime=0.18 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 248 12856 0 0 6 5 5 2 20 0 15 0 107164640 11343855616 291066 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 239.51 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1164264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.701 s]
/proc/loadavg: 1.12 1.40 1.42 3/216 14323
/proc/meminfo: memFree=22425336/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=11077984 memory=1166312 CPUtime=252.08 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 120393 12856 0 0 25120 81 5 2 20 0 15 0 107164625 11343855616 291578 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2769496 291578 3521 1 0 2731149 0
[pid=14117/tid=14170] ppid=14114 vsize=11077984 memory=1166312 CPUtime=232.56 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 50785 12856 0 0 23221 28 5 2 20 0 15 0 107164634 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698493045584 139698069579262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 2881 12856 0 0 80 8 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 2873 12856 0 0 79 9 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 2010 12856 0 0 81 7 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 3450 12856 0 0 80 8 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.9 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 4721 12856 0 0 78 5 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 14 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697314588384 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=11077984 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 4 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697166738688 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=11077984 memory=1164264 CPUtime=6 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 17217 12856 0 0 588 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=11077984 memory=916 CPUtime=6.1 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 17427 12856 0 0 598 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=11077984 memory=3848 CPUtime=3.04 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 16566 12856 0 0 292 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=11077984 memory=1232 CPUtime=0.19 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 249 12856 0 0 6 6 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1166312 KiB

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

[startup+234.737 s]
# the end of solver process 14117 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.277 s, system=0.858806 s

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

[startup+234.701 s]
/proc/loadavg: 1.12 1.40 1.42 3/216 14323
/proc/meminfo: memFree=22425336/32770624 swapFree=67108688/67108860
[pid=14117] ppid=14114 vsize=11077984 memory=1166312 CPUtime=252.08 cores=0,2,4,6
/proc/14117/stat : 14117 (java) S 14114 14117 6529 0 -1 1077944320 120393 12856 0 0 25120 81 5 2 20 0 15 0 107164625 11343855616 291578 33554432000 4194304 4196468 140731603720016 140731603702560 139698521210615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
/proc/14117/statm: 2769496 291578 3521 1 0 2731149 0
[pid=14117/tid=14170] ppid=14114 vsize=11077984 memory=1166312 CPUtime=232.56 cores=0,2,4,6
/proc/14117/task/14170/stat : 14170 (java) R 14114 14117 6529 0 -1 4202560 50785 12856 0 0 23221 28 5 2 20 0 15 0 107164634 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698493045584 139698069579262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14171] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14171/stat : 14171 (java) S 14114 14117 6529 0 -1 1077944384 2881 12856 0 0 80 8 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698525452816 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14172] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14172/stat : 14172 (java) S 14114 14117 6529 0 -1 1077944384 2873 12856 0 0 79 9 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698380171920 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14173] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14173/stat : 14173 (java) S 14114 14117 6529 0 -1 1077944384 2010 12856 0 0 81 7 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698379118864 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14174] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.95 cores=0,2,4,6
/proc/14117/task/14174/stat : 14174 (java) S 14114 14117 6529 0 -1 1077944384 3450 12856 0 0 80 8 5 2 20 0 15 0 107164635 11343855616 291578 33554432000 4194304 4196468 140731603720016 139698378066320 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14175] ppid=14114 vsize=11077984 memory=1166312 CPUtime=0.9 cores=0,2,4,6
/proc/14117/task/14175/stat : 14175 (java) S 14114 14117 6529 0 -1 1077944384 4721 12856 0 0 78 5 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697946983152 139698521221762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14176] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14176/stat : 14176 (java) S 14114 14117 6529 0 -1 1077944384 14 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697314588384 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14177] ppid=14114 vsize=11077984 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14177/stat : 14177 (java) S 14114 14117 6529 0 -1 1077944384 4 12856 0 0 0 0 5 2 20 0 15 0 107164637 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697166738688 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14178] ppid=14114 vsize=11077984 memory=1164264 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14178/stat : 14178 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139696859339216 139698521229211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14179] ppid=14114 vsize=11077984 memory=1164264 CPUtime=6 cores=0,2,4,6
/proc/14117/task/14179/stat : 14179 (java) S 14114 14117 6529 0 -1 1077944384 17217 12856 0 0 588 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697945929968 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14180] ppid=14114 vsize=11077984 memory=916 CPUtime=6.1 cores=0,2,4,6
/proc/14117/task/14180/stat : 14180 (java) S 14114 14117 6529 0 -1 1077944384 17427 12856 0 0 598 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697944877424 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14181] ppid=14114 vsize=11077984 memory=3848 CPUtime=3.04 cores=0,2,4,6
/proc/14117/task/14181/stat : 14181 (java) S 14114 14117 6529 0 -1 1077944384 16566 12856 0 0 292 5 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697943824368 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14182] ppid=14114 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14117/task/14182/stat : 14182 (java) S 14114 14117 6529 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139696428542304 139698521220821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
[pid=14117/tid=14183] ppid=14114 vsize=11077984 memory=1232 CPUtime=0.19 cores=0,2,4,6
/proc/14117/task/14183/stat : 14183 (java) S 14114 14117 6529 0 -1 1077944384 249 12856 0 0 6 6 5 2 20 0 15 0 107164640 11343855616 291578 33554432000 4194304 4196468 140731603720016 139697942772784 139698521221762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140731603729010 140731603731809 140731603731809 140731603734479 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1166312 KiB

Child status: 143
Real time (s): 234.737
CPU time (s): 252.136
CPU user time (s): 251.277
CPU system time (s): 0.858806
CPU usage (%): 107.412
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1168564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.277
system time used= 0.858806
maximum resident set size= 1170004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34382
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 14117
#   total CPU time (s): 252.136
#   total CPU user time (s): 251.277
#   total CPU system time (s): 0.858806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50666 second user time and 2.13753 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:26:57
IDJOB=4302493
IDBENCH=141221
IDSOLVER=2776
FILE ID=node106/4302493-1532896017
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302493-1532896017/watcher-4302493-1532896017 -o /tmp/evaluation-result-4302493-1532896017/solver-4302493-1532896017 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=210486019 HOME/instance-4302493-1532896017.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=210486019

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22999108 kB
MemAvailable:   29368644 kB
Buffers:          246732 kB
Cached:          6356456 kB
SwapCached:            0 kB
Active:          4992312 kB
Inactive:        4225428 kB
Active(anon):    2562084 kB
Inactive(anon):    80476 kB
Active(file):    2430228 kB
Inactive(file):  4144952 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:       2629544 kB
Mapped:            58140 kB
Shmem:             25056 kB
Slab:             247936 kB
SReclaimable:     220384 kB
SUnreclaim:        27552 kB
KernelStack:        3792 kB
PageTables:        10816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3630560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2387968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:30:52