Trace number 4305269

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? (TO) 2520.07 2459.44

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-20_c18.xml
MD5SUMced38eac701d5b6d60722ead643d09b8
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 variables800
Number of constraints762
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree383
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":382,"count":20},{"degree":383,"count":380}]
Minimum constraint arity3
Maximum constraint arity401
Distribution of constraint arities[{"arity":3,"count":380},{"arity":20,"count":1},{"arity":400,"count":1},{"arity":401,"count":380}]
Number of extensional constraints0
Number of intensional constraints380
Distribution of constraint types[{"type":"intension","count":380},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
2520.01/2459.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2459.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2459.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2459.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2459.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2459.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2459.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2459.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2459.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2459.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2459.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.01/2459.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2459.40		at scala.Option.map(Option.scala:146)
2520.01/2459.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2459.40		at concrete.MAC.mac(MAC.scala:203)
2520.01/2459.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2459.40		at scala.util.Try$.apply(Try.scala:209)
2520.01/2459.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2459.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2459.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2459.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2459.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2459.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2459.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2459.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2459.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2459.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2459.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2459.40		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2459.40		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2459.40		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2459.40		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2459.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2459.40		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2459.40		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2459.40		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2459.40		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2459.40		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2459.40		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2459.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2459.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2459.41		at scala.util.Success.map(Try.scala:209)
2520.01/2459.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2459.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2459.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2459.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2459.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2459.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2459.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2459.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2459.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2459.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2459.41		at scala.App.main(App.scala:76)
2520.01/2459.41		at scala.App.main$(App.scala:74)
2520.01/2459.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2459.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2459.41	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 (6633 MiB free)
  memory of node 1: 16384 MiB (8667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305269-1534143665/watcher-4305269-1534143665 -o /tmp/evaluation-result-4305269-1534143665/solver-4305269-1534143665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1129728221 HOME/instance-4305269-1534143665.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
Current StackSize limit: 8192 KiB

solver pid=24939, runsolver pid=24936

[startup+0.100756 s]*
/proc/loadavg: 1.37 1.38 1.34 7/207 24994
/proc/meminfo: memFree=15648892/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 4219 13285 0 0 1 0 5 3 20 0 6 0 231929724 10245611520 4582 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2501370 4582 1930 1 0 2489808 0
[pid=24939/tid=24992] ppid=24936 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 2034 13285 0 0 0 0 5 3 20 0 6 0 231929733 10245611520 4582 33554432000 4194304 4196468 140725747121104 139763656860240 139763670705971 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 231929734 10245611520 4582 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=10005480 memory=140448710567552 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 6 0 231929734 10245611520 4582 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 6 0 231929734 10245611520 4582 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 231929734 10245611520 4582 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210674 s]*
/proc/loadavg: 1.37 1.38 1.34 3/218 25005
/proc/meminfo: memFree=15624556/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=10982744 memory=43896 CPUtime=0.26 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 7147 13285 0 0 17 1 5 3 20 0 15 0 231929724 11246329856 10974 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2745686 10974 2956 1 0 2708109 0
[pid=24939/tid=24992] ppid=24936 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 3835 13285 0 0 11 0 5 3 20 0 15 0 231929733 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763656845384 139763665299293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=10982744 memory=140448710567552 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=10982744 memory=140448710567552 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929735 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246329856 11106 33554432000 4194304 4196468 140725747121104 139762530771872 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246329856 11106 33554432000 4194304 4196468 140725747121104 139762329445360 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11246329856 11106 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 432 13285 0 0 1 0 5 3 20 0 15 0 231929738 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 189 13285 0 0 0 0 5 3 20 0 15 0 231929738 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=10982744 memory=140448710567552 CPUtime=0.11 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 600 13285 0 0 3 0 5 3 20 0 15 0 231929738 11246329856 11106 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246329856 11172 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=10982744 memory=140448710567552 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246329856 11172 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43896 KiB

[startup+0.310342 s]*
/proc/loadavg: 1.37 1.38 1.34 3/218 25005
/proc/meminfo: memFree=15611640/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=10983192 memory=56972 CPUtime=0.39 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 10280 13285 0 0 28 3 5 3 20 0 15 0 231929724 11246788608 14243 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2745798 14243 3075 1 0 2708109 0
[pid=24939/tid=24992] ppid=24936 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 6831 13285 0 0 19 2 5 3 20 0 15 0 231929733 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763656835488 139763669103966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929735 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246788608 14243 33554432000 4194304 4196468 140725747121104 139762530771872 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246788608 14243 33554432000 4194304 4196468 140725747121104 139762329445360 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11246788608 14243 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 435 13285 0 0 1 0 5 3 20 0 15 0 231929738 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 191 13285 0 0 1 0 5 3 20 0 15 0 231929738 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 606 13285 0 0 5 0 5 3 20 0 15 0 231929738 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246788608 14243 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246788608 14243 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56972 KiB

[startup+0.700759 s]
/proc/loadavg: 1.37 1.38 1.34 4/218 25005
/proc/meminfo: memFree=15601156/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=10983192 memory=88984 CPUtime=0.99 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 16411 13285 0 0 87 4 5 3 20 0 15 0 231929724 11246788608 22246 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2745798 22246 3233 1 0 2708109 0
[pid=24939/tid=24992] ppid=24936 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 11831 13285 0 0 55 3 5 3 20 0 15 0 231929733 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763656844304 139763668210301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=10983192 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929734 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 231929735 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246788608 22246 33554432000 4194304 4196468 140725747121104 139762530771872 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929736 11246788608 22246 33554432000 4194304 4196468 140725747121104 139762329445360 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11246788608 22246 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 853 13285 0 0 8 0 5 3 20 0 15 0 231929738 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 842 13285 0 0 8 0 5 3 20 0 15 0 231929738 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 659 13285 0 0 13 0 5 3 20 0 15 0 231929738 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246788608 22246 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929739 11246788608 22246 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88984 KiB

[startup+1.50074 s]
/proc/loadavg: 1.37 1.38 1.34 4/218 25005
/proc/meminfo: memFree=15556064/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=10996044 memory=209180 CPUtime=2.77 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 24661 13285 0 0 258 11 5 3 20 0 15 0 231929724 11259949056 52295 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2749011 52295 3447 1 0 2710669 0
[pid=24939/tid=24992] ppid=24936 vsize=10996044 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) S 24936 24939 22605 0 -1 1077944384 16370 13285 0 0 128 7 5 3 20 0 15 0 231929733 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763656838496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=10996044 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) R 24936 24939 22605 0 -1 4202560 217 13285 0 0 1 0 5 3 20 0 15 0 231929734 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763689265936 139763669724175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=10996044 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) R 24936 24939 22605 0 -1 4202560 63 13285 0 0 1 0 5 3 20 0 15 0 231929734 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763543985040 139763669724115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=10996044 memory=3539892194917298225 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) R 24936 24939 22605 0 -1 4202560 29 13285 0 0 1 0 5 3 20 0 15 0 231929734 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763542932696 139763677651687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=10996044 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) R 24936 24939 22605 0 -1 4202560 22 13285 0 0 1 0 5 3 20 0 15 0 231929734 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763541880072 139763677651687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=10996044 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 45 13285 0 0 1 0 5 3 20 0 15 0 231929735 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763110572576 139763685033685 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=10996044 memory=280897169467648 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 231929736 11259949056 52295 33554432000 4194304 4196468 140725747121104 139762530771872 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929736 11259949056 52295 33554432000 4194304 4196468 140725747121104 139762329445360 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=10996044 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11259949056 52295 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=10996044 memory=3732 CPUtime=0.46 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 2109 13285 0 0 38 0 5 3 20 0 15 0 231929738 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=10996044 memory=1228 CPUtime=0.49 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 1974 13285 0 0 40 1 5 3 20 0 15 0 231929738 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=10996044 memory=10624 CPUtime=0.5 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 1618 13285 0 0 42 0 5 3 20 0 15 0 231929738 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=10996044 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11259949056 52295 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=10996044 memory=6776 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 231929739 11259949056 52295 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10996044 KiB

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

/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 111182 13285 0 0 229838 64 5 3 20 0 15 0 231929733 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763656857024 139763226638767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=11080032 memory=794296 CPUtime=14.85 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 26093 13285 0 0 1417 60 5 3 20 0 15 0 231929734 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=11080032 memory=793268 CPUtime=14.84 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 27288 13285 0 0 1417 59 5 3 20 0 15 0 231929734 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=11080032 memory=793268 CPUtime=14.9 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 27951 13285 0 0 1419 63 5 3 20 0 15 0 231929734 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=11080032 memory=793268 CPUtime=14.86 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 20627 13285 0 0 1414 64 5 3 20 0 15 0 231929734 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=11080032 memory=791216 CPUtime=6.36 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 19198 13285 0 0 572 56 5 3 20 0 15 0 231929735 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=11080032 memory=794808 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 31 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 197804 33554432000 4194304 4196468 140725747121104 139762530771936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=11080032 memory=793268 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 27 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 197804 33554432000 4194304 4196468 140725747121104 139762329445376 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=11080032 memory=793268 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11345952768 197804 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=11080032 memory=793268 CPUtime=6.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 42329 13285 0 0 596 5 5 3 20 0 15 0 231929738 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=11080032 memory=793268 CPUtime=5.6 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 29892 13285 0 0 546 6 5 3 20 0 15 0 231929738 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=11080032 memory=793268 CPUtime=2.68 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 31447 13285 0 0 255 5 5 3 20 0 15 0 231929738 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=11080032 memory=793268 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11345952768 197804 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=11080032 memory=62932 CPUtime=1.42 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1664 13285 0 0 65 69 5 3 20 0 15 0 231929739 11345952768 197804 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 2380.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 791216 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.43 1.36 3/216 25335
/proc/meminfo: memFree=14945508/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=11080032 memory=777876 CPUtime=2441.32 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 342447 13285 0 0 243706 418 5 3 20 0 15 0 231929724 11345952768 194469 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2770008 194469 3530 1 0 2731661 0
[pid=24939/tid=24992] ppid=24936 vsize=11080032 memory=777876 CPUtime=2358.46 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 111795 13285 0 0 235774 64 5 3 20 0 15 0 231929733 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763656857264 139763233317855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=11080032 memory=777876 CPUtime=15.27 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 26529 13285 0 0 1458 61 5 3 20 0 15 0 231929734 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=11080032 memory=777876 CPUtime=15.26 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 27353 13285 0 0 1458 60 5 3 20 0 15 0 231929734 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=11080032 memory=777876 CPUtime=15.31 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 28352 13285 0 0 1459 64 5 3 20 0 15 0 231929734 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=11080032 memory=777876 CPUtime=15.27 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 20978 13285 0 0 1455 64 5 3 20 0 15 0 231929734 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=11080032 memory=777876 CPUtime=6.55 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 19406 13285 0 0 590 57 5 3 20 0 15 0 231929735 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=11080032 memory=777876 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 31 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 194469 33554432000 4194304 4196468 140725747121104 139762530771936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=11080032 memory=777876 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 27 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 194469 33554432000 4194304 4196468 140725747121104 139762329445376 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=11080032 memory=13078175418732 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11345952768 194469 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=11080032 memory=0 CPUtime=6.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 42331 13285 0 0 596 5 5 3 20 0 15 0 231929738 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=11080032 memory=7307438350545409104 CPUtime=5.6 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 29895 13285 0 0 546 6 5 3 20 0 15 0 231929738 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=11080032 memory=777876 CPUtime=2.68 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 31870 13285 0 0 255 5 5 3 20 0 15 0 231929738 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=11080032 memory=3992 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11345952768 194469 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=11080032 memory=3816 CPUtime=1.46 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1681 13285 0 0 67 71 5 3 20 0 15 0 231929739 11345952768 194469 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 2441.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 777876 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 1.59 1.42 3/216 25336
/proc/meminfo: memFree=14952724/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=11080032 memory=770688 CPUtime=2502.56 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 344598 13285 0 0 249823 425 5 3 20 0 15 0 231929724 11345952768 192672 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2770008 192672 3530 1 0 2731661 0
[pid=24939/tid=24992] ppid=24936 vsize=11080032 memory=770688 CPUtime=2417.83 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 112480 13285 0 0 241710 65 5 3 20 0 15 0 231929733 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763656857184 139763238350746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=11080032 memory=3816 CPUtime=15.68 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 26850 13285 0 0 1498 62 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=11080032 memory=770688 CPUtime=15.68 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 27801 13285 0 0 1499 61 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=11080032 memory=770688 CPUtime=15.72 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 28531 13285 0 0 1499 65 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=11080032 memory=770688 CPUtime=15.68 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 21265 13285 0 0 1495 65 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=11080032 memory=770688 CPUtime=6.74 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 19611 13285 0 0 607 59 5 3 20 0 15 0 231929735 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=11080032 memory=770688 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 31 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762530771936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=11080032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 27 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762329445376 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=11080032 memory=3264 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=11080032 memory=770688 CPUtime=6.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 42334 13285 0 0 596 5 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=11080032 memory=1752 CPUtime=5.6 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 29898 13285 0 0 546 6 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=11080032 memory=770688 CPUtime=2.68 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 31872 13285 0 0 255 5 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=11080032 memory=770688 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11345952768 192672 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=11080032 memory=770688 CPUtime=1.48 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1699 13285 0 0 68 72 5 3 20 0 15 0 231929739 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 2502.56 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 770688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.4 s]
/proc/loadavg: 1.84 1.59 1.42 3/216 25336
/proc/meminfo: memFree=14952852/32770624 swapFree=67108504/67108860
[pid=24939] ppid=24936 vsize=11080032 memory=770688 CPUtime=2520.01 cores=0,2,4,6
/proc/24939/stat : 24939 (java) S 24936 24939 22605 0 -1 1077944320 344949 13285 0 0 251567 426 5 3 20 0 15 0 231929724 11345952768 192672 33554432000 4194304 4196468 140725747121104 140725747103648 139763685023479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
/proc/24939/statm: 2770008 192672 3530 1 0 2731661 0
[pid=24939/tid=24992] ppid=24936 vsize=11080032 memory=15084 CPUtime=2434.74 cores=0,2,4,6
/proc/24939/task/24992/stat : 24992 (java) R 24936 24939 22605 0 -1 4202560 112592 13285 0 0 243401 65 5 3 20 0 15 0 231929733 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763656857136 139763228293569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24993] ppid=24936 vsize=11080032 memory=35776 CPUtime=15.8 cores=0,2,4,6
/proc/24939/task/24993/stat : 24993 (java) S 24936 24939 22605 0 -1 1077944384 26900 13285 0 0 1510 62 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763689265936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24994] ppid=24936 vsize=11080032 memory=6791534058613427641 CPUtime=15.79 cores=0,2,4,6
/proc/24939/task/24994/stat : 24994 (java) S 24936 24939 22605 0 -1 1077944384 27839 13285 0 0 1510 61 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763543985040 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24995] ppid=24936 vsize=11080032 memory=62956 CPUtime=15.84 cores=0,2,4,6
/proc/24939/task/24995/stat : 24995 (java) S 24936 24939 22605 0 -1 1077944384 28596 13285 0 0 1511 65 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763542932496 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24996] ppid=24936 vsize=11080032 memory=1116 CPUtime=15.8 cores=0,2,4,6
/proc/24939/task/24996/stat : 24996 (java) S 24936 24939 22605 0 -1 1077944384 21349 13285 0 0 1507 65 5 3 20 0 15 0 231929734 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763541879952 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24997] ppid=24936 vsize=11080032 memory=2144 CPUtime=6.79 cores=0,2,4,6
/proc/24939/task/24997/stat : 24997 (java) S 24936 24939 22605 0 -1 1077944384 19613 13285 0 0 612 59 5 3 20 0 15 0 231929735 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763110574064 139763685034626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24998] ppid=24936 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24998/stat : 24998 (java) S 24936 24939 22605 0 -1 1077944384 31 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762530771936 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=24999] ppid=24936 vsize=11080032 memory=3356 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/24999/stat : 24999 (java) S 24936 24939 22605 0 -1 1077944384 27 13285 0 0 0 0 5 3 20 0 15 0 231929736 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762329445376 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25000] ppid=24936 vsize=11080032 memory=492 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25000/stat : 25000 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139762022045904 139763685042075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25001] ppid=24936 vsize=11080032 memory=1616 CPUtime=6.09 cores=0,2,4,6
/proc/24939/task/25001/stat : 25001 (java) S 24936 24939 22605 0 -1 1077944384 42334 13285 0 0 596 5 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763109521904 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25002] ppid=24936 vsize=11080032 memory=6791534058613427641 CPUtime=5.6 cores=0,2,4,6
/proc/24939/task/25002/stat : 25002 (java) S 24936 24939 22605 0 -1 1077944384 29898 13285 0 0 546 6 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763108469360 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25003] ppid=24936 vsize=11080032 memory=2196 CPUtime=2.68 cores=0,2,4,6
/proc/24939/task/25003/stat : 25003 (java) S 24936 24939 22605 0 -1 1077944384 31872 13285 0 0 255 5 5 3 20 0 15 0 231929738 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763107416816 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25004] ppid=24936 vsize=11080032 memory=3992 CPUtime=0.08 cores=0,2,4,6
/proc/24939/task/25004/stat : 25004 (java) S 24936 24939 22605 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 231929739 11345952768 192672 33554432000 4194304 4196468 140725747121104 139761591250016 139763685033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
[pid=24939/tid=25005] ppid=24936 vsize=11080032 memory=1928 CPUtime=1.49 cores=0,2,4,6
/proc/24939/task/25005/stat : 25005 (java) S 24936 24939 22605 0 -1 1077944384 1699 13285 0 0 69 72 5 3 20 0 15 0 231929739 11345952768 192672 33554432000 4194304 4196468 140725747121104 139763106363696 139763685034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 31207424 140725747128940 140725747131740 140725747131740 140725747134415 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 770688 KiB

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

[startup+2459.44 s]
# the end of solver process 24939 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.76 s, system=4.30859 s

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

Child status: 143
Real time (s): 2459.44
CPU time (s): 2520.07
CPU user time (s): 2515.76
CPU system time (s): 4.30859
CPU usage (%): 102.465
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 3081364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.76
system time used= 4.30859
maximum resident set size= 3081368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193530
involuntary context switches= 7617


# summary of solver processes directly reported to runsolver:
#   pid: 24939
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.76
#   total CPU system time (s): 4.30859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7282 second user time and 24.2481 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 09:01:05
IDJOB=4305269
IDBENCH=141619
IDSOLVER=2780
FILE ID=node104/4305269-1534143665
RUNJOBID= node104-1534137235-23444
PBS_JOBID= 21037018
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305269-1534143665/watcher-4305269-1534143665 -o /tmp/evaluation-result-4305269-1534143665/solver-4305269-1534143665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1129728221 HOME/instance-4305269-1534143665.xml

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

MD5SUM BENCH= ced38eac701d5b6d60722ead643d09b8
RANDOM SEED=1129728221

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        15667956 kB
MemAvailable:   31185512 kB
Buffers:          213820 kB
Cached:         15341332 kB
SwapCached:            8 kB
Active:          8402572 kB
Inactive:        7926732 kB
Active(anon):     725260 kB
Inactive(anon):   100964 kB
Active(file):    7677312 kB
Inactive(file):  7825768 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             27164 kB
Writeback:             0 kB
AnonPages:        785328 kB
Mapped:            65908 kB
Shmem:             49636 kB
Slab:             471144 kB
SReclaimable:     442936 kB
SUnreclaim:        28208 kB
KernelStack:        3728 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1982436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 09:42:05