Trace number 4294752

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.8-SuperNG 2018-06-13? (TO) 2520.09 2492.63

General information on the benchmark

NameHaystacks/
Haystacks-ext-07_c18.xml
MD5SUM67b8364c884536fb4f5e1967f94ac4a2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.037051
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints153
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree6
Maximum variable degree7
Distribution of variable degrees[{"degree":6,"count":37},{"degree":7,"count":12}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":153}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294752-1532478714/watcher-4294752-1532478714 -o /tmp/evaluation-result-4294752-1532478714/solver-4294752-1532478714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1271214924 -superng HOME/instance-4294752-1532478714.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=31798, runsolver pid=31795

[startup+0.100185 s]*
/proc/loadavg: 1.13 1.31 1.37 3/207 31855
/proc/meminfo: memFree=21949004/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=9972712 memory=18592 CPUtime=0.08 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 4284 12961 0 0 1 0 5 2 20 0 6 0 65434692 10212057088 4648 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2493178 4648 1932 1 0 2481616 0
[pid=31798/tid=31851] ppid=31795 vsize=9972712 memory=4279135703946986127 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 2093 12961 0 0 0 0 5 2 20 0 6 0 65434701 10212057088 4648 33554432000 4194304 4196468 140721505310896 139667993969232 139668014369598 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 65434702 10212057088 4648 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=9972712 memory=140267294566016 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 65434702 10212057088 4648 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 65434702 10212057088 4648 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 6 0 65434702 10212057088 4648 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209986 s]*
/proc/loadavg: 1.13 1.31 1.37 3/216 31864
/proc/meminfo: memFree=21930040/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10818936 memory=43180 CPUtime=0.25 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 9084 12961 0 0 16 2 5 2 20 0 15 0 65434692 11078590464 10729 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2704734 10729 2985 1 0 2667157 0
[pid=31798/tid=31851] ppid=31795 vsize=10818936 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 5823 12961 0 0 10 1 5 2 20 0 15 0 65434701 11078590464 10861 33554432000 4194304 4196468 140721505310896 139667993957280 139668014812189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10818936 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11078590464 10861 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10818904 memory=140267294566016 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11078557696 10914 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11078557696 10914 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434702 11078557696 10914 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10818904 memory=140267294566016 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11078557696 10914 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 33 12961 0 0 0 0 5 2 20 0 15 0 65434704 11078557696 10914 33554432000 4194304 4196468 140721505310896 139667024332064 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434704 11078557696 10914 33554432000 4194304 4196468 140721505310896 139666900641392 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11078557696 10914 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 479 12961 0 0 1 0 5 2 20 0 15 0 65434707 11078590464 10914 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 88 12961 0 0 1 0 5 2 20 0 15 0 65434707 11078590464 10914 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10818936 memory=140267294566016 CPUtime=0.1 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 596 12961 0 0 3 0 5 2 20 0 15 0 65434707 11078590464 10914 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11078590464 10914 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10818936 memory=140267294566016 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434707 11078590464 10914 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 43180 KiB

[startup+0.310372 s]*
/proc/loadavg: 1.13 1.31 1.37 3/216 31864
/proc/meminfo: memFree=21916768/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10819352 memory=51532 CPUtime=0.38 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 10458 12961 0 0 29 2 5 2 20 0 15 0 65434692 11079016448 12883 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2704838 12883 3104 1 0 2667149 0
[pid=31798/tid=31851] ppid=31795 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 7042 12961 0 0 20 1 5 2 20 0 15 0 65434701 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667993944480 139668014369598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 12883 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 33 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 12883 33554432000 4194304 4196468 140721505310896 139667024332064 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666900641392 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 480 12961 0 0 1 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 88 12961 0 0 1 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 615 12961 0 0 5 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 12883 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51532 KiB

[startup+0.700836 s]
/proc/loadavg: 1.13 1.31 1.37 3/216 31864
/proc/meminfo: memFree=21906380/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10819352 memory=84500 CPUtime=0.99 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 16761 12961 0 0 88 4 5 2 20 0 15 0 65434692 11079016448 21125 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2704838 21125 3246 1 0 2667149 0
[pid=31798/tid=31851] ppid=31795 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 12241 12961 0 0 56 3 5 2 20 0 15 0 65434701 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667993953296 139668002407663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 21125 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434702 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 33 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 21125 33554432000 4194304 4196468 140721505310896 139667024332064 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434704 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666900641392 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10819352 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 873 12961 0 0 7 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10819352 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 691 12961 0 0 9 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 717 12961 0 0 13 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434707 11079016448 21125 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84500 KiB

[startup+1.5008 s]
/proc/loadavg: 1.13 1.31 1.37 3/216 31864
/proc/meminfo: memFree=21859616/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10834252 memory=177152 CPUtime=2.28 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 23942 12961 0 0 212 9 5 2 20 0 15 0 65434692 11094274048 44288 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2708563 44288 3466 1 0 2670221 0
[pid=31798/tid=31851] ppid=31795 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 17784 12961 0 0 130 5 5 2 20 0 15 0 65434701 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667993963808 139668022144406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 24 12961 0 0 1 0 5 2 20 0 15 0 65434702 11094274048 44288 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 31 12961 0 0 1 0 5 2 20 0 15 0 65434702 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 195 12961 0 0 1 0 5 2 20 0 15 0 65434702 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 65 12961 0 0 1 0 5 2 20 0 15 0 65434702 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 58 12961 0 0 1 0 5 2 20 0 15 0 65434704 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10834252 memory=280534378948864 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 33 12961 0 0 0 0 5 2 20 0 15 0 65434704 11094274048 44288 33554432000 4194304 4196468 140721505310896 139667024332128 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666900641408 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10834252 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10834252 memory=1704 CPUtime=0.28 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) R 31795 31798 24765 0 -1 1077944384 1111 12961 0 0 21 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10834252 memory=9924 CPUtime=0.28 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) R 31795 31798 24765 0 -1 4202560 1131 12961 0 0 21 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666989721584 139668015117513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10834252 memory=5788 CPUtime=0.39 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) R 31795 31798 24765 0 -1 4202560 1314 12961 0 0 32 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666988669296 139668006212958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10834252 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10834252 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 65434707 11094274048 44288 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 83985 12961 0 0 230681 32 5 2 20 0 15 0 65434701 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667993966464 139667601387732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10914144 memory=781036 CPUtime=6.24 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 9300 12961 0 0 587 30 5 2 20 0 15 0 65434702 11176083456 195777 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10914144 memory=781036 CPUtime=6.22 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 11585 12961 0 0 579 36 5 2 20 0 15 0 65434702 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10914144 memory=781036 CPUtime=6.26 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 8949 12961 0 0 582 37 5 2 20 0 15 0 65434702 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10914144 memory=781036 CPUtime=6.3 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 14862 12961 0 0 589 34 5 2 20 0 15 0 65434702 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10914144 memory=781060 CPUtime=6.44 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 11781 12961 0 0 606 31 5 2 20 0 15 0 65434704 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10914144 memory=783108 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 37 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195777 33554432000 4194304 4196468 140721505310896 139667024332192 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10914144 memory=783108 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666900641408 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10914144 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10914144 memory=2344 CPUtime=3.73 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 32549 12961 0 0 363 3 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10914144 memory=781036 CPUtime=3.68 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 29145 12961 0 0 358 3 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10914144 memory=4136 CPUtime=1.66 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 22488 12961 0 0 156 3 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10914144 memory=2420 CPUtime=1.33 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 2033 12961 0 0 63 63 5 2 20 0 15 0 65434707 11176083456 195777 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 2348.55 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 783108 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.39 1.40 3/216 31956
/proc/meminfo: memFree=21172684/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10914144 memory=783132 CPUtime=2408.98 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 230049 12961 0 0 240656 235 5 2 20 0 15 0 65434692 11176083456 195783 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2728536 195783 3519 1 0 2690189 0
[pid=31798/tid=31851] ppid=31795 vsize=10914144 memory=781036 CPUtime=2366.85 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 84627 12961 0 0 236645 33 5 2 20 0 15 0 65434701 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667993967184 139667601114219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10914144 memory=783132 CPUtime=6.39 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 9321 12961 0 0 601 31 5 2 20 0 15 0 65434702 11176083456 195783 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10914144 memory=783132 CPUtime=6.36 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 11647 12961 0 0 592 37 5 2 20 0 15 0 65434702 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10914144 memory=783132 CPUtime=6.42 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 8968 12961 0 0 597 38 5 2 20 0 15 0 65434702 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10914144 memory=783132 CPUtime=6.44 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 14902 12961 0 0 602 35 5 2 20 0 15 0 65434702 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10914144 memory=916 CPUtime=6.6 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 11954 12961 0 0 621 32 5 2 20 0 15 0 65434704 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10914144 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 37 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195783 33554432000 4194304 4196468 140721505310896 139667024332192 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10914144 memory=783132 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666900641408 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10914144 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10914144 memory=19920 CPUtime=3.73 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 32549 12961 0 0 363 3 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10914144 memory=783132 CPUtime=3.68 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 29145 12961 0 0 358 3 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10914144 memory=783132 CPUtime=1.67 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 22654 12961 0 0 156 4 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10914144 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10914144 memory=1704 CPUtime=1.36 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 2049 12961 0 0 65 64 5 2 20 0 15 0 65434707 11176083456 195783 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 2408.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 783132 KiB

[startup+2442.3 s]
/proc/loadavg: 0.98 1.29 1.37 2/195 32004
/proc/meminfo: memFree=21909052/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10914144 memory=783216 CPUtime=2469.38 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 231113 12961 0 0 246692 239 5 2 20 0 15 0 65434692 11176083456 195804 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2728536 195804 3519 1 0 2690189 0
[pid=31798/tid=31851] ppid=31795 vsize=10914144 memory=783216 CPUtime=2426.5 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 85033 12961 0 0 242610 33 5 2 20 0 15 0 65434701 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667993966128 139667601991390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10914144 memory=783216 CPUtime=6.53 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 9397 12961 0 0 615 31 5 2 20 0 15 0 65434702 11176083456 195804 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10914144 memory=783184 CPUtime=6.5 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 11692 12961 0 0 606 37 5 2 20 0 15 0 65434702 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10914144 memory=783168 CPUtime=6.55 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 9270 12961 0 0 610 38 5 2 20 0 15 0 65434702 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10914144 memory=783184 CPUtime=6.58 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 14917 12961 0 0 616 35 5 2 20 0 15 0 65434702 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10914144 memory=783216 CPUtime=6.75 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 12150 12961 0 0 635 33 5 2 20 0 15 0 65434704 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10914144 memory=783216 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 37 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195804 33554432000 4194304 4196468 140721505310896 139667024332192 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10914144 memory=783216 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666900641408 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10914144 memory=783216 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10914144 memory=7528 CPUtime=3.74 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 32551 12961 0 0 364 3 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10914144 memory=783184 CPUtime=3.68 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 29147 12961 0 0 358 3 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10914144 memory=783184 CPUtime=1.67 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 22656 12961 0 0 156 4 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10914144 memory=783216 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10914144 memory=1292 CPUtime=1.4 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 2067 12961 0 0 66 67 5 2 20 0 15 0 65434707 11176083456 195804 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 2469.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 783216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.6 s]
/proc/loadavg: 0.73 1.17 1.32 2/195 32005
/proc/meminfo: memFree=21908804/32770624 swapFree=67108860/67108860
[pid=31798] ppid=31795 vsize=10914144 memory=783240 CPUtime=2520.04 cores=0,2,4,6
/proc/31798/stat : 31798 (java) S 31795 31798 24765 0 -1 1077944320 231817 12961 0 0 251754 243 5 2 20 0 15 0 65434692 11176083456 195810 33554432000 4194304 4196468 140721505310896 140721505293440 139668022132471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
/proc/31798/statm: 2728536 195810 3519 1 0 2690189 0
[pid=31798/tid=31851] ppid=31795 vsize=10914144 memory=7528 CPUtime=2476.51 cores=0,2,4,6
/proc/31798/task/31851/stat : 31851 (java) R 31795 31798 24765 0 -1 4202560 85334 12961 0 0 247611 33 5 2 20 0 15 0 65434701 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667993966816 139667601688371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31852] ppid=31795 vsize=10914144 memory=844 CPUtime=6.65 cores=0,2,4,6
/proc/31798/task/31852/stat : 31852 (java) S 31795 31798 24765 0 -1 1077944384 9662 12961 0 0 626 32 5 2 20 0 15 0 65434702 11176083456 195810 33554432000 4194304 4196468 140721505310896 139668026374544 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31853] ppid=31795 vsize=10914144 memory=6791534058613427641 CPUtime=6.63 cores=0,2,4,6
/proc/31798/task/31853/stat : 31853 (java) S 31795 31798 24765 0 -1 1077944384 11703 12961 0 0 617 39 5 2 20 0 15 0 65434702 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667914647824 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31854] ppid=31795 vsize=10914144 memory=288230583166042425 CPUtime=6.68 cores=0,2,4,6
/proc/31798/task/31854/stat : 31854 (java) S 31795 31798 24765 0 -1 1077944384 9286 12961 0 0 622 39 5 2 20 0 15 0 65434702 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667913595536 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31855] ppid=31795 vsize=10914144 memory=15824378344507954 CPUtime=6.71 cores=0,2,4,6
/proc/31798/task/31855/stat : 31855 (java) S 31795 31798 24765 0 -1 1077944384 14985 12961 0 0 628 36 5 2 20 0 15 0 65434702 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667912542736 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31856] ppid=31795 vsize=10914144 memory=960 CPUtime=6.88 cores=0,2,4,6
/proc/31798/task/31856/stat : 31856 (java) S 31795 31798 24765 0 -1 1077944384 12180 12961 0 0 648 33 5 2 20 0 15 0 65434704 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667025386096 139668022143618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31857] ppid=31795 vsize=10914144 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31857/stat : 31857 (java) S 31795 31798 24765 0 -1 1077944384 37 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195810 33554432000 4194304 4196468 140721505310896 139667024332192 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31858] ppid=31795 vsize=10914144 memory=2344 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31858/stat : 31858 (java) S 31795 31798 24765 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 65434704 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666900641408 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31859] ppid=31795 vsize=10914144 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31859/stat : 31859 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666593241680 139668022151067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31860] ppid=31795 vsize=10914144 memory=1580 CPUtime=3.74 cores=0,2,4,6
/proc/31798/task/31860/stat : 31860 (java) S 31795 31798 24765 0 -1 1077944384 32553 12961 0 0 364 3 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666990774384 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31861] ppid=31795 vsize=10914144 memory=2240 CPUtime=3.68 cores=0,2,4,6
/proc/31798/task/31861/stat : 31861 (java) S 31795 31798 24765 0 -1 1077944384 29149 12961 0 0 358 3 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666989721584 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31862] ppid=31795 vsize=10914144 memory=0 CPUtime=1.67 cores=0,2,4,6
/proc/31798/task/31862/stat : 31862 (java) S 31795 31798 24765 0 -1 1077944384 22659 12961 0 0 156 4 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666988669296 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31863] ppid=31795 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31798/task/31863/stat : 31863 (java) S 31795 31798 24765 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666559683040 139668022142677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
[pid=31798/tid=31864] ppid=31795 vsize=10914144 memory=140267189512208 CPUtime=1.42 cores=0,2,4,6
/proc/31798/task/31864/stat : 31864 (java) S 31795 31798 24765 0 -1 1077944384 2073 12961 0 0 67 68 5 2 20 0 15 0 65434707 11176083456 195810 33554432000 4194304 4196468 140721505310896 139666987617200 139668022143618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11661312 140721505319083 140721505322332 140721505322332 140721505325007 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 783240 KiB

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

[startup+2492.63 s]
# the end of solver process 31798 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.62 s, system=2.46927 s

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

Child status: 143
Real time (s): 2492.63
CPU time (s): 2520.09
CPU user time (s): 2517.62
CPU system time (s): 2.46927
CPU usage (%): 101.102
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 808208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.62
system time used= 2.46927
maximum resident set size= 810256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193066
involuntary context switches= 7822


# summary of solver processes directly reported to runsolver:
#   pid: 31798
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.62
#   total CPU system time (s): 2.46927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7972 second user time and 22.5071 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 02:31:55
IDJOB=4294752
IDBENCH=141418
IDSOLVER=2751
FILE ID=node105/4294752-1532478714
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-07_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294752-1532478714/watcher-4294752-1532478714 -o /tmp/evaluation-result-4294752-1532478714/solver-4294752-1532478714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1271214924 -superng HOME/instance-4294752-1532478714.xml

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

MD5SUM BENCH= 67b8364c884536fb4f5e1967f94ac4a2
RANDOM SEED=1271214924

node105.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.32
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.32
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.32
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.32
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:        21953016 kB
MemAvailable:   31240152 kB
Buffers:          229264 kB
Cached:          9197584 kB
SwapCached:            0 kB
Active:          2353300 kB
Inactive:        7824660 kB
Active(anon):     705388 kB
Inactive(anon):    65516 kB
Active(file):    1647912 kB
Inactive(file):  7759144 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        888520 kB
Mapped:            52484 kB
Shmem:             17036 kB
Slab:             336500 kB
SReclaimable:     308540 kB
SUnreclaim:        27960 kB
KernelStack:        3808 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1768332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44736 MiB
End job on node105 at 2018-07-25 03:13:28