Trace number 4294117

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.16 2457.34

General information on the benchmark

NameBibd/
Bibd-sum-34-085-30-12-10_c18.xml
MD5SUMb8a3101f481aadf5580b66257c4acd87
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2890
Number of constraints681
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2890}]
Minimum variable degree36
Maximum variable degree36
Distribution of variable degrees[{"degree":36,"count":2890}]
Minimum constraint arity34
Maximum constraint arity2890
Distribution of constraint arities[{"arity":34,"count":85},{"arity":85,"count":34},{"arity":170,"count":561},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294117-1532429112/watcher-4294117-1532429112 -o /tmp/evaluation-result-4294117-1532429112/solver-4294117-1532429112 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1433457674 HOME/instance-4294117-1532429112.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=16921, runsolver pid=16918

[startup+0.100062 s]*
/proc/loadavg: 1.62 1.47 1.48 3/202 16974
/proc/meminfo: memFree=13724084/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=9972712 memory=16428 CPUtime=0.09 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 4258 13378 0 0 1 0 5 3 20 0 6 0 60474379 10212057088 4107 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2493178 4107 1930 1 0 2481616 0
[pid=16921/tid=16974] ppid=16918 vsize=9972712 memory=4279135704047190413 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 2064 13378 0 0 0 0 5 3 20 0 6 0 60474388 10212057088 4107 33554432000 4194304 4196468 140732620089344 140464120607312 140464141487703 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 6 0 60474389 10212057088 4107 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=9972712 memory=140641349502592 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 6 0 60474389 10212057088 4107 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 6 0 60474389 10212057088 4107 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 6 0 60474389 10212057088 4107 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.210038 s]*
/proc/loadavg: 1.62 1.47 1.48 3/215 16987
/proc/meminfo: memFree=13702688/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10818856 memory=39900 CPUtime=0.25 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 8366 13378 0 0 16 1 5 3 20 0 15 0 60474379 11078508544 9975 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2704714 9975 2964 1 0 2667149 0
[pid=16921/tid=16974] ppid=16918 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 4794 13378 0 0 10 1 5 3 20 0 15 0 60474388 11078508544 9975 33554432000 4194304 4196468 140732620089344 140464120568208 140464131957360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10818856 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11078508544 9975 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10818856 memory=140641349833057 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 15 0 60474389 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10818856 memory=140641349502592 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 15 0 60474390 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 33 13378 0 0 0 0 5 3 20 0 15 0 60474390 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463607194784 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474391 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463482856176 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11078508544 9975 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 491 13378 0 0 1 0 5 3 20 0 15 0 60474393 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 145 13378 0 0 0 0 5 3 20 0 15 0 60474393 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10818856 memory=140641349502592 CPUtime=0.11 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 695 13378 0 0 3 0 5 3 20 0 15 0 60474393 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11078508544 9975 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10818856 memory=140641349502592 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474394 11078508544 9975 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39900 KiB

[startup+0.310468 s]*
/proc/loadavg: 1.62 1.47 1.48 3/215 16987
/proc/meminfo: memFree=13690780/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10819352 memory=51040 CPUtime=0.38 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 10386 13378 0 0 28 2 5 3 20 0 15 0 60474379 11079016448 12760 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2704838 12760 3095 1 0 2667149 0
[pid=16921/tid=16974] ppid=16918 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 6779 13378 0 0 19 2 5 3 20 0 15 0 60474388 11079016448 12760 33554432000 4194304 4196468 140732620089344 140464120567496 140464132851038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 12760 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 15 0 60474390 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 33 13378 0 0 0 0 5 3 20 0 15 0 60474390 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463607194784 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474391 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463482856176 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11079016448 12760 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 499 13378 0 0 2 0 5 3 20 0 15 0 60474393 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 147 13378 0 0 1 0 5 3 20 0 15 0 60474393 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10819352 memory=140641349502592 CPUtime=0.13 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 720 13378 0 0 5 0 5 3 20 0 15 0 60474393 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11079016448 12760 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10819352 memory=140641349502592 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474394 11079016448 12760 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51040 KiB

[startup+0.700735 s]
/proc/loadavg: 1.62 1.47 1.48 3/215 16987
/proc/meminfo: memFree=13678748/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10819352 memory=84108 CPUtime=0.98 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 16753 13378 0 0 85 5 5 3 20 0 15 0 60474379 11079016448 21027 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2704838 21027 3237 1 0 2667149 0
[pid=16921/tid=16974] ppid=16918 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 12086 13378 0 0 55 3 5 3 20 0 15 0 60474388 11079016448 21027 33554432000 4194304 4196468 140732620089344 140464120593552 140464132851038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 21027 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10819352 memory=140641187279664 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 2 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10819352 memory=140642999075404 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474389 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10819352 memory=4612 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 5 13378 0 0 0 0 5 3 20 0 15 0 60474390 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10819352 memory=4639098309541128813 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 33 13378 0 0 0 0 5 3 20 0 15 0 60474390 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463607194784 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474391 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463482856176 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10819352 memory=4044 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11079016448 21027 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10819352 memory=11320 CPUtime=0.15 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 776 13378 0 0 7 0 5 3 20 0 15 0 60474393 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10819352 memory=16432 CPUtime=0.17 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 772 13378 0 0 9 0 5 3 20 0 15 0 60474393 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10819352 memory=1792 CPUtime=0.21 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 876 13378 0 0 13 0 5 3 20 0 15 0 60474393 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11079016448 21027 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474394 11079016448 21027 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84108 KiB

[startup+1.50071 s]
/proc/loadavg: 1.62 1.47 1.48 3/215 16987
/proc/meminfo: memFree=13633036/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10834252 memory=190996 CPUtime=2.48 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 23396 13378 0 0 229 11 5 3 20 0 15 0 60474379 11094274048 47749 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2708563 47749 3482 1 0 2670221 0
[pid=16921/tid=16974] ppid=16918 vsize=10834252 memory=60656 CPUtime=1.4 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 16965 13378 0 0 125 7 5 3 20 0 15 0 60474388 11094274048 47749 33554432000 4194304 4196468 140732620089344 140464120585648 140464148792477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10834252 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 22 13378 0 0 2 0 5 3 20 0 15 0 60474389 11094274048 47749 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10834252 memory=281282374590624 CPUtime=0.1 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 177 13378 0 0 2 0 5 3 20 0 15 0 60474389 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10834252 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 66 13378 0 0 2 0 5 3 20 0 15 0 60474389 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10834252 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 19 13378 0 0 2 0 5 3 20 0 15 0 60474389 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 51 13378 0 0 1 0 5 3 20 0 15 0 60474390 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 33 13378 0 0 0 0 5 3 20 0 15 0 60474390 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463607194848 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474391 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463482856192 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10834252 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11094274048 47749 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10834252 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 949 13378 0 0 22 0 5 3 20 0 15 0 60474393 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10834252 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 1249 13378 0 0 28 0 5 3 20 0 15 0 60474393 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10834252 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 1662 13378 0 0 39 0 5 3 20 0 15 0 60474393 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11094274048 47749 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10834252 memory=281282374835072 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1 13378 0 0 0 0 5 3 20 0 15 0 60474394 11094274048 47749 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834252 KiB

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

/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 167584 13378 0 0 236675 57 5 3 20 0 15 0 60474388 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464120604016 140463773694055 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.33 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 68177 13378 0 0 1078 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.31 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 69671 13378 0 0 1076 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.3 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 73523 13378 0 0 1074 48 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.34 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 62836 13378 0 0 1081 45 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2.3 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 27367 13378 0 0 204 18 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 50 13378 0 0 0 0 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463607194912 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 22 13378 0 0 0 0 5 3 20 0 15 0 60474391 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463482856192 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.95 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 28597 13378 0 0 1180 7 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10850656 memory=1952 CPUtime=12.02 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 30872 13378 0 0 1189 5 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10850656 memory=3147188 CPUtime=4.13 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 33285 13378 0 0 399 6 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10850656 memory=4044 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10850656 memory=3147188 CPUtime=1.39 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1638 13378 0 0 55 76 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 2443.85 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3147188 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.35 1.39 3/215 17216
/proc/meminfo: memFree=10325108/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2504.84 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 574103 13378 0 0 250133 343 5 3 20 0 15 0 60474379 11111071744 786797 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2712664 786797 3536 1 0 2674317 0
[pid=16921/tid=16974] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2426.91 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 169579 13378 0 0 242625 58 5 3 20 0 15 0 60474388 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464120604464 140463753901420 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.66 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 69326 13378 0 0 1111 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.64 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 70382 13378 0 0 1109 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.64 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 75216 13378 0 0 1107 49 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.68 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 64778 13378 0 0 1114 46 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2.39 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 28100 13378 0 0 212 19 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 50 13378 0 0 0 0 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463607194912 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 22 13378 0 0 0 0 5 3 20 0 15 0 60474391 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463482856192 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10850656 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.95 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 28602 13378 0 0 1180 7 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10850656 memory=3147188 CPUtime=12.02 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 30877 13378 0 0 1189 5 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10850656 memory=1732 CPUtime=4.13 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 33293 13378 0 0 399 6 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10850656 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10850656 memory=3147188 CPUtime=1.42 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1679 13378 0 0 56 78 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 2504.84 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3147188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.3 s]
/proc/loadavg: 1.33 1.35 1.39 3/215 17216
/proc/meminfo: memFree=10325556/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2520.09 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 574441 13378 0 0 251658 343 5 3 20 0 15 0 60474379 11111071744 786797 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2712664 786797 3536 1 0 2674317 0
[pid=16921/tid=16974] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2441.79 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 169812 13378 0 0 244113 58 5 3 20 0 15 0 60474388 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464120605168 140463775380492 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10850656 memory=4012 CPUtime=11.75 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 69328 13378 0 0 1120 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.72 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 70423 13378 0 0 1117 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.72 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 75231 13378 0 0 1115 49 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.77 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 64819 13378 0 0 1123 46 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2.41 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 28106 13378 0 0 214 19 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 50 13378 0 0 0 0 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463607194912 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 22 13378 0 0 0 0 5 3 20 0 15 0 60474391 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463482856192 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.95 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 28602 13378 0 0 1180 7 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10850656 memory=3147188 CPUtime=12.02 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 30877 13378 0 0 1189 5 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10850656 memory=3147188 CPUtime=4.13 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 33293 13378 0 0 399 6 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10850656 memory=3147188 CPUtime=1.43 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1679 13378 0 0 57 78 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3147188 KiB

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

[startup+2457.34 s]
# the end of solver process 16921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.66 s, system=3.49553 s

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

[startup+2457.3 s]
/proc/loadavg: 1.33 1.35 1.39 3/215 17216
/proc/meminfo: memFree=10325556/32770624 swapFree=67108852/67108860
[pid=16921] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2520.09 cores=1,3,5,7
/proc/16921/stat : 16921 (java) S 16918 16921 13949 0 -1 1077944320 574441 13378 0 0 251658 343 5 3 20 0 15 0 60474379 11111071744 786797 33554432000 4194304 4196468 140732620089344 140732620071888 140464148770551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
/proc/16921/statm: 2712664 786797 3536 1 0 2674317 0
[pid=16921/tid=16974] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2441.79 cores=1,3,5,7
/proc/16921/task/16974/stat : 16974 (java) R 16918 16921 13949 0 -1 4202560 169812 13378 0 0 244113 58 5 3 20 0 15 0 60474388 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464120605168 140463775380492 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16975] ppid=16918 vsize=10850656 memory=4012 CPUtime=11.75 cores=1,3,5,7
/proc/16921/task/16975/stat : 16975 (java) S 16918 16921 13949 0 -1 1077944384 69328 13378 0 0 1120 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140464153013264 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16976] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.72 cores=1,3,5,7
/proc/16921/task/16976/stat : 16976 (java) S 16918 16921 13949 0 -1 1077944384 70423 13378 0 0 1117 47 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463722302608 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16977] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.72 cores=1,3,5,7
/proc/16921/task/16977/stat : 16977 (java) S 16918 16921 13949 0 -1 1077944384 75231 13378 0 0 1115 49 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463721249552 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16978] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.77 cores=1,3,5,7
/proc/16921/task/16978/stat : 16978 (java) S 16918 16921 13949 0 -1 1077944384 64819 13378 0 0 1123 46 5 3 20 0 15 0 60474389 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463720197008 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16979] ppid=16918 vsize=10850656 memory=3147188 CPUtime=2.41 cores=1,3,5,7
/proc/16921/task/16979/stat : 16979 (java) S 16918 16921 13949 0 -1 1077944384 28106 13378 0 0 214 19 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463608248560 140464148781698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16980] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16980/stat : 16980 (java) S 16918 16921 13949 0 -1 1077944384 50 13378 0 0 0 0 5 3 20 0 15 0 60474390 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463607194912 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16981] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16981/stat : 16981 (java) S 16918 16921 13949 0 -1 1077944384 22 13378 0 0 0 0 5 3 20 0 15 0 60474391 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463482856192 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16982] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16982/stat : 16982 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462705694672 140464148789147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16983] ppid=16918 vsize=10850656 memory=3147188 CPUtime=11.95 cores=1,3,5,7
/proc/16921/task/16983/stat : 16983 (java) S 16918 16921 13949 0 -1 1077944384 28602 13378 0 0 1180 7 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463573637872 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16984] ppid=16918 vsize=10850656 memory=3147188 CPUtime=12.02 cores=1,3,5,7
/proc/16921/task/16984/stat : 16984 (java) S 16918 16921 13949 0 -1 1077944384 30877 13378 0 0 1189 5 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463572585328 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16985] ppid=16918 vsize=10850656 memory=3147188 CPUtime=4.13 cores=1,3,5,7
/proc/16921/task/16985/stat : 16985 (java) S 16918 16921 13949 0 -1 1077944384 33293 13378 0 0 399 6 5 3 20 0 15 0 60474393 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463571532272 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16986] ppid=16918 vsize=10850656 memory=3147188 CPUtime=0.08 cores=1,3,5,7
/proc/16921/task/16986/stat : 16986 (java) S 16918 16921 13949 0 -1 1077944384 3 13378 0 0 0 0 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140462672137056 140464148780757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
[pid=16921/tid=16987] ppid=16918 vsize=10850656 memory=3147188 CPUtime=1.43 cores=1,3,5,7
/proc/16921/task/16987/stat : 16987 (java) S 16918 16921 13949 0 -1 1077944384 1679 13378 0 0 57 78 5 3 20 0 15 0 60474394 11111071744 786797 33554432000 4194304 4196468 140732620089344 140463570479664 140464148781698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 15638528 140732620094062 140732620096860 140732620096860 140732620099535 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3147188 KiB

Child status: 143
Real time (s): 2457.34
CPU time (s): 2520.16
CPU user time (s): 2516.66
CPU system time (s): 3.49553
CPU usage (%): 102.556
Max. virtual memory (cumulated for all children) (KiB): 10851316
Max. memory (cumulated for all children) (KiB): 3389288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.66
system time used= 3.49553
maximum resident set size= 3389288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104349
involuntary context switches= 3453


# summary of solver processes directly reported to runsolver:
#   pid: 16921
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.66
#   total CPU system time (s): 3.49553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.708 second user time and 24.0096 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 12:45:12
IDJOB=4294117
IDBENCH=141332
IDSOLVER=2750
FILE ID=node148/4294117-1532429112
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sum-34-085-30-12-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294117-1532429112/watcher-4294117-1532429112 -o /tmp/evaluation-result-4294117-1532429112/solver-4294117-1532429112 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1433457674 HOME/instance-4294117-1532429112.xml

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

MD5SUM BENCH= b8a3101f481aadf5580b66257c4acd87
RANDOM SEED=1433457674

node148.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:        13727180 kB
MemAvailable:   30345100 kB
Buffers:          198904 kB
Cached:         16365900 kB
SwapCached:            8 kB
Active:          3631724 kB
Inactive:       14577168 kB
Active(anon):    1597712 kB
Inactive(anon):    66096 kB
Active(file):    2034012 kB
Inactive(file): 14511072 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26736 kB
Writeback:             0 kB
AnonPages:       1651312 kB
Mapped:            51448 kB
Shmem:             17024 kB
Slab:             529144 kB
SReclaimable:     501296 kB
SUnreclaim:        27848 kB
KernelStack:        3504 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2547472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1429504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 13:26:10