Trace number 4294580

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 2018-06-13? (TO) 2520.13 2479.43

General information on the benchmark

NameDubois/
Dubois-050_c18.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
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.011295
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294580-1532475094/watcher-4294580-1532475094 -o /tmp/evaluation-result-4294580-1532475094/solver-4294580-1532475094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=768639731 HOME/instance-4294580-1532475094.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=24496, runsolver pid=24493


[startup+0.100126 s]*
/proc/loadavg: 1.97 1.65 1.47 3/209 24553
/proc/meminfo: memFree=15311748/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=9972712 memory=17340 CPUtime=0.08 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 4465 13197 0 0 1 0 5 2 20 0 6 0 65072547 10212057088 4335 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2493178 4335 1957 1 0 2481616 0
[pid=24496/tid=24549] ppid=24493 vsize=9988792 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 2310 13197 0 0 1 0 5 2 20 0 6 0 65072556 10228523008 4335 33554432000 4194304 4196468 140730835859456 140438924710480 140438938392992 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=9988792 memory=5793855375372122553 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 6 0 65072556 10228523008 4335 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=9988792 memory=140124362229376 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 6 0 65072556 10228523008 4335 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 6 0 65072556 10228523008 4335 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 6 0 65072556 10228523008 4335 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210009 s]*
/proc/loadavg: 1.97 1.65 1.47 3/218 24562
/proc/meminfo: memFree=15291568/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10818936 memory=44176 CPUtime=0.25 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 8886 13197 0 0 17 1 5 2 20 0 15 0 65072547 11078590464 11044 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2704734 11044 2948 1 0 2667157 0
[pid=24496/tid=24549] ppid=24493 vsize=10818936 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 5623 13197 0 0 10 1 5 2 20 0 15 0 65072556 11078590464 11176 33554432000 4194304 4196468 140730835859456 140438924698528 140438945553437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10818936 memory=4211973850567019914 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11078590464 11176 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10818936 memory=140124362229376 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11078590464 11308 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11078590464 11308 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11078590464 11374 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072558 11078590464 11374 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 65072558 11078590464 11374 33554432000 4194304 4196468 140730835859456 140437847270432 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072558 11078590464 11440 33554432000 4194304 4196468 140730835859456 140437713052528 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11078590464 11440 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 363 13197 0 0 1 0 5 2 20 0 15 0 65072561 11078590464 11440 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 246 13197 0 0 0 0 5 2 20 0 15 0 65072561 11078590464 11506 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10818936 memory=140124362229376 CPUtime=0.1 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 608 13197 0 0 3 0 5 2 20 0 15 0 65072561 11078590464 11506 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11078590464 11506 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10818936 memory=140124362229376 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072561 11078590464 11506 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44176 KiB

[startup+0.310641 s]*
/proc/loadavg: 1.97 1.65 1.47 3/218 24562
/proc/meminfo: memFree=15278472/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10819352 memory=54112 CPUtime=0.38 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 10620 13197 0 0 29 2 5 2 20 0 15 0 65072547 11079016448 13528 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2704838 13528 3067 1 0 2667149 0
[pid=24496/tid=24549] ppid=24493 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 7175 13197 0 0 19 2 5 2 20 0 15 0 65072556 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438924685728 140438945110846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10819352 memory=140124362229375 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 13528 33554432000 4194304 4196468 140730835859456 140437847270432 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10819352 memory=140124362229376 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 13528 33554432000 4194304 4196468 140730835859456 140437713052528 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 366 13197 0 0 2 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 250 13197 0 0 1 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) R 24493 24496 21303 0 -1 4202560 615 13197 0 0 5 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438409042544 140438932844904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 13528 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54112 KiB

[startup+0.700731 s]
/proc/loadavg: 1.97 1.65 1.47 3/218 24562
/proc/meminfo: memFree=15269292/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10819352 memory=86552 CPUtime=0.98 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 16757 13197 0 0 87 4 5 2 20 0 15 0 65072547 11079016448 21638 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2704838 21638 3237 1 0 2667149 0
[pid=24496/tid=24549] ppid=24493 vsize=10819352 memory=19936 CPUtime=0.66 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 12242 13197 0 0 56 3 5 2 20 0 15 0 65072556 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438924694544 140438933149115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10819352 memory=140124247859699 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10819352 memory=140127603000203 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 5 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 21638 33554432000 4194304 4196468 140730835859456 140437847270432 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072558 11079016448 21638 33554432000 4194304 4196468 140730835859456 140437713052528 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10819352 memory=8326441112149131689 CPUtime=0.17 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 986 13197 0 0 10 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10819352 memory=-7025452035940392864 CPUtime=0.13 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 625 13197 0 0 6 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 683 13197 0 0 13 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072561 11079016448 21638 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86552 KiB

[startup+1.50081 s]
/proc/loadavg: 1.97 1.65 1.47 2/218 24562
/proc/meminfo: memFree=15236144/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10823936 memory=99780 CPUtime=1.27 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 18083 13197 0 0 115 5 5 2 20 0 15 0 65072547 11083710464 24945 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2705984 24945 3383 1 0 2667661 0
[pid=24496/tid=24549] ppid=24493 vsize=10823936 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 13391 13197 0 0 72 4 5 2 20 0 15 0 65072556 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438924707240 140438952895645 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10823936 memory=86552 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10823936 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10823936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072556 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10823936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 2 13197 0 0 0 0 5 2 20 0 15 0 65072556 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10823936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 5 13197 0 0 0 0 5 2 20 0 15 0 65072558 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10823936 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 13 13197 0 0 0 0 5 2 20 0 15 0 65072558 11083710464 24945 33554432000 4194304 4196468 140730835859456 140437847270432 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10823936 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 1 13197 0 0 0 0 5 2 20 0 15 0 65072558 11083710464 24945 33554432000 4194304 4196468 140730835859456 140437713052528 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10823936 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10823936 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 1002 13197 0 0 13 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10823936 memory=245582874613257 CPUtime=0.16 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 647 13197 0 0 9 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10823936 memory=3843371840305377312 CPUtime=0.26 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 820 13197 0 0 19 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10823936 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10823936 memory=6935650355271196736 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11083710464 24945 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 58 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10823936 KiB

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

/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 90253 13197 0 0 229345 58 5 2 20 0 15 0 65072556 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438924708256 140438547666157 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.89 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 16122 13197 0 0 1119 63 5 2 20 0 15 0 65072556 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.91 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 14578 13197 0 0 1117 67 5 2 20 0 15 0 65072556 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.87 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 17885 13197 0 0 1118 62 5 2 20 0 15 0 65072556 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.86 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 20109 13197 0 0 1113 66 5 2 20 0 15 0 65072556 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.47 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 17189 13197 0 0 1081 59 5 2 20 0 15 0 65072558 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 53 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10914144 memory=1150552 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 15 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287638 33554432000 4194304 4196468 140730835859456 140437847270560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10914144 memory=1150552 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 10 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287638 33554432000 4194304 4196468 140730835859456 140437713052544 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10914144 memory=1150552 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10914144 memory=1150552 CPUtime=2.39 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 13716 13197 0 0 229 3 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10914144 memory=1150552 CPUtime=2.62 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 7556 13197 0 0 254 1 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10914144 memory=1150552 CPUtime=1.41 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 10751 13197 0 0 132 2 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10914144 memory=1150552 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10914144 memory=1150552 CPUtime=1.59 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1000 13197 0 0 65 87 5 2 20 0 15 0 65072561 11176083456 287638 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 109 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 2360.55 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1150552 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.39 1.40 3/218 24793
/proc/meminfo: memFree=13790124/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10914144 memory=1150664 CPUtime=2421.47 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 213231 13197 0 0 241751 389 5 2 20 0 15 0 65072547 11176083456 287666 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2728536 287666 3515 1 0 2690189 0
[pid=24496/tid=24549] ppid=24493 vsize=10914144 memory=1150664 CPUtime=2353.36 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 91115 13197 0 0 235270 59 5 2 20 0 15 0 65072556 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438924708352 140438547364208 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10914144 memory=1150664 CPUtime=12.21 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 16186 13197 0 0 1150 64 5 2 20 0 15 0 65072556 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10914144 memory=1150632 CPUtime=12.23 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 14881 13197 0 0 1147 69 5 2 20 0 15 0 65072556 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10914144 memory=1150664 CPUtime=12.19 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 18198 13197 0 0 1149 63 5 2 20 0 15 0 65072556 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10914144 memory=1232 CPUtime=12.18 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 20176 13197 0 0 1143 68 5 2 20 0 15 0 65072556 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10914144 memory=1150552 CPUtime=11.79 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 17403 13197 0 0 1111 61 5 2 20 0 15 0 65072558 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 53 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10914144 memory=1150664 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 15 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287666 33554432000 4194304 4196468 140730835859456 140437847270560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10914144 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 10 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287666 33554432000 4194304 4196468 140730835859456 140437713052544 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10914144 memory=7811022345940200809 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10914144 memory=1150664 CPUtime=2.4 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 13718 13197 0 0 230 3 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10914144 memory=3828 CPUtime=2.62 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 7560 13197 0 0 254 1 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10914144 memory=912 CPUtime=1.41 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 10755 13197 0 0 132 2 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10914144 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10914144 memory=2660 CPUtime=1.62 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1019 13197 0 0 66 89 5 2 20 0 15 0 65072561 11176083456 287666 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 109 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 2421.47 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1150664 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.40 1.40 3/218 24794
/proc/meminfo: memFree=13790200/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10914144 memory=1150740 CPUtime=2482.41 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 215098 13197 0 0 247836 398 5 2 20 0 15 0 65072547 11176083456 287685 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2728536 287685 3515 1 0 2690189 0
[pid=24496/tid=24549] ppid=24493 vsize=10914144 memory=1150740 CPUtime=2412.63 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 92081 13197 0 0 241196 60 5 2 20 0 15 0 65072556 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438924708224 140438546841024 0 4 0 16800975 0 0 0 -1 7 0 0 62 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10914144 memory=6791534058613427641 CPUtime=12.53 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 16265 13197 0 0 1181 65 5 2 20 0 15 0 65072556 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10914144 memory=1150740 CPUtime=12.56 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 14974 13197 0 0 1179 70 5 2 20 0 15 0 65072556 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10914144 memory=1150688 CPUtime=12.52 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 18488 13197 0 0 1180 65 5 2 20 0 15 0 65072556 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10914144 memory=1150708 CPUtime=12.51 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 20226 13197 0 0 1175 69 5 2 20 0 15 0 65072556 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10914144 memory=1150708 CPUtime=12.11 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 17755 13197 0 0 1142 62 5 2 20 0 15 0 65072558 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10914144 memory=1150740 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 15 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287685 33554432000 4194304 4196468 140730835859456 140437847270560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10914144 memory=1150740 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 10 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287685 33554432000 4194304 4196468 140730835859456 140437713052544 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10914144 memory=1150740 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10914144 memory=1150708 CPUtime=2.4 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 13722 13197 0 0 230 3 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10914144 memory=3828 CPUtime=2.62 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 7562 13197 0 0 254 1 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10914144 memory=1150740 CPUtime=1.41 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 10757 13197 0 0 132 2 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10914144 memory=1150740 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10914144 memory=1150740 CPUtime=1.66 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1048 13197 0 0 68 91 5 2 20 0 15 0 65072561 11176083456 287685 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 109 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 2482.41 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1150740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.4 s]
/proc/loadavg: 1.70 1.45 1.42 3/218 24795
/proc/meminfo: memFree=13789664/32770624 swapFree=67108860/67108860
[pid=24496] ppid=24493 vsize=10914144 memory=1150792 CPUtime=2520.08 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24493 24496 21303 0 -1 1077944320 215902 13197 0 0 251597 404 5 2 20 0 15 0 65072547 11176083456 287698 33554432000 4194304 4196468 140730835859456 140730835842000 140438952873719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
/proc/24496/statm: 2728536 287698 3515 1 0 2690189 0
[pid=24496/tid=24549] ppid=24493 vsize=10914144 memory=1948 CPUtime=2449.27 cores=1,3,5,7
/proc/24496/task/24549/stat : 24549 (java) R 24493 24496 21303 0 -1 4202560 92516 13197 0 0 244859 61 5 2 20 0 15 0 65072556 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438924708256 140438546861064 0 4 0 16800975 0 0 0 -1 5 0 0 62 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24550] ppid=24493 vsize=10914144 memory=5524 CPUtime=12.73 cores=1,3,5,7
/proc/24496/task/24550/stat : 24550 (java) S 24493 24496 21303 0 -1 1077944384 16322 13197 0 0 1199 67 5 2 20 0 15 0 65072556 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438957108368 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24551] ppid=24493 vsize=10914144 memory=1444 CPUtime=12.76 cores=1,3,5,7
/proc/24496/task/24551/stat : 24551 (java) S 24493 24496 21303 0 -1 1077944384 14998 13197 0 0 1198 71 5 2 20 0 15 0 65072556 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438856006672 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24552] ppid=24493 vsize=10914144 memory=1200 CPUtime=12.72 cores=1,3,5,7
/proc/24496/task/24552/stat : 24552 (java) S 24493 24496 21303 0 -1 1077944384 18504 13197 0 0 1199 66 5 2 20 0 15 0 65072556 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438524521360 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24553] ppid=24493 vsize=10914144 memory=1008 CPUtime=12.71 cores=1,3,5,7
/proc/24496/task/24553/stat : 24553 (java) S 24493 24496 21303 0 -1 1077944384 20469 13197 0 0 1194 70 5 2 20 0 15 0 65072556 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438523468560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24554] ppid=24493 vsize=10914144 memory=12040 CPUtime=12.3 cores=1,3,5,7
/proc/24496/task/24554/stat : 24554 (java) S 24493 24496 21303 0 -1 1077944384 17776 13197 0 0 1160 63 5 2 20 0 15 0 65072558 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438412200304 140438952884866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24555] ppid=24493 vsize=10914144 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24555/stat : 24555 (java) S 24493 24496 21303 0 -1 1077944384 15 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287698 33554432000 4194304 4196468 140730835859456 140437847270560 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24556] ppid=24493 vsize=10914144 memory=8544 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24556/stat : 24556 (java) S 24493 24496 21303 0 -1 1077944384 10 13197 0 0 0 0 5 2 20 0 15 0 65072558 11176083456 287698 33554432000 4194304 4196468 140730835859456 140437713052544 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24557] ppid=24493 vsize=10914144 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24557/stat : 24557 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140437472761680 140438952892315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24558] ppid=24493 vsize=10914144 memory=6791534058613427641 CPUtime=2.4 cores=1,3,5,7
/proc/24496/task/24558/stat : 24558 (java) S 24493 24496 21303 0 -1 1077944384 13722 13197 0 0 230 3 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438411148144 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24559] ppid=24493 vsize=10914144 memory=1296 CPUtime=2.62 cores=1,3,5,7
/proc/24496/task/24559/stat : 24559 (java) S 24493 24496 21303 0 -1 1077944384 7564 13197 0 0 254 1 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438410095344 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24560] ppid=24493 vsize=10914144 memory=2448 CPUtime=1.41 cores=1,3,5,7
/proc/24496/task/24560/stat : 24560 (java) S 24493 24496 21303 0 -1 1077944384 10759 13197 0 0 132 2 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438409042544 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24561] ppid=24493 vsize=10914144 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/24496/task/24561/stat : 24561 (java) S 24493 24496 21303 0 -1 1077944384 3 13197 0 0 0 0 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140437439204064 140438952883925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
[pid=24496/tid=24562] ppid=24493 vsize=10914144 memory=792 CPUtime=1.68 cores=1,3,5,7
/proc/24496/task/24562/stat : 24562 (java) S 24493 24496 21303 0 -1 1077944384 1052 13197 0 0 69 92 5 2 20 0 15 0 65072561 11176083456 287698 33554432000 4194304 4196468 140730835859456 140438407989936 140438952884866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 109 0 0 6293624 6294260 15638528 140730835864175 140730835866972 140730835866972 140730835869647 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1150792 KiB

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

[startup+2479.43 s]
# the end of solver process 24496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.08386 s

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

Child status: 143
Real time (s): 2479.43
CPU time (s): 2520.13
CPU user time (s): 2516.04
CPU system time (s): 4.08386
CPU usage (%): 101.642
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1150792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.08385
maximum resident set size= 1155004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323427
involuntary context switches= 8920


# summary of solver processes directly reported to runsolver:
#   pid: 24496
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.08386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4956 second user time and 27.2441 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 01:31:34
IDJOB=4294580
IDBENCH=141399
IDSOLVER=2750
FILE ID=node135/4294580-1532475094
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-050_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294580-1532475094/watcher-4294580-1532475094 -o /tmp/evaluation-result-4294580-1532475094/solver-4294580-1532475094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=768639731 HOME/instance-4294580-1532475094.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=768639731

node135.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.50
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.50
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.50
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.50
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:        15320104 kB
MemAvailable:   31349732 kB
Buffers:          218252 kB
Cached:         15860456 kB
SwapCached:            0 kB
Active:          3060988 kB
Inactive:       13660652 kB
Active(anon):     592788 kB
Inactive(anon):    69900 kB
Active(file):    2468200 kB
Inactive(file): 13590752 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:        643504 kB
Mapped:            52064 kB
Shmem:             17056 kB
Slab:             428084 kB
SReclaimable:     399136 kB
SUnreclaim:        28948 kB
KernelStack:        3888 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1680556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 02:12:53