Trace number 4294163

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.07 2458.34

General information on the benchmark

NameBibd/
Bibd-sum-12-06-05_c18.xml
MD5SUMbf61c3b78160d4d4d295899ad65dbbc2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.22958
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":264}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":264}]
Minimum constraint arity12
Maximum constraint arity264
Distribution of constraint arities[{"arity":12,"count":22},{"arity":22,"count":12},{"arity":44,"count":66},{"arity":264,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294163-1532436131/watcher-4294163-1532436131 -o /tmp/evaluation-result-4294163-1532436131/solver-4294163-1532436131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1690119703 -superng HOME/instance-4294163-1532436131.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=17434, runsolver pid=17431

[startup+0.100118 s]*
/proc/loadavg: 1.21 1.29 1.38 3/211 17491
/proc/meminfo: memFree=15818368/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 4416 13180 0 0 1 0 5 2 20 0 6 0 61176245 10212057088 4269 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2493178 4269 1934 1 0 2481616 0
[pid=17434/tid=17487] ppid=17431 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 2251 13180 0 0 1 0 5 2 20 0 6 0 61176254 10212057088 4269 33554432000 4194304 4196468 140733310310432 140637376311888 140637389598064 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=9972712 memory=5793855271656937913 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 6 0 61176255 10212057088 4269 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=9972712 memory=140020647044736 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 6 0 61176255 10212057088 4269 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 6 0 61176255 10212057088 4269 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 6 0 61176255 10212057088 4269 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210925 s]*
/proc/loadavg: 1.21 1.29 1.38 3/220 17500
/proc/meminfo: memFree=15793884/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10818856 memory=45652 CPUtime=0.25 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 8837 13180 0 0 17 1 5 2 20 0 15 0 61176245 11078508544 11413 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2704714 11413 2923 1 0 2667149 0
[pid=17434/tid=17487] ppid=17431 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 5548 13180 0 0 10 1 5 2 20 0 15 0 61176254 11078508544 11479 33554432000 4194304 4196468 140733310310432 140637376272784 140637384750834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10818856 memory=4211973746851835274 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11078508544 11479 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10818856 memory=140020647044736 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11078508544 11479 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11078508544 11479 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176255 11078508544 11479 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176256 11078508544 11479 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 33 13180 0 0 0 0 5 2 20 0 15 0 61176257 11078508544 11479 33554432000 4194304 4196468 140733310310432 140636862927648 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176257 11078508544 11479 33554432000 4194304 4196468 140733310310432 140636757943408 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 517 13180 0 0 1 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 54 13180 0 0 0 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10818856 memory=140020647044736 CPUtime=0.1 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 559 13180 0 0 3 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10818856 memory=140020647044736 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176260 11078508544 11545 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45652 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.21 1.29 1.38 3/220 17500
/proc/meminfo: memFree=15783356/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10819352 memory=55664 CPUtime=0.38 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 10551 13180 0 0 29 2 5 2 20 0 15 0 61176245 11079016448 13916 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2704838 13916 3054 1 0 2667149 0
[pid=17434/tid=17487] ppid=17431 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 7180 13180 0 0 20 1 5 2 20 0 15 0 61176254 11079016448 13916 33554432000 4194304 4196468 140733310310432 140637376287136 140637388555614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 13916 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 13916 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 13916 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10819352 memory=140020647044735 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176256 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 33 13180 0 0 0 0 5 2 20 0 15 0 61176257 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636862927648 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10819352 memory=140020647044736 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176257 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636757943408 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 518 13180 0 0 2 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 54 13180 0 0 1 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 567 13180 0 0 5 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 13916 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55664 KiB

[startup+0.700839 s]
/proc/loadavg: 1.21 1.29 1.38 3/220 17500
/proc/meminfo: memFree=15773932/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10819352 memory=88780 CPUtime=0.98 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 16848 13180 0 0 88 3 5 2 20 0 15 0 61176245 11079016448 22195 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2704838 22195 3238 1 0 2667149 0
[pid=17434/tid=17487] ppid=17431 vsize=10819352 memory=19080 CPUtime=0.65 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 12518 13180 0 0 56 2 5 2 20 0 15 0 61176254 11079016448 22195 33554432000 4194304 4196468 140733310310432 140637376295952 140637389640766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 22195 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 22195 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 22195 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176255 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 5 13180 0 0 0 0 5 2 20 0 15 0 61176256 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10819352 memory=140020497556064 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 33 13180 0 0 0 0 5 2 20 0 15 0 61176257 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636862927648 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10819352 memory=140024523785328 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176257 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636757943408 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10819352 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10819352 memory=6153431502485414241 CPUtime=0.15 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 812 13180 0 0 8 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10819352 memory=7881696724453321575 CPUtime=0.15 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 647 13180 0 0 8 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 634 13180 0 0 13 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176260 11079016448 22195 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88780 KiB

[startup+1.50066 s]
/proc/loadavg: 1.21 1.29 1.38 4/220 17500
/proc/meminfo: memFree=15726980/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10834252 memory=181172 CPUtime=2.28 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 25472 13180 0 0 213 8 5 2 20 0 15 0 61176245 11094274048 45293 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2708563 45293 3473 1 0 2670221 0
[pid=17434/tid=17487] ppid=17431 vsize=10834252 memory=7738406144024011859 CPUtime=1.42 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 18356 13180 0 0 131 4 5 2 20 0 15 0 61176254 11094274048 45293 33554432000 4194304 4196468 140733310310432 140637376306320 140637404497053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10834252 memory=7381229800249518697 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 30 13180 0 0 1 0 5 2 20 0 15 0 61176255 11094274048 45293 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10834252 memory=7883367960653096553 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 18 13180 0 0 1 0 5 2 20 0 15 0 61176255 11094274048 45293 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 61 13180 0 0 1 0 5 2 20 0 15 0 61176255 11094274048 45293 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10834252 memory=215148065258099 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 203 13180 0 0 0 0 5 2 20 0 15 0 61176255 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10834252 memory=3904963032027245965 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 981 13180 0 0 1 0 5 2 20 0 15 0 61176256 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10834252 memory=4638778428397932880 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 34 13180 0 0 0 0 5 2 20 0 15 0 61176257 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636862927712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10834252 memory=6935649255776346176 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 1 13180 0 0 0 0 5 2 20 0 15 0 61176257 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636757943408 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10834252 memory=280040994504944 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10834252 memory=6935649255759570240 CPUtime=0.26 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 935 13180 0 0 19 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10834252 memory=-6870341868400567649 CPUtime=0.29 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 1126 13180 0 0 22 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10834252 memory=6656426216303648864 CPUtime=0.39 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 1532 13180 0 0 32 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10834252 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11094274048 45293 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 120523 13180 0 0 235764 54 5 2 20 0 15 0 61176254 11178180608 402280 33554432000 4194304 4196468 140733310310432 140637376309104 140636986039931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10916192 memory=0 CPUtime=13.56 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 34052 13180 0 0 1300 49 5 2 20 0 15 0 61176255 11178180608 402280 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10916192 memory=1607040 CPUtime=13.54 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 40988 13180 0 0 1293 54 5 2 20 0 15 0 61176255 11178180608 402280 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10916192 memory=0 CPUtime=13.55 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 28421 13180 0 0 1293 55 5 2 20 0 15 0 61176255 11178180608 402280 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10916192 memory=1609108 CPUtime=13.53 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 24961 13180 0 0 1295 51 5 2 20 0 15 0 61176255 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10916192 memory=1609120 CPUtime=8.69 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 28338 13180 0 0 812 50 5 2 20 0 15 0 61176256 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10916192 memory=1609120 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 37 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636862927712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10916192 memory=1609120 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636757943424 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10916192 memory=1609120 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10916192 memory=1609108 CPUtime=8.32 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 22613 13180 0 0 820 5 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10916192 memory=1609120 CPUtime=8.57 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 25932 13180 0 0 845 5 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10916192 memory=1609120 CPUtime=3.74 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 34903 13180 0 0 360 7 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10916192 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10916192 memory=19120 CPUtime=1.38 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 3495 13180 0 0 53 78 5 2 20 0 15 0 61176260 11178180608 402280 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 2442.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1609120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.27 1.33 3/220 17729
/proc/meminfo: memFree=14423768/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10916192 memory=1609932 CPUtime=2503.72 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 369082 13180 0 0 249996 369 5 2 20 0 15 0 61176245 11178180608 402483 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2729048 402483 3524 1 0 2690701 0
[pid=17434/tid=17487] ppid=17431 vsize=10916192 memory=1609932 CPUtime=2417.6 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 121442 13180 0 0 241699 54 5 2 20 0 15 0 61176254 11178180608 402483 33554432000 4194304 4196468 140733310310432 140637376308528 140636995337965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10916192 memory=1609436 CPUtime=13.93 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 34071 13180 0 0 1336 50 5 2 20 0 15 0 61176255 11178180608 402483 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10916192 memory=1609912 CPUtime=13.91 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 41010 13180 0 0 1329 55 5 2 20 0 15 0 61176255 11178180608 402483 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10916192 memory=1609912 CPUtime=13.91 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 28599 13180 0 0 1328 56 5 2 20 0 15 0 61176255 11178180608 402483 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10916192 memory=1609932 CPUtime=13.9 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 25995 13180 0 0 1331 52 5 2 20 0 15 0 61176255 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10916192 memory=1609932 CPUtime=8.94 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 28760 13180 0 0 835 52 5 2 20 0 15 0 61176256 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10916192 memory=1609932 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 37 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636862927712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10916192 memory=1609932 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636757943424 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10916192 memory=1609912 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10916192 memory=1609912 CPUtime=8.32 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 22618 13180 0 0 820 5 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10916192 memory=1609932 CPUtime=8.57 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 25936 13180 0 0 845 5 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10916192 memory=1609932 CPUtime=3.74 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 34907 13180 0 0 360 7 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10916192 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10916192 memory=12040 CPUtime=1.41 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 3513 13180 0 0 54 80 5 2 20 0 15 0 61176260 11178180608 402483 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 2503.72 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1609932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.3 s]
/proc/loadavg: 1.18 1.24 1.32 3/220 17730
/proc/meminfo: memFree=14421224/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10916192 memory=1611980 CPUtime=2520.01 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 369456 13180 0 0 251623 371 5 2 20 0 15 0 61176245 11178180608 402995 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2729048 402995 3524 1 0 2690701 0
[pid=17434/tid=17487] ppid=17431 vsize=10916192 memory=0 CPUtime=2433.43 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 121665 13180 0 0 243281 55 5 2 20 0 15 0 61176254 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637376308832 140636981547817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10916192 memory=1611980 CPUtime=14.02 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 34113 13180 0 0 1345 50 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14.01 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 41045 13180 0 0 1339 55 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14.02 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 28607 13180 0 0 1338 57 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 25999 13180 0 0 1340 53 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10916192 memory=1609932 CPUtime=9.01 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 28812 13180 0 0 842 52 5 2 20 0 15 0 61176256 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10916192 memory=1611980 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 37 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636862927712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10916192 memory=1611980 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636757943424 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10916192 memory=0 CPUtime=8.32 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 22618 13180 0 0 820 5 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10916192 memory=214885803788393 CPUtime=8.57 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 25936 13180 0 0 845 5 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10916192 memory=280040995013656 CPUtime=3.74 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 34907 13180 0 0 360 7 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10916192 memory=28829630602021044 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10916192 memory=1611980 CPUtime=1.42 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 3523 13180 0 0 55 80 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1611980 KiB

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

[startup+2458.34 s]
# the end of solver process 17434 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.76101 s

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

[startup+2458.3 s]
/proc/loadavg: 1.18 1.24 1.32 3/220 17730
/proc/meminfo: memFree=14421224/32770624 swapFree=67108860/67108860
[pid=17434] ppid=17431 vsize=10916192 memory=1611980 CPUtime=2520.01 cores=1,3,5,7
/proc/17434/stat : 17434 (java) S 17431 17434 12709 0 -1 1077944320 369456 13180 0 0 251623 371 5 2 20 0 15 0 61176245 11178180608 402995 33554432000 4194304 4196468 140733310310432 140733310292976 140637404475127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
/proc/17434/statm: 2729048 402995 3524 1 0 2690701 0
[pid=17434/tid=17487] ppid=17431 vsize=10916192 memory=0 CPUtime=2433.43 cores=1,3,5,7
/proc/17434/task/17487/stat : 17487 (java) R 17431 17434 12709 0 -1 4202560 121665 13180 0 0 243281 55 5 2 20 0 15 0 61176254 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637376308832 140636981547817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17488] ppid=17431 vsize=10916192 memory=1611980 CPUtime=14.02 cores=1,3,5,7
/proc/17434/task/17488/stat : 17488 (java) S 17431 17434 12709 0 -1 1077944384 34113 13180 0 0 1345 50 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637408717712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17489] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14.01 cores=1,3,5,7
/proc/17434/task/17489/stat : 17489 (java) S 17431 17434 12709 0 -1 1077944384 41045 13180 0 0 1339 55 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637296990992 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17490] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14.02 cores=1,3,5,7
/proc/17434/task/17490/stat : 17490 (java) S 17431 17434 12709 0 -1 1077944384 28607 13180 0 0 1338 57 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140637295938704 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17491] ppid=17431 vsize=10916192 memory=1609932 CPUtime=14 cores=1,3,5,7
/proc/17434/task/17491/stat : 17491 (java) S 17431 17434 12709 0 -1 1077944384 25999 13180 0 0 1340 53 5 2 20 0 15 0 61176255 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636976049168 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17492] ppid=17431 vsize=10916192 memory=1609932 CPUtime=9.01 cores=1,3,5,7
/proc/17434/task/17492/stat : 17492 (java) S 17431 17434 12709 0 -1 1077944384 28812 13180 0 0 842 52 5 2 20 0 15 0 61176256 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636863981680 140637404486274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17493] ppid=17431 vsize=10916192 memory=1611980 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17493/stat : 17493 (java) S 17431 17434 12709 0 -1 1077944384 37 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636862927712 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17494] ppid=17431 vsize=10916192 memory=1611980 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17494/stat : 17494 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176257 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636757943424 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17495] ppid=17431 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17495/stat : 17495 (java) S 17431 17434 12709 0 -1 1077944384 2 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636153964624 140637404493723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17496] ppid=17431 vsize=10916192 memory=0 CPUtime=8.32 cores=1,3,5,7
/proc/17434/task/17496/stat : 17496 (java) S 17431 17434 12709 0 -1 1077944384 22618 13180 0 0 820 5 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636829370992 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17497] ppid=17431 vsize=10916192 memory=214885803788393 CPUtime=8.57 cores=1,3,5,7
/proc/17434/task/17497/stat : 17497 (java) S 17431 17434 12709 0 -1 1077944384 25936 13180 0 0 845 5 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636828318192 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17498] ppid=17431 vsize=10916192 memory=280040995013656 CPUtime=3.74 cores=1,3,5,7
/proc/17434/task/17498/stat : 17498 (java) S 17431 17434 12709 0 -1 1077944384 34907 13180 0 0 360 7 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636827265904 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17499] ppid=17431 vsize=10916192 memory=28829630602021044 CPUtime=0.07 cores=1,3,5,7
/proc/17434/task/17499/stat : 17499 (java) S 17431 17434 12709 0 -1 1077944384 3 13180 0 0 0 0 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140635684203488 140637404485333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
[pid=17434/tid=17500] ppid=17431 vsize=10916192 memory=1611980 CPUtime=1.42 cores=1,3,5,7
/proc/17434/task/17500/stat : 17500 (java) S 17431 17434 12709 0 -1 1077944384 3523 13180 0 0 55 80 5 2 20 0 15 0 61176260 11178180608 402995 33554432000 4194304 4196468 140733310310432 140636826212784 140637404486274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 10625024 140733310314667 140733310317916 140733310317916 140733310320591 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1611980 KiB

Child status: 143
Real time (s): 2458.34
CPU time (s): 2520.07
CPU user time (s): 2516.31
CPU system time (s): 3.76101
CPU usage (%): 102.511
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1837932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.76101
maximum resident set size= 1844076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383686
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= 246503
involuntary context switches= 5855


# summary of solver processes directly reported to runsolver:
#   pid: 17434
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.76101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9822 second user time and 23.2507 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 14:42:11
IDJOB=4294163
IDBENCH=141337
IDSOLVER=2751
FILE ID=node135/4294163-1532436131
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sum-12-06-05_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294163-1532436131/watcher-4294163-1532436131 -o /tmp/evaluation-result-4294163-1532436131/solver-4294163-1532436131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1690119703 -superng HOME/instance-4294163-1532436131.xml

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

MD5SUM BENCH= bf61c3b78160d4d4d295899ad65dbbc2
RANDOM SEED=1690119703

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:        15826848 kB
MemAvailable:   30871020 kB
Buffers:          206552 kB
Cached:         14891572 kB
SwapCached:            0 kB
Active:          3467292 kB
Inactive:       12748612 kB
Active(anon):    1067680 kB
Inactive(anon):    69860 kB
Active(file):    2399612 kB
Inactive(file): 12678752 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26520 kB
Writeback:             0 kB
AnonPages:       1128760 kB
Mapped:            51504 kB
Shmem:             17056 kB
Slab:             423032 kB
SReclaimable:     394268 kB
SUnreclaim:        28764 kB
KernelStack:        3728 kB
PageTables:         7096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    905216 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= 48368 MiB
End job on node135 at 2018-07-24 15:23:09