Trace number 4304964

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.16 2465.97

General information on the benchmark

NameBibd/
Bibd-sum-22-033-12-08-04_c18.xml
MD5SUMf3f766a62b1d9930afd3b37b1c8667ba
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables726
Number of constraints287
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":726}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":726}]
Minimum constraint arity22
Maximum constraint arity726
Distribution of constraint arities[{"arity":22,"count":33},{"arity":33,"count":22},{"arity":66,"count":231},{"arity":726,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":286}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
2520.09/2465.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2465.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2465.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2465.90		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:86)
2520.09/2465.90		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.09/2465.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2465.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2465.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2465.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.09/2465.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2465.90		at scala.Option.map(Option.scala:146)
2520.09/2465.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2465.90		at concrete.MAC.mac(MAC.scala:203)
2520.09/2465.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2465.90		at scala.util.Try$.apply(Try.scala:209)
2520.09/2465.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2465.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2465.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2465.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2465.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2465.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2465.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2465.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2465.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2465.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2465.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2465.90		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2465.90		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2465.90		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2465.90		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2465.90		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2465.90		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2465.91		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2465.91		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2465.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2465.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2465.91		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2465.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2465.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2465.91		at scala.util.Success.map(Try.scala:209)
2520.09/2465.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2465.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2465.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2465.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2465.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2465.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2465.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2465.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2465.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2465.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2465.91		at scala.App.main(App.scala:76)
2520.09/2465.91		at scala.App.main$(App.scala:74)
2520.09/2465.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2465.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2465.91	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304964-1534097141/watcher-4304964-1534097141 -o /tmp/evaluation-result-4304964-1534097141/solver-4304964-1534097141 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534097135-27928 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1106805766 -superng HOME/instance-4304964-1534097141.xml 

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

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=28150, runsolver pid=28147
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 1.16 1.05 1.06 3/207 28207
/proc/meminfo: memFree=24579884/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=10005480 memory=14908 CPUtime=0.1 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 4408 13005 0 0 1 1 5 3 20 0 6 0 227277297 10245611520 3727 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2501370 3727 1934 1 0 2489808 0
[pid=28150/tid=28203] ppid=28147 vsize=10005480 memory=4279135704047060619 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 2215 13005 0 0 0 0 5 3 20 0 6 0 227277306 10245611520 3727 33554432000 4194304 4196468 140732285911600 139903400010320 139903428195485 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 6 0 227277307 10245611520 3727 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=10005480 memory=140153220802176 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 6 0 227277307 10245611520 3727 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 6 0 227277307 10245611520 3727 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 6 0 227277307 10245611520 3727 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14908 KiB

[startup+0.209956 s]*
/proc/loadavg: 1.16 1.05 1.06 3/216 28216
/proc/meminfo: memFree=24553708/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=10982696 memory=44364 CPUtime=0.27 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 8439 13005 0 0 17 2 5 3 20 0 15 0 227277297 11246280704 11091 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2745674 11091 2959 1 0 2708109 0
[pid=28150/tid=28203] ppid=28147 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 4955 13005 0 0 10 1 5 3 20 0 15 0 227277306 11246280704 11091 33554432000 4194304 4196468 140732285911600 139903399971216 139903408449280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246280704 11091 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=10982696 memory=140153220802176 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246280704 11091 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=10982696 memory=140153220802176 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 13 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902251427104 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902050100848 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 347 13005 0 0 1 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 278 13005 0 0 1 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=10982696 memory=140153220802176 CPUtime=0.11 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 637 13005 0 0 3 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=10982696 memory=140153220802176 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246280704 11091 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44364 KiB

[startup+0.310705 s]*
/proc/loadavg: 1.16 1.05 1.06 3/216 28216
/proc/meminfo: memFree=24530212/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=10983192 memory=55692 CPUtime=0.38 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 10446 13005 0 0 28 2 5 3 20 0 15 0 227277297 11246788608 13923 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2745798 13923 3091 1 0 2708109 0
[pid=28150/tid=28203] ppid=28147 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 6953 13005 0 0 19 1 5 3 20 0 15 0 227277306 11246788608 13923 33554432000 4194304 4196468 140732285911600 139903399985568 139903409737063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 13923 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=10983192 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 13923 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 13 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902251427104 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902050100848 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 348 13005 0 0 1 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 279 13005 0 0 1 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 643 13005 0 0 5 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 13923 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55692 KiB

[startup+0.700834 s]
/proc/loadavg: 1.16 1.05 1.06 4/216 28216
/proc/meminfo: memFree=24484268/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=10983192 memory=88364 CPUtime=0.99 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 16841 13005 0 0 86 5 5 3 20 0 15 0 227277297 11246788608 22091 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2745798 22091 3231 1 0 2708109 0
[pid=28150/tid=28203] ppid=28147 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 12401 13005 0 0 56 3 5 3 20 0 15 0 227277306 11246788608 22091 33554432000 4194304 4196468 140732285911600 139903399995728 139903412254046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 22091 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 22091 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277307 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 5 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 13 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902251427104 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277309 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902050100848 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 973 13005 0 0 9 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 528 13005 0 0 7 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 713 13005 0 0 12 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277312 11246788608 22091 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88364 KiB

[startup+1.50071 s]
/proc/loadavg: 1.16 1.05 1.06 4/216 28216
/proc/meminfo: memFree=24353348/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=10998092 memory=180940 CPUtime=2.41 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 24039 13005 0 0 223 10 5 3 20 0 15 0 227277297 11262046208 45235 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2749523 45235 3476 1 0 2711181 0
[pid=28150/tid=28203] ppid=28147 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 17685 13005 0 0 129 6 5 3 20 0 15 0 227277306 11262046208 45235 33554432000 4194304 4196468 140732285911600 139903399979520 139903409737097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 32 13005 0 0 1 0 5 3 20 0 15 0 227277307 11262046208 45235 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 160 13005 0 0 1 0 5 3 20 0 15 0 227277307 11262046208 45235 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=10998092 memory=3834024672109998386 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 51 13005 0 0 1 0 5 3 20 0 15 0 227277307 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 28 13005 0 0 1 0 5 3 20 0 15 0 227277307 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 55 13005 0 0 1 0 5 3 20 0 15 0 227277309 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=10998092 memory=280306208811264 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 14 13005 0 0 0 0 5 3 20 0 15 0 227277309 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902251427168 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 227277309 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902050100864 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=10998092 memory=1024 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=10998092 memory=3172 CPUtime=0.31 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 1436 13005 0 0 23 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=10998092 memory=2076 CPUtime=0.35 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 1014 13005 0 0 27 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=10998092 memory=9004 CPUtime=0.43 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 1361 13005 0 0 35 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=10998092 memory=768 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=10998092 memory=736 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 227277312 11262046208 45235 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10998092 KiB

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

/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 519728 13005 0 0 236728 103 5 3 20 0 15 0 227277306 11345952768 801894 33554432000 4194304 4196468 140732285911600 139903400008608 139903017738390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=11080032 memory=3207576 CPUtime=9.52 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 28678 13005 0 0 909 35 5 3 20 0 15 0 227277307 11345952768 801894 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=11080032 memory=3207576 CPUtime=9.51 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 21505 13005 0 0 910 33 5 3 20 0 15 0 227277307 11345952768 801894 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=11080032 memory=3207576 CPUtime=9.52 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 26292 13005 0 0 907 37 5 3 20 0 15 0 227277307 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=11080032 memory=3207576 CPUtime=9.51 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 28336 13005 0 0 906 37 5 3 20 0 15 0 227277307 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=11080032 memory=3207576 CPUtime=3.21 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 32988 13005 0 0 289 24 5 3 20 0 15 0 227277309 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=11080032 memory=3207576 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 24 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902251427168 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=11080032 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 10 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902050100864 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=11080032 memory=3207576 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=11080032 memory=3207576 CPUtime=11.04 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 18850 13005 0 0 1091 5 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=11080032 memory=3207568 CPUtime=10.68 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 23697 13005 0 0 1056 4 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=11080032 memory=3207568 CPUtime=4.06 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 37179 13005 0 0 390 8 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=11080032 memory=3207576 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=11080032 memory=816 CPUtime=1.56 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2149 13005 0 0 69 79 5 3 20 0 15 0 227277312 11345952768 801894 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 2436.37 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3207576 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.73 1.65 3/215 28289
/proc/meminfo: memFree=18249544/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2496.46 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 771004 13005 0 0 249302 336 5 3 20 0 15 0 227277297 11345952768 801897 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2770008 801897 3533 1 0 2731661 0
[pid=28150/tid=28203] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2428.33 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 546316 13005 0 0 242720 105 5 3 20 0 15 0 227277306 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903400007120 139903019066192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 28796 13005 0 0 911 35 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.53 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 22820 13005 0 0 912 33 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=11080032 memory=0 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 27169 13005 0 0 909 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=11080032 memory=-6873162000112450758 CPUtime=9.53 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 28432 13005 0 0 908 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=11080032 memory=3207588 CPUtime=3.22 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 33330 13005 0 0 290 24 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 24 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902251427168 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 10 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902050100864 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=11080032 memory=1528 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=11080032 memory=3207588 CPUtime=11.04 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 18853 13005 0 0 1091 5 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=11080032 memory=3207588 CPUtime=10.68 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 23699 13005 0 0 1056 4 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=11080032 memory=3207588 CPUtime=4.06 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 37182 13005 0 0 390 8 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=11080032 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=11080032 memory=3207588 CPUtime=1.59 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2173 13005 0 0 71 80 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 2496.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3207588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.9 s]
/proc/loadavg: 1.65 1.72 1.65 3/215 28417
/proc/meminfo: memFree=20949332/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2520.09 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 792202 13005 0 0 251661 340 5 3 20 0 15 0 227277297 11345952768 801897 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2770008 801897 3533 1 0 2731661 0
[pid=28150/tid=28203] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2451.9 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 567510 13005 0 0 245074 108 5 3 20 0 15 0 227277306 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903400008592 139903019066223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.55 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 28798 13005 0 0 912 35 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 22820 13005 0 0 913 33 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=11080032 memory=140153105043537 CPUtime=9.55 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 27169 13005 0 0 910 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 28432 13005 0 0 909 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=11080032 memory=3207588 CPUtime=3.23 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 33332 13005 0 0 291 24 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 24 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902251427168 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 10 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902050100864 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=11080032 memory=666476 CPUtime=11.04 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 18853 13005 0 0 1091 5 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=11080032 memory=1140 CPUtime=10.68 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 23699 13005 0 0 1056 4 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=11080032 memory=0 CPUtime=4.06 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 37182 13005 0 0 390 8 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=11080032 memory=3207588 CPUtime=1.6 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2173 13005 0 0 71 81 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3207588 KiB

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

[startup+2465.97 s]
# the end of solver process 28150 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.69 s, system=3.47709 s

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

[startup+2465.9 s]
/proc/loadavg: 1.65 1.72 1.65 3/215 28417
/proc/meminfo: memFree=20949332/32770624 swapFree=67058900/67108860
[pid=28150] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2520.09 cores=0,2,4,6
/proc/28150/stat : 28150 (java) S 28147 28150 20606 0 -1 1077944320 792202 13005 0 0 251661 340 5 3 20 0 15 0 227277297 11345952768 801897 33554432000 4194304 4196468 140732285911600 140732285894144 139903428173559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
/proc/28150/statm: 2770008 801897 3533 1 0 2731661 0
[pid=28150/tid=28203] ppid=28147 vsize=11080032 memory=3207588 CPUtime=2451.9 cores=0,2,4,6
/proc/28150/task/28203/stat : 28203 (java) R 28147 28150 20606 0 -1 4202560 567510 13005 0 0 245074 108 5 3 20 0 15 0 227277306 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903400008592 139903019066223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28204] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.55 cores=0,2,4,6
/proc/28150/task/28204/stat : 28204 (java) S 28147 28150 20606 0 -1 1077944384 28798 13005 0 0 912 35 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903432415632 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28205] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28205/stat : 28205 (java) S 28147 28150 20606 0 -1 1077944384 22820 13005 0 0 913 33 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139903326341392 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28206] ppid=28147 vsize=11080032 memory=140153105043537 CPUtime=9.55 cores=0,2,4,6
/proc/28150/task/28206/stat : 28206 (java) S 28147 28150 20606 0 -1 1077944384 27169 13005 0 0 910 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902967196304 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28207] ppid=28147 vsize=11080032 memory=3207588 CPUtime=9.54 cores=0,2,4,6
/proc/28150/task/28207/stat : 28207 (java) S 28147 28150 20606 0 -1 1077944384 28432 13005 0 0 909 37 5 3 20 0 15 0 227277307 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902966143504 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28208] ppid=28147 vsize=11080032 memory=3207588 CPUtime=3.23 cores=0,2,4,6
/proc/28150/task/28208/stat : 28208 (java) S 28147 28150 20606 0 -1 1077944384 33332 13005 0 0 291 24 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902853302896 139903428184706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28209] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28209/stat : 28209 (java) S 28147 28150 20606 0 -1 1077944384 24 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902251427168 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28210] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28210/stat : 28210 (java) S 28147 28150 20606 0 -1 1077944384 10 13005 0 0 0 0 5 3 20 0 15 0 227277309 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902050100864 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28211] ppid=28147 vsize=11080032 memory=3207588 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28211/stat : 28211 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901742701136 139903428192155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28212] ppid=28147 vsize=11080032 memory=666476 CPUtime=11.04 cores=0,2,4,6
/proc/28150/task/28212/stat : 28212 (java) S 28147 28150 20606 0 -1 1077944384 18853 13005 0 0 1091 5 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902852249712 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28213] ppid=28147 vsize=11080032 memory=1140 CPUtime=10.68 cores=0,2,4,6
/proc/28150/task/28213/stat : 28213 (java) S 28147 28150 20606 0 -1 1077944384 23699 13005 0 0 1056 4 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902851196912 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28214] ppid=28147 vsize=11080032 memory=0 CPUtime=4.06 cores=0,2,4,6
/proc/28150/task/28214/stat : 28214 (java) S 28147 28150 20606 0 -1 1077944384 37182 13005 0 0 390 8 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902850144624 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28215] ppid=28147 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/28150/task/28215/stat : 28215 (java) S 28147 28150 20606 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139901311904224 139903428183765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
[pid=28150/tid=28216] ppid=28147 vsize=11080032 memory=3207588 CPUtime=1.6 cores=0,2,4,6
/proc/28150/task/28216/stat : 28216 (java) S 28147 28150 20606 0 -1 1077944384 2173 13005 0 0 71 81 5 3 20 0 15 0 227277312 11345952768 801897 33554432000 4194304 4196468 140732285911600 139902849092528 139903428184706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19095552 140732285913699 140732285916508 140732285916508 140732285919183 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3207588 KiB

Child status: 143
Real time (s): 2465.97
CPU time (s): 2520.16
CPU user time (s): 2516.69
CPU system time (s): 3.47709
CPU usage (%): 102.198
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3208308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.69
system time used= 3.47708
maximum resident set size= 3209948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120215
involuntary context switches= 5973


# summary of solver processes directly reported to runsolver:
#   pid: 28150
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.69
#   total CPU system time (s): 3.47709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4385 second user time and 23.8505 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 20:05:41
IDJOB=4304964
IDBENCH=141333
IDSOLVER=2781
FILE ID=node103/4304964-1534097141
RUNJOBID= node103-1534097135-27928
PBS_JOBID= 21036991
Free space on /tmp= 34660 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Bibd/Bibd-sum-22-033-12-08-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304964-1534097141/watcher-4304964-1534097141 -o /tmp/evaluation-result-4304964-1534097141/solver-4304964-1534097141 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534097135-27928 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1106805766 -superng HOME/instance-4304964-1534097141.xml

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

MD5SUM BENCH= f3f766a62b1d9930afd3b37b1c8667ba
RANDOM SEED=1106805766

node103.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.48
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.48
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.48
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.48
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:        24583976 kB
MemAvailable:   31520548 kB
Buffers:          115732 kB
Cached:          7006260 kB
SwapCached:         5364 kB
Active:          4271004 kB
Inactive:        3287556 kB
Active(anon):     428296 kB
Inactive(anon):    60472 kB
Active(file):    3842708 kB
Inactive(file):  3227084 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67058900 kB
Dirty:             26860 kB
Writeback:             0 kB
AnonPages:        439784 kB
Mapped:            63628 kB
Shmem:             48632 kB
Slab:             324068 kB
SReclaimable:     295240 kB
SUnreclaim:        28828 kB
KernelStack:        3808 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1698888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34636 MiB
End job on node103 at 2018-08-12 20:46:47