Trace number 4305242

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.9.2-SuperNG? (TO) 2520.13 2470.64

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
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 benchmark394.459
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305242-1534144122/watcher-4305242-1534144122 -o /tmp/evaluation-result-4305242-1534144122/solver-4305242-1534144122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1706868912 -superng HOME/instance-4305242-1534144122.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=3540, runsolver pid=3537

[startup+0.108515 s]*
/proc/loadavg: 1.72 1.39 1.35 3/207 3598
/proc/meminfo: memFree=15715304/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=10453864 memory=23880 CPUtime=0.09 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 4596 12991 0 0 2 0 5 2 20 0 9 0 231975354 10704756736 5970 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2613466 5970 2101 1 0 2576007 0
[pid=3540/tid=3593] ppid=3537 vsize=10453864 memory=-8456201832873902023 CPUtime=0.09 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 2388 12991 0 0 2 0 5 2 20 0 9 0 231975362 10704756736 5970 33554432000 4194304 4196468 140723823195408 140492138393456 140492151637584 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=10453864 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 9 0 231975363 10704756736 5970 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=10453864 memory=140450406975104 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 9 0 231975363 10704756736 5970 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 9 0 231975363 10704756736 5970 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 9 0 231975363 10704756736 5970 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=10453864 memory=140450406975104 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 9 0 231975365 10704756736 5970 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 9 0 231975365 10704756736 5970 33554432000 4194304 4196468 140723823195408 140490944013856 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 9 0 231975365 10704756736 5970 33554432000 4194304 4196468 140723823195408 140490796164528 140492166567637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 23880 KiB

[startup+0.210098 s]*
/proc/loadavg: 1.72 1.39 1.35 4/215 3606
/proc/meminfo: memFree=15690236/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=10982696 memory=45896 CPUtime=0.26 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 8322 12991 0 0 17 2 5 2 20 0 15 0 231975354 11246280704 11474 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2745674 11474 2955 1 0 2708109 0
[pid=3540/tid=3593] ppid=3537 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 4775 12991 0 0 11 1 5 2 20 0 15 0 231975362 11246280704 11474 33554432000 4194304 4196468 140723823195408 140492138355088 140492146833245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=10982696 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246280704 11474 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=10982696 memory=140450406986120 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246280704 11474 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246280704 11474 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246280704 11474 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=10982696 memory=140450406975104 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246280704 11474 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246280704 11474 33554432000 4194304 4196468 140723823195408 140490944013856 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246280704 11539 33554432000 4194304 4196468 140723823195408 140490796164464 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 569 12991 0 0 1 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 74 12991 0 0 1 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=10982696 memory=140450406975104 CPUtime=0.1 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 695 12991 0 0 3 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=10982696 memory=140450406975104 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246280704 11539 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45896 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.72 1.39 1.35 3/215 3606
/proc/meminfo: memFree=15679444/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=10983192 memory=57272 CPUtime=0.39 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 10403 12991 0 0 29 3 5 2 20 0 15 0 231975354 11246788608 14318 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2745798 14318 3087 1 0 2708109 0
[pid=3540/tid=3593] ppid=3537 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 6809 12991 0 0 20 2 5 2 20 0 15 0 231975362 11246788608 14384 33554432000 4194304 4196468 140723823195408 140492138369440 140491737259820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 14384 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=10983192 memory=140450406985697 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 14384 33554432000 4194304 4196468 140723823195408 140490944013856 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 14384 33554432000 4194304 4196468 140723823195408 140490796164464 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 576 12991 0 0 1 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 76 12991 0 0 1 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=10983192 memory=140450406975104 CPUtime=0.12 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 728 12991 0 0 5 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=10983192 memory=140450406975104 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 14384 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57272 KiB

[startup+0.700729 s]
/proc/loadavg: 1.66 1.38 1.35 3/215 3606
/proc/meminfo: memFree=15669784/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=10983192 memory=90360 CPUtime=0.98 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 16739 12991 0 0 86 5 5 2 20 0 15 0 231975354 11246788608 22590 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2745798 22590 3237 1 0 2708109 0
[pid=3540/tid=3593] ppid=3537 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 12074 12991 0 0 56 3 5 2 20 0 15 0 231975362 11246788608 22590 33554432000 4194304 4196468 140723823195408 140492138378256 140492148120960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 22590 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=10983192 memory=2440078296577 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=10983192 memory=546657966 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=10983192 memory=4639366808851880611 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 231975363 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=10983192 memory=3472328296227679313 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 5 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=10983192 memory=5936986032512067430 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 22590 33554432000 4194304 4196468 140723823195408 140490944013856 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=10983192 memory=6940425744575185004 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975365 11246788608 22590 33554432000 4194304 4196468 140723823195408 140490796164464 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=10983192 memory=7084272540378751808 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=10983192 memory=7522226812270700903 CPUtime=0.16 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 1235 12991 0 0 9 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 324 12991 0 0 6 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=10983192 memory=280900524970552 CPUtime=0.2 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 879 12991 0 0 13 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=10983192 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975368 11246788608 22590 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90360 KiB

[startup+1.50599 s]
/proc/loadavg: 1.66 1.38 1.35 3/215 3606
/proc/meminfo: memFree=15621652/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=10998092 memory=184724 CPUtime=2.36 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 23756 12991 0 0 218 11 5 2 20 0 15 0 231975354 11262046208 46181 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2749523 46181 3467 1 0 2711181 0
[pid=3540/tid=3593] ppid=3537 vsize=10998092 memory=9258 CPUtime=1.43 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 17364 12991 0 0 129 7 5 2 20 0 15 0 231975362 11262046208 46181 33554432000 4194304 4196468 140723823195408 140492138375104 140492146832746 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=10998092 memory=3472328296227679313 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 25 12991 0 0 1 0 5 2 20 0 15 0 231975363 11262046208 46181 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=10998092 memory=5936986032512067430 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 182 12991 0 0 1 0 5 2 20 0 15 0 231975363 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=10998092 memory=6940425744575185004 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 23 12991 0 0 1 0 5 2 20 0 15 0 231975363 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=10998092 memory=7084272540378751808 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 54 12991 0 0 1 0 5 2 20 0 15 0 231975363 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=10998092 memory=7522226812270700903 CPUtime=0.08 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 52 12991 0 0 1 0 5 2 20 0 15 0 231975365 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 14 12991 0 0 0 0 5 2 20 0 15 0 231975365 11262046208 46181 33554432000 4194304 4196468 140723823195408 140490944013920 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=10998092 memory=280900524970552 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 231975365 11262046208 46181 33554432000 4194304 4196468 140723823195408 140490796164480 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=10998092 memory=9624 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11262046208 46181 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=10998092 memory=876 CPUtime=0.3 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 1400 12991 0 0 23 0 5 2 20 0 15 0 231975368 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=10998092 memory=1924 CPUtime=0.28 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 804 12991 0 0 21 0 5 2 20 0 15 0 231975368 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=10998092 memory=7000 CPUtime=0.44 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 1634 12991 0 0 37 0 5 2 20 0 15 0 231975368 11262046208 46181 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0

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

/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 134654 12991 0 0 229986 61 5 2 20 0 15 0 231975362 11345952768 469822 33554432000 4194304 4196468 140723823195408 140492138390592 140491755298870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=11080032 memory=1879288 CPUtime=11.83 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 32978 12991 0 0 1132 44 5 2 20 0 15 0 231975363 11345952768 469822 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=11080032 memory=1879292 CPUtime=11.83 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 32243 12991 0 0 1132 44 5 2 20 0 15 0 231975363 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=11080032 memory=1877240 CPUtime=11.86 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 36337 12991 0 0 1133 46 5 2 20 0 15 0 231975363 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=11080032 memory=1879288 CPUtime=11.85 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 37369 12991 0 0 1131 47 5 2 20 0 15 0 231975363 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=11080032 memory=1879288 CPUtime=6.19 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 29225 12991 0 0 571 41 5 2 20 0 15 0 231975365 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=11080032 memory=1879288 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 21 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 469822 33554432000 4194304 4196468 140723823195408 140490944013920 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=11080032 memory=1879288 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 11 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 469822 33554432000 4194304 4196468 140723823195408 140490796164480 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=11080032 memory=1879288 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=11080032 memory=0 CPUtime=6.21 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 37602 12991 0 0 609 5 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=11080032 memory=1879288 CPUtime=5.42 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 27982 12991 0 0 531 4 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=11080032 memory=1879288 CPUtime=2.39 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 31267 12991 0 0 227 5 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=11080032 memory=3848 CPUtime=1.45 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 2092 12991 0 0 57 81 5 2 20 0 15 0 231975368 11345952768 469822 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 2369.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1879288 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.30 1.35 3/215 3679
/proc/meminfo: memFree=13597976/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=11080032 memory=1881336 CPUtime=2430.11 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 411234 12991 0 0 242659 345 5 2 20 0 15 0 231975354 11345952768 470334 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2770008 470334 3530 1 0 2731661 0
[pid=3540/tid=3593] ppid=3537 vsize=11080032 memory=1881336 CPUtime=2359.92 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 136797 12991 0 0 235923 62 5 2 20 0 15 0 231975362 11345952768 470334 33554432000 4194304 4196468 140723823195408 140492138390480 140491748838082 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=11080032 memory=1881336 CPUtime=12.19 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 33786 12991 0 0 1167 45 5 2 20 0 15 0 231975363 11345952768 470334 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=11080032 memory=1881336 CPUtime=12.21 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 34012 12991 0 0 1168 46 5 2 20 0 15 0 231975363 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=11080032 memory=1881336 CPUtime=12.22 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 37551 12991 0 0 1169 46 5 2 20 0 15 0 231975363 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=11080032 memory=4000 CPUtime=12.22 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 37876 12991 0 0 1168 47 5 2 20 0 15 0 231975363 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=11080032 memory=1156 CPUtime=6.36 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 29976 12991 0 0 586 43 5 2 20 0 15 0 231975365 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=11080032 memory=280900526129776 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 21 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 470334 33554432000 4194304 4196468 140723823195408 140490944013920 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=11080032 memory=17377974552810 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 11 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 470334 33554432000 4194304 4196468 140723823195408 140490796164480 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=11080032 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=11080032 memory=63092 CPUtime=6.21 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 37606 12991 0 0 609 5 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=11080032 memory=1881336 CPUtime=5.42 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 27988 12991 0 0 531 4 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=11080032 memory=1881336 CPUtime=2.39 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 31273 12991 0 0 227 5 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=11080032 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=11080032 memory=34904 CPUtime=1.49 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 2135 12991 0 0 58 84 5 2 20 0 15 0 231975368 11345952768 470334 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 2430.11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1881336 KiB

[startup+2442.3 s]
/proc/loadavg: 1.74 1.40 1.38 3/215 3680
/proc/meminfo: memFree=13590780/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=11080032 memory=1885432 CPUtime=2491.26 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 416776 12991 0 0 248767 352 5 2 20 0 15 0 231975354 11345952768 471358 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2770008 471358 3530 1 0 2731661 0
[pid=3540/tid=3593] ppid=3537 vsize=11080032 memory=1885432 CPUtime=2419.26 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 138861 12991 0 0 241857 62 5 2 20 0 15 0 231975362 11345952768 471358 33554432000 4194304 4196468 140723823195408 140492138390688 140491747442056 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=11080032 memory=1885432 CPUtime=12.59 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 34411 12991 0 0 1206 46 5 2 20 0 15 0 231975363 11345952768 471358 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=11080032 memory=1881336 CPUtime=12.61 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 34836 12991 0 0 1207 47 5 2 20 0 15 0 231975363 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=11080032 memory=1881336 CPUtime=12.62 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 38628 12991 0 0 1208 47 5 2 20 0 15 0 231975363 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=11080032 memory=1883384 CPUtime=12.62 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 37996 12991 0 0 1207 48 5 2 20 0 15 0 231975363 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=11080032 memory=1885432 CPUtime=6.53 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 30747 12991 0 0 602 44 5 2 20 0 15 0 231975365 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=11080032 memory=1885432 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 21 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 471358 33554432000 4194304 4196468 140723823195408 140490944013920 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=11080032 memory=1885432 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 11 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 471358 33554432000 4194304 4196468 140723823195408 140490796164480 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=11080032 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=11080032 memory=63092 CPUtime=6.21 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 37610 12991 0 0 609 5 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=11080032 memory=1885432 CPUtime=5.42 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 27994 12991 0 0 531 4 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=11080032 memory=4000 CPUtime=2.39 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 31279 12991 0 0 227 5 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=11080032 memory=1883384 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=11080032 memory=1883384 CPUtime=1.53 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 2180 12991 0 0 60 86 5 2 20 0 15 0 231975368 11345952768 471358 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 2491.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1885432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.6 s]
/proc/loadavg: 1.69 1.42 1.39 3/215 3808
/proc/meminfo: memFree=14554088/32770624 swapFree=67108404/67108860
[pid=3540] ppid=3537 vsize=11080032 memory=1887640 CPUtime=2520.07 cores=1,3,5,7
/proc/3540/stat : 3540 (java) S 3537 3540 1786 0 -1 1077944320 419005 12991 0 0 251645 355 5 2 20 0 15 0 231975354 11345952768 471910 33554432000 4194304 4196468 140723823195408 140723823177952 140492166557431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
/proc/3540/statm: 2770008 471910 3530 1 0 2731661 0
[pid=3540/tid=3593] ppid=3537 vsize=11080032 memory=1887640 CPUtime=2447.23 cores=1,3,5,7
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1786 0 -1 4202560 139796 12991 0 0 244654 62 5 2 20 0 15 0 231975362 11345952768 471910 33554432000 4194304 4196468 140723823195408 140492138390688 140491747683102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3594] ppid=3537 vsize=11080032 memory=34904 CPUtime=12.78 cores=1,3,5,7
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1786 0 -1 1077944384 34461 12991 0 0 1224 47 5 2 20 0 15 0 231975363 11345952768 471910 33554432000 4194304 4196468 140723823195408 140492170799760 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3595] ppid=3537 vsize=11080032 memory=14644 CPUtime=12.79 cores=1,3,5,7
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1786 0 -1 1077944384 35556 12991 0 0 1225 47 5 2 20 0 15 0 231975363 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491706698256 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3596] ppid=3537 vsize=11080032 memory=8112282956445269571 CPUtime=12.81 cores=1,3,5,7
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1786 0 -1 1077944384 38643 12991 0 0 1226 48 5 2 20 0 15 0 231975363 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491705645456 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3597] ppid=3537 vsize=11080032 memory=4100 CPUtime=12.8 cores=1,3,5,7
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1786 0 -1 1077944384 38153 12991 0 0 1225 48 5 2 20 0 15 0 231975363 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491704592656 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3598] ppid=3537 vsize=11080032 memory=1408 CPUtime=6.61 cores=1,3,5,7
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1786 0 -1 1077944384 31069 12991 0 0 610 44 5 2 20 0 15 0 231975365 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491592510320 140492166568578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3599] ppid=3537 vsize=11080032 memory=1887640 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1786 0 -1 1077944384 21 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 471910 33554432000 4194304 4196468 140723823195408 140490944013920 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3600] ppid=3537 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1786 0 -1 1077944384 11 12991 0 0 0 0 5 2 20 0 15 0 231975365 11345952768 471910 33554432000 4194304 4196468 140723823195408 140490796164480 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3601] ppid=3537 vsize=11080032 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140490488764752 140492166576027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3602] ppid=3537 vsize=11080032 memory=3684 CPUtime=6.21 cores=1,3,5,7
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1786 0 -1 1077944384 37612 12991 0 0 609 5 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491591457136 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3603] ppid=3537 vsize=11080032 memory=63092 CPUtime=5.42 cores=1,3,5,7
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1786 0 -1 1077944384 27997 12991 0 0 531 4 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491590404336 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3604] ppid=3537 vsize=11080032 memory=8112282956445269571 CPUtime=2.39 cores=1,3,5,7
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1786 0 -1 1077944384 31282 12991 0 0 227 5 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491589351536 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3605] ppid=3537 vsize=11080032 memory=34904 CPUtime=0.07 cores=1,3,5,7
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1786 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140490057967840 140492166567637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
[pid=3540/tid=3606] ppid=3537 vsize=11080032 memory=14644 CPUtime=1.54 cores=1,3,5,7
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1786 0 -1 1077944384 2202 12991 0 0 60 87 5 2 20 0 15 0 231975368 11345952768 471910 33554432000 4194304 4196468 140723823195408 140491588299952 140492166568578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 15106048 140723823200867 140723823203676 140723823203676 140723823206351 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1887640 KiB

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

[startup+2470.64 s]
# the end of solver process 3540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.59959 s

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

Child status: 143
Real time (s): 2470.64
CPU time (s): 2520.13
CPU user time (s): 2516.53
CPU system time (s): 3.59959
CPU usage (%): 102.003
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 2491508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.59958
maximum resident set size= 2491544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 190428
involuntary context switches= 7028


# summary of solver processes directly reported to runsolver:
#   pid: 3540
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.59959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3006 second user time and 23.6237 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 09:08:42
IDJOB=4305242
IDBENCH=141605
IDSOLVER=2781
FILE ID=node148/4305242-1534144122
RUNJOBID= node148-1534139122-2606
PBS_JOBID= 21037022
Free space on /tmp= 33832 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305242-1534144122/watcher-4305242-1534144122 -o /tmp/evaluation-result-4305242-1534144122/solver-4305242-1534144122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1706868912 -superng HOME/instance-4305242-1534144122.xml

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

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=1706868912

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15724324 kB
MemAvailable:   30675888 kB
Buffers:          208416 kB
Cached:         14792288 kB
SwapCached:          352 kB
Active:          8700388 kB
Inactive:        7584168 kB
Active(anon):    1236560 kB
Inactive(anon):    99192 kB
Active(file):    7463828 kB
Inactive(file):  7484976 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       1302308 kB
Mapped:            68280 kB
Shmem:             49592 kB
Slab:             459604 kB
SReclaimable:     431220 kB
SUnreclaim:        28384 kB
KernelStack:        3792 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2512524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33804 MiB
End job on node148 at 2018-08-13 09:49:53