Trace number 4295261

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.1 2496.13

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g23_c18.xml
MD5SUM5bb458afb57028f2eacd8dc69366d90c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark87.6401
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size73
Maximum domain size73
Distribution of domain sizes[{"size":73,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295261-1532543179/watcher-4295261-1532543179 -o /tmp/evaluation-result-4295261-1532543179/solver-4295261-1532543179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=408326851 -superng HOME/instance-4295261-1532543179.xml 

running on 4 cores: 0,2,4,6

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

solver pid=31804, runsolver pid=31801

[startup+0.100058 s]*
/proc/loadavg: 1.42 1.10 1.07 3/206 31861
/proc/meminfo: memFree=12503836/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 4331 12855 0 0 1 1 5 2 20 0 6 0 71881068 10212057088 4203 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2493178 4203 1934 1 0 2481616 0
[pid=31804/tid=31857] ppid=31801 vsize=9972712 memory=4279135703946462605 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 2143 12855 0 0 0 0 5 2 20 0 6 0 71881078 10212057088 4203 33554432000 4194304 4196468 140736927671584 140194804355664 140194816599390 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 6 0 71881078 10212057088 4203 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=9972712 memory=139958886983296 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 6 0 71881078 10212057088 4203 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 6 0 71881078 10212057088 4203 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 6 0 71881078 10212057088 4203 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210946 s]*
/proc/loadavg: 1.42 1.10 1.07 4/215 31870
/proc/meminfo: memFree=12484064/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10818904 memory=40668 CPUtime=0.25 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 7915 12855 0 0 16 2 5 2 20 0 15 0 71881068 11078557696 10167 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2704726 10167 2960 1 0 2667149 0
[pid=31804/tid=31857] ppid=31801 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 4539 12855 0 0 10 1 5 2 20 0 15 0 71881078 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194804336016 140194816599390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881078 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10818904 memory=139958886983296 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10818904 memory=139958886983296 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881080 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 33 12855 0 0 0 0 5 2 20 0 15 0 71881080 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194290423328 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881081 11078557696 10167 33554432000 4194304 4196468 140736927671584 140193705223536 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11078557696 10167 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) R 31801 31804 31421 0 -1 1077944384 502 12855 0 0 1 0 5 2 20 0 15 0 71881083 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 90 12855 0 0 0 0 5 2 20 0 15 0 71881083 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10818904 memory=139958886983296 CPUtime=0.1 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) R 31801 31804 31421 0 -1 1077944384 553 12855 0 0 3 0 5 2 20 0 15 0 71881083 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11078557696 10167 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10818904 memory=139958886983296 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881084 11078557696 10167 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40668 KiB

[startup+0.310944 s]*
/proc/loadavg: 1.42 1.10 1.07 3/215 31870
/proc/meminfo: memFree=12473280/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10819352 memory=51332 CPUtime=0.37 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 10422 12855 0 0 27 3 5 2 20 0 15 0 71881068 11079016448 12833 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2704838 12833 3079 1 0 2667149 0
[pid=31804/tid=31857] ppid=31801 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 7024 12855 0 0 19 2 5 2 20 0 15 0 71881078 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194804308432 140194832540829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10819352 memory=7445101439888674896 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881080 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 33 12855 0 0 0 0 5 2 20 0 15 0 71881080 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194290423328 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881081 11079016448 12833 33554432000 4194304 4196468 140736927671584 140193705223536 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11079016448 12833 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 503 12855 0 0 1 0 5 2 20 0 15 0 71881083 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 90 12855 0 0 1 0 5 2 20 0 15 0 71881083 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 568 12855 0 0 5 0 5 2 20 0 15 0 71881083 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11079016448 12833 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881084 11079016448 12833 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51332 KiB

[startup+0.700742 s]
/proc/loadavg: 1.42 1.10 1.07 4/215 31870
/proc/meminfo: memFree=12455972/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10819352 memory=84624 CPUtime=0.98 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 16765 12855 0 0 86 5 5 2 20 0 15 0 71881068 11079016448 21156 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2704838 21156 3237 1 0 2667149 0
[pid=31804/tid=31857] ppid=31801 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 12206 12855 0 0 55 3 5 2 20 0 15 0 71881078 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194804339728 140194815705712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 2 12855 0 0 0 0 5 2 20 0 15 0 71881078 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 5 12855 0 0 0 0 5 2 20 0 15 0 71881080 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 33 12855 0 0 0 0 5 2 20 0 15 0 71881080 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194290423328 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881081 11079016448 21156 33554432000 4194304 4196468 140736927671584 140193705223536 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11079016448 21156 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10819352 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 1167 12855 0 0 9 0 5 2 20 0 15 0 71881083 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 491 12855 0 0 7 0 5 2 20 0 15 0 71881083 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 661 12855 0 0 13 0 5 2 20 0 15 0 71881083 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11079016448 21156 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881084 11079016448 21156 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84624 KiB

[startup+1.50074 s]
/proc/loadavg: 1.42 1.10 1.07 4/215 31870
/proc/meminfo: memFree=12410376/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10834252 memory=175220 CPUtime=2.33 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 24018 12855 0 0 216 10 5 2 20 0 15 0 71881068 11094274048 43805 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2708563 43805 3468 1 0 2670221 0
[pid=31804/tid=31857] ppid=31801 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 17779 12855 0 0 129 6 5 2 20 0 15 0 71881078 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194804348624 140194832540829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 24 12855 0 0 1 0 5 2 20 0 15 0 71881078 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 192 12855 0 0 1 0 5 2 20 0 15 0 71881078 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 53 12855 0 0 1 0 5 2 20 0 15 0 71881078 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 45 12855 0 0 0 0 5 2 20 0 15 0 71881078 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 57 12855 0 0 1 0 5 2 20 0 15 0 71881080 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10834252 memory=279917514270976 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 34 12855 0 0 0 0 5 2 20 0 15 0 71881080 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194290423392 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881081 11094274048 43805 33554432000 4194304 4196468 140736927671584 140193705223552 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10834252 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11094274048 43805 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10834252 memory=1232 CPUtime=0.34 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 1670 12855 0 0 27 0 5 2 20 0 15 0 71881083 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10834252 memory=8536 CPUtime=0.25 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 695 12855 0 0 18 0 5 2 20 0 15 0 71881083 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10834252 memory=1712 CPUtime=0.41 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 1274 12855 0 0 34 0 5 2 20 0 15 0 71881083 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10834252 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11094274048 43805 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10834252 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1 12855 0 0 0 0 5 2 20 0 15 0 71881084 11094274048 43805 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 81470 12855 0 0 237263 26 5 2 20 0 15 0 71881078 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194804353520 140194405311544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10914144 memory=581472 CPUtime=4.18 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 8988 12855 0 0 391 20 5 2 20 0 15 0 71881078 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10914144 memory=581472 CPUtime=4.19 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 10553 12855 0 0 388 24 5 2 20 0 15 0 71881078 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10914144 memory=581472 CPUtime=4.2 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 14044 12855 0 0 388 25 5 2 20 0 15 0 71881078 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10914144 memory=581472 CPUtime=4.18 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 11107 12855 0 0 388 23 5 2 20 0 15 0 71881078 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10914144 memory=581472 CPUtime=3.87 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 10229 12855 0 0 356 24 5 2 20 0 15 0 71881080 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10914144 memory=279917514467136 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 40 12855 0 0 0 0 5 2 20 0 15 0 71881080 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194290423392 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10914144 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 5 12855 0 0 0 0 5 2 20 0 15 0 71881081 11176083456 145368 33554432000 4194304 4196468 140736927671584 140193705223552 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10914144 memory=581472 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145368 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10914144 memory=581472 CPUtime=4.28 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 38622 12855 0 0 416 5 5 2 20 0 15 0 71881083 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10914144 memory=581472 CPUtime=5.03 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 44099 12855 0 0 492 4 5 2 20 0 15 0 71881083 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10914144 memory=581472 CPUtime=1.85 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 27333 12855 0 0 174 4 5 2 20 0 15 0 71881083 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10914144 memory=581472 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145368 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10914144 memory=4140 CPUtime=1.35 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1177 12855 0 0 67 61 5 2 20 0 15 0 71881084 11176083456 145368 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 2405.55 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 581472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.28 1.31 3/215 31967
/proc/meminfo: memFree=11845924/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10914144 memory=581504 CPUtime=2465.9 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 250495 12855 0 0 246398 185 5 2 20 0 15 0 71881068 11176083456 145376 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2728536 145376 3521 1 0 2690189 0
[pid=31804/tid=31857] ppid=31801 vsize=10914144 memory=581504 CPUtime=2432.71 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 81780 12855 0 0 243238 26 5 2 20 0 15 0 71881078 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194804352560 140194406308219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10914144 memory=581504 CPUtime=4.31 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 9064 12855 0 0 403 21 5 2 20 0 15 0 71881078 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10914144 memory=279917514467136 CPUtime=4.3 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 10579 12855 0 0 399 24 5 2 20 0 15 0 71881078 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10914144 memory=581504 CPUtime=4.31 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 14057 12855 0 0 398 26 5 2 20 0 15 0 71881078 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10914144 memory=581504 CPUtime=4.3 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 11116 12855 0 0 400 23 5 2 20 0 15 0 71881078 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10914144 memory=581504 CPUtime=3.98 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 10403 12855 0 0 366 25 5 2 20 0 15 0 71881080 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10914144 memory=581504 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 40 12855 0 0 0 0 5 2 20 0 15 0 71881080 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194290423392 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10914144 memory=581504 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 5 12855 0 0 0 0 5 2 20 0 15 0 71881081 11176083456 145376 33554432000 4194304 4196468 140736927671584 140193705223552 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10914144 memory=581504 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145376 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10914144 memory=4140 CPUtime=4.28 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 38624 12855 0 0 416 5 5 2 20 0 15 0 71881083 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10914144 memory=581504 CPUtime=5.03 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 44102 12855 0 0 492 4 5 2 20 0 15 0 71881083 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10914144 memory=581504 CPUtime=1.85 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 27335 12855 0 0 174 4 5 2 20 0 15 0 71881083 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10914144 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145376 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10914144 memory=2244 CPUtime=1.38 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1197 12855 0 0 69 62 5 2 20 0 15 0 71881084 11176083456 145376 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 2465.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 581504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.11 s]
/proc/loadavg: 1.20 1.27 1.30 3/215 32096
/proc/meminfo: memFree=11993672/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10914144 memory=581568 CPUtime=2520.04 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 252100 12855 0 0 251807 190 5 2 20 0 15 0 71881068 11176083456 145392 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2728536 145392 3521 1 0 2690189 0
[pid=31804/tid=31857] ppid=31801 vsize=10914144 memory=1952 CPUtime=2486.3 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 82228 12855 0 0 248595 28 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194804352992 140194406956972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 9368 12855 0 0 413 21 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10914144 memory=4140 CPUtime=4.4 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 10609 12855 0 0 409 24 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 14170 12855 0 0 408 26 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10914144 memory=4140 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 11134 12855 0 0 410 24 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.06 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 10586 12855 0 0 374 25 5 2 20 0 15 0 71881080 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 40 12855 0 0 0 0 5 2 20 0 15 0 71881080 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194290423392 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 5 12855 0 0 0 0 5 2 20 0 15 0 71881081 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193705223552 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10914144 memory=3852 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10914144 memory=2600 CPUtime=4.3 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 38911 12855 0 0 418 5 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10914144 memory=581568 CPUtime=5.03 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 44104 12855 0 0 492 4 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10914144 memory=5412 CPUtime=1.85 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 27538 12855 0 0 174 4 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10914144 memory=581568 CPUtime=1.4 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1214 12855 0 0 70 63 5 2 20 0 15 0 71881084 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 581568 KiB

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

[startup+2496.13 s]
# the end of solver process 31804 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.15 s, system=1.94542 s

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

[startup+2496.11 s]
/proc/loadavg: 1.20 1.27 1.30 3/215 32096
/proc/meminfo: memFree=11993672/32770624 swapFree=67108860/67108860
[pid=31804] ppid=31801 vsize=10914144 memory=581568 CPUtime=2520.04 cores=0,2,4,6
/proc/31804/stat : 31804 (java) S 31801 31804 31421 0 -1 1077944320 252100 12855 0 0 251807 190 5 2 20 0 15 0 71881068 11176083456 145392 33554432000 4194304 4196468 140736927671584 140736927654128 140194832518903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
/proc/31804/statm: 2728536 145392 3521 1 0 2690189 0
[pid=31804/tid=31857] ppid=31801 vsize=10914144 memory=1952 CPUtime=2486.3 cores=0,2,4,6
/proc/31804/task/31857/stat : 31857 (java) R 31801 31804 31421 0 -1 4202560 82228 12855 0 0 248595 28 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194804352992 140194406956972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31858] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31858/stat : 31858 (java) S 31801 31804 31421 0 -1 1077944384 9368 12855 0 0 413 21 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194836761232 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31859] ppid=31801 vsize=10914144 memory=4140 CPUtime=4.4 cores=0,2,4,6
/proc/31804/task/31859/stat : 31859 (java) S 31801 31804 31421 0 -1 1077944384 10609 12855 0 0 409 24 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194725034512 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31860] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31860/stat : 31860 (java) S 31801 31804 31421 0 -1 1077944384 14170 12855 0 0 408 26 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194723981712 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31861] ppid=31801 vsize=10914144 memory=4140 CPUtime=4.41 cores=0,2,4,6
/proc/31804/task/31861/stat : 31861 (java) S 31801 31804 31421 0 -1 1077944384 11134 12855 0 0 410 24 5 2 20 0 15 0 71881078 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194722928912 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31862] ppid=31801 vsize=10914144 memory=581568 CPUtime=4.06 cores=0,2,4,6
/proc/31804/task/31862/stat : 31862 (java) S 31801 31804 31421 0 -1 1077944384 10586 12855 0 0 374 25 5 2 20 0 15 0 71881080 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194291477360 140194832530050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31863] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31863/stat : 31863 (java) S 31801 31804 31421 0 -1 1077944384 40 12855 0 0 0 0 5 2 20 0 15 0 71881080 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194290423392 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31864] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31864/stat : 31864 (java) S 31801 31804 31421 0 -1 1077944384 5 12855 0 0 0 0 5 2 20 0 15 0 71881081 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193705223552 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31865] ppid=31801 vsize=10914144 memory=3852 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31865/stat : 31865 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193397823824 140194832537499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31866] ppid=31801 vsize=10914144 memory=2600 CPUtime=4.3 cores=0,2,4,6
/proc/31804/task/31866/stat : 31866 (java) S 31801 31804 31421 0 -1 1077944384 38911 12855 0 0 418 5 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194256865648 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31867] ppid=31801 vsize=10914144 memory=581568 CPUtime=5.03 cores=0,2,4,6
/proc/31804/task/31867/stat : 31867 (java) S 31801 31804 31421 0 -1 1077944384 44104 12855 0 0 492 4 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194255812848 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31868] ppid=31801 vsize=10914144 memory=5412 CPUtime=1.85 cores=0,2,4,6
/proc/31804/task/31868/stat : 31868 (java) S 31801 31804 31421 0 -1 1077944384 27538 12855 0 0 174 4 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194254760048 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31869] ppid=31801 vsize=10914144 memory=581568 CPUtime=0.07 cores=0,2,4,6
/proc/31804/task/31869/stat : 31869 (java) S 31801 31804 31421 0 -1 1077944384 3 12855 0 0 0 0 5 2 20 0 15 0 71881083 11176083456 145392 33554432000 4194304 4196468 140736927671584 140193364265184 140194832529109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
[pid=31804/tid=31870] ppid=31801 vsize=10914144 memory=581568 CPUtime=1.4 cores=0,2,4,6
/proc/31804/task/31870/stat : 31870 (java) S 31801 31804 31421 0 -1 1077944384 1214 12855 0 0 70 63 5 2 20 0 15 0 71881084 11176083456 145392 33554432000 4194304 4196468 140736927671584 140194253708464 140194832530050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18366464 140736927676588 140736927679836 140736927679836 140736927682511 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 581568 KiB

Child status: 143
Real time (s): 2496.13
CPU time (s): 2520.1
CPU user time (s): 2518.15
CPU system time (s): 1.94542
CPU usage (%): 100.96
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 594768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.15
system time used= 1.94542
maximum resident set size= 596820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143536
involuntary context switches= 5961


# summary of solver processes directly reported to runsolver:
#   pid: 31804
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.15
#   total CPU system time (s): 1.94542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4191 second user time and 24.83 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 20:26:19
IDJOB=4295261
IDBENCH=141499
IDSOLVER=2751
FILE ID=node107/4295261-1532543179
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g23_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-4295261-1532543179/watcher-4295261-1532543179 -o /tmp/evaluation-result-4295261-1532543179/solver-4295261-1532543179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=408326851 -superng HOME/instance-4295261-1532543179.xml

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

MD5SUM BENCH= 5bb458afb57028f2eacd8dc69366d90c
RANDOM SEED=408326851

node107.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.40
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.40
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.40
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.40
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:        12511140 kB
MemAvailable:   31424408 kB
Buffers:          283160 kB
Cached:         18750436 kB
SwapCached:            0 kB
Active:          4765772 kB
Inactive:       14829288 kB
Active(anon):     564668 kB
Inactive(anon):    25036 kB
Active(file):    4201104 kB
Inactive(file): 14804252 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27440 kB
Writeback:             0 kB
AnonPages:        606176 kB
Mapped:            52920 kB
Shmem:             25228 kB
Slab:             363816 kB
SReclaimable:     336372 kB
SUnreclaim:        27444 kB
KernelStack:        3808 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1631308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 21:07:55