Trace number 4400695

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.12.2? (TO) 2520.11 2462.65

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
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 benchmark78.4996
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":3}, {"degree":89,"count":29}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.05/2462.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2462.61		at concrete.MAC.mac(MAC.scala:192)
2520.05/2462.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2462.61		at scala.util.Try$.apply(Try.scala:212)
2520.05/2462.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2462.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2462.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2462.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2462.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2462.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.05/2462.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2462.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2462.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2462.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2462.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2462.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2462.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2462.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.05/2462.61		at scala.util.Success.map(Try.scala:264)
2520.05/2462.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2462.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2462.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2462.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2462.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2462.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2462.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2462.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2462.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2462.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2462.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2462.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2462.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2462.61		at scala.App.main(App.scala:75)
2520.05/2462.61		at scala.App.main$(App.scala:73)
2520.05/2462.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2462.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2462.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 (13929 MiB free)
  memory of node 1: 16384 MiB (14583 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400695-1568684039/watcher-4400695-1568684039 -o /tmp/evaluation-result-4400695-1568684039/solver-4400695-1568684039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400695-1568684039.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=21980, runsolver pid=21977

[startup+0.100068 s]*
/proc/loadavg: 1.61 1.36 1.43 3/219 22038
/proc/meminfo: memFree=29191572/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 4433 13192 0 0 1 0 5 3 20 0 6 0 444317795 10212057088 4203 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2493178 4203 1935 1 0 2481616 0
[pid=21980/tid=22034] ppid=21977 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 2229 13192 0 0 0 0 5 3 20 0 6 0 444317804 10212057088 4203 33554432000 4194304 4196468 140730259214384 140684490441296 140684502685022 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=9972712 memory=5793855912416864697 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 444317805 10212057088 4203 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=9972712 memory=140661406971520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 444317805 10212057088 4203 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 444317805 10212057088 4203 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 6 0 444317805 10212057088 4203 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210324 s]*
/proc/loadavg: 1.61 1.36 1.43 4/228 22047
/proc/meminfo: memFree=29173644/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10820164 memory=40052 CPUtime=0.26 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 7341 13192 0 0 17 1 5 3 20 0 15 0 444317795 11079847936 10013 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2705041 10013 3258 1 0 2667149 0
[pid=21980/tid=22034] ppid=21977 vsize=10820176 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 3840 13192 0 0 11 1 5 3 20 0 15 0 444317804 11079860224 10013 33554432000 4194304 4196468 140730259214384 140684490435776 140684441661097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10820176 memory=4211974387611762058 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079860224 10013 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10820176 memory=140661406971520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079860224 10013 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079860224 10013 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079868416 10013 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10820184 memory=140661406971520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 444317806 11079868416 10013 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 33 13192 0 0 0 0 5 3 20 0 15 0 444317807 11079868416 10013 33554432000 4194304 4196468 140730259214384 140683520189984 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317807 11079868416 10013 33554432000 4194304 4196468 140730259214384 140683398604144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079868416 10013 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10820188 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) R 21977 21980 18193 0 -1 4202560 448 13192 0 0 1 0 5 3 20 0 15 0 444317810 11079872512 10013 33554432000 4194304 4196468 140730259214384 140683486632304 140684496199312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 203 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079872512 10013 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10820188 memory=140661406971520 CPUtime=0.11 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 603 13192 0 0 3 0 5 3 20 0 15 0 444317810 11079872512 10013 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079872512 10013 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10820188 memory=140661406971520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079872512 10013 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 40052 KiB

[startup+0.311192 s]*
/proc/loadavg: 1.61 1.36 1.43 3/228 22047
/proc/meminfo: memFree=29160764/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10820196 memory=48340 CPUtime=0.4 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 10834 13192 0 0 29 3 5 3 20 0 15 0 444317795 11079880704 12085 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2705049 12085 3306 1 0 2667149 0
[pid=21980/tid=22034] ppid=21977 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 7309 13192 0 0 19 2 5 3 20 0 15 0 444317804 11079880704 12085 33554432000 4194304 4196468 140730259214384 140684490409904 140684502685022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079880704 12085 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079880704 12085 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079880704 12085 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 444317805 11079880704 12085 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10820196 memory=140661406971519 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 444317806 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 33 13192 0 0 0 0 5 3 20 0 15 0 444317807 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683520189984 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10820196 memory=140661406971520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317807 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683398604144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 457 13192 0 0 2 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 204 13192 0 0 1 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 610 13192 0 0 5 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317810 11079880704 12085 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48340 KiB

[startup+0.700676 s]
/proc/loadavg: 1.61 1.36 1.43 4/228 22047
/proc/meminfo: memFree=29145976/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10824364 memory=81688 CPUtime=1.11 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 15147 13192 0 0 98 5 5 3 20 0 15 0 444317795 11084148736 20422 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2706091 20422 3513 1 0 2668173 0
[pid=21980/tid=22034] ppid=21977 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 10441 13192 0 0 55 4 5 3 20 0 15 0 444317804 11084148736 20422 33554432000 4194304 4196468 140730259214384 140684490432160 140684502648165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11084148736 20422 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11084148736 20422 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10824364 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317805 11084148736 20422 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 444317805 11084148736 20422 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 5 13192 0 0 0 0 5 3 20 0 15 0 444317806 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 33 13192 0 0 0 0 5 3 20 0 15 0 444317807 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683520189984 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317807 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683398604144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10824364 memory=19265 CPUtime=0.2 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) R 21977 21980 18193 0 -1 4202560 926 13192 0 0 12 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683486632304 140684499783257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10824364 memory=281322505371888 CPUtime=0.19 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) R 21977 21980 18193 0 -1 4202560 687 13192 0 0 11 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683485579504 140684498261280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 836 13192 0 0 16 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317810 11084148736 20422 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81688 KiB

[startup+1.5008 s]
/proc/loadavg: 1.56 1.35 1.43 5/228 22047
/proc/meminfo: memFree=29085736/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10832632 memory=228028 CPUtime=3.41 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 41090 13192 0 0 321 12 5 3 20 0 15 0 444317795 11092615168 57007 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2708158 57007 3581 1 0 2670221 0
[pid=21980/tid=22034] ppid=21977 vsize=10832632 memory=293 CPUtime=1.43 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 17841 13192 0 0 129 6 5 3 20 0 15 0 444317804 11092615168 57007 33554432000 4194304 4196468 140730259214384 140684490422256 140684502685022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10832632 memory=119 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 44 13192 0 0 1 0 5 3 20 0 15 0 444317805 11092615168 57007 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 23 13192 0 0 1 0 5 3 20 0 15 0 444317805 11092615168 57007 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10832632 memory=7381791659481720919 CPUtime=0.1 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 62 13192 0 0 2 0 5 3 20 0 15 0 444317805 11092615168 57007 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 325 13192 0 0 1 0 5 3 20 0 15 0 444317805 11092615168 57007 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10832632 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 128 13192 0 0 1 0 5 3 20 0 15 0 444317806 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 33 13192 0 0 0 0 5 3 20 0 15 0 444317807 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683520189984 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317807 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683398604144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10832632 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 8857 13192 0 0 69 1 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10832632 memory=4580 CPUtime=0.78 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 8607 13192 0 0 69 1 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10832632 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 2956 13192 0 0 42 1 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10832632 memory=140661252941392 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 444317810 11092615168 57007 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 10832632 KiB

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

/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 98354 13192 0 0 229737 68 5 3 20 0 15 0 444317804 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684490440384 140684101110320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10849036 memory=1850772 CPUtime=12.73 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 34652 13192 0 0 1209 56 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10849036 memory=1850772 CPUtime=12.66 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 27327 13192 0 0 1202 56 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10849036 memory=1850772 CPUtime=12.72 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 24394 13192 0 0 1209 55 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10849036 memory=1848724 CPUtime=12.7 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 32859 13192 0 0 1210 52 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10849036 memory=1850772 CPUtime=8.75 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 26879 13192 0 0 810 57 5 3 20 0 15 0 444317806 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 44 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683520190112 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683398604160 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10849036 memory=1850772 CPUtime=7.98 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 30742 13192 0 0 785 5 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10849036 memory=1850772 CPUtime=8.11 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 35747 13192 0 0 797 6 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10849036 memory=1660 CPUtime=2.72 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 14581 13192 0 0 258 6 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10849036 memory=1398720917958146503 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10849036 memory=4126316290023845779 CPUtime=1.45 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 2062 13192 0 0 69 68 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 2377.32 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1850772 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.38 1.40 3/228 22419
/proc/meminfo: memFree=27680516/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10849036 memory=1850772 CPUtime=2438.34 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 332410 13192 0 0 243440 386 5 3 20 0 15 0 444317795 11109412864 462693 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2712259 462693 3632 1 0 2674317 0
[pid=21980/tid=22034] ppid=21977 vsize=10849036 memory=56 CPUtime=2357.42 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 99351 13192 0 0 235665 69 5 3 20 0 15 0 444317804 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684490440192 140684107255180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10849036 memory=1850772 CPUtime=13.08 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 35048 13192 0 0 1244 56 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10849036 memory=1850772 CPUtime=13.03 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 27663 13192 0 0 1237 58 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10849036 memory=1850772 CPUtime=13.07 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 24574 13192 0 0 1243 56 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10849036 memory=1850772 CPUtime=13.06 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 33052 13192 0 0 1245 53 5 3 20 0 15 0 444317805 11109412864 462693 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10849036 memory=1850772 CPUtime=9 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 27296 13192 0 0 834 58 5 3 20 0 15 0 444317806 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 44 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683520190112 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10849036 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683398604160 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10849036 memory=1850772 CPUtime=7.98 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 30744 13192 0 0 785 5 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10849036 memory=1850772 CPUtime=8.11 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 35749 13192 0 0 797 6 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10849036 memory=1850772 CPUtime=2.72 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 14583 13192 0 0 258 6 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10849036 memory=1850772 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10849036 memory=3512 CPUtime=1.48 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 2082 13192 0 0 70 70 5 3 20 0 15 0 444317810 11109412864 462693 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 2438.34 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1850772 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.37 1.40 3/228 22423
/proc/meminfo: memFree=27677296/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10849036 memory=1852820 CPUtime=2499.38 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 335163 13192 0 0 249537 393 5 3 20 0 15 0 444317795 11109412864 463205 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2712259 463205 3632 1 0 2674317 0
[pid=21980/tid=22034] ppid=21977 vsize=10849036 memory=1850772 CPUtime=2416.74 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 100361 13192 0 0 241596 70 5 3 20 0 15 0 444317804 11109412864 463205 33554432000 4194304 4196468 140730259214384 140684490439856 140684502919772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10849036 memory=1850772 CPUtime=13.45 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 35356 13192 0 0 1279 58 5 3 20 0 15 0 444317805 11109412864 463205 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10849036 memory=1852820 CPUtime=13.39 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 27994 13192 0 0 1272 59 5 3 20 0 15 0 444317805 11109412864 463205 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10849036 memory=1852820 CPUtime=13.44 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 25048 13192 0 0 1278 58 5 3 20 0 15 0 444317805 11109412864 463205 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10849036 memory=1852820 CPUtime=13.42 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 33203 13192 0 0 1280 54 5 3 20 0 15 0 444317805 11109412864 463205 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10849036 memory=1852820 CPUtime=9.24 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 27731 13192 0 0 857 59 5 3 20 0 15 0 444317806 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10849036 memory=1852820 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 44 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683520190112 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10849036 memory=1852820 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683398604160 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10849036 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10849036 memory=47976 CPUtime=7.99 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 30748 13192 0 0 785 6 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10849036 memory=3512 CPUtime=8.11 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 35753 13192 0 0 797 6 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10849036 memory=47976 CPUtime=2.72 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 14587 13192 0 0 258 6 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10849036 memory=1852820 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10849036 memory=1852820 CPUtime=1.51 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 2114 13192 0 0 72 71 5 3 20 0 15 0 444317810 11109412864 463205 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 2499.38 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1852820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.6 s]
/proc/loadavg: 1.33 1.38 1.40 3/228 22424
/proc/meminfo: memFree=27682800/32770624 swapFree=66917056/67108860
[pid=21980] ppid=21977 vsize=10849036 memory=1845636 CPUtime=2520.05 cores=0,2,4,6
/proc/21980/stat : 21980 (java) S 21977 21980 18193 0 -1 1077944320 335841 13192 0 0 251602 395 5 3 20 0 15 0 444317795 11109412864 461409 33554432000 4194304 4196468 140730259214384 140730259196928 140684518604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
/proc/21980/statm: 2712259 461409 3632 1 0 2674317 0
[pid=21980/tid=22034] ppid=21977 vsize=10849036 memory=1560 CPUtime=2436.8 cores=0,2,4,6
/proc/21980/task/22034/stat : 22034 (java) R 21977 21980 18193 0 -1 4202560 100717 13192 0 0 243602 70 5 3 20 0 15 0 444317804 11109412864 461409 33554432000 4194304 4196468 140730259214384 140684490440080 140684107676604 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22035] ppid=21977 vsize=10849036 memory=6791534058613427641 CPUtime=13.57 cores=0,2,4,6
/proc/21980/task/22035/stat : 22035 (java) S 21977 21980 18193 0 -1 1077944384 35567 13192 0 0 1291 58 5 3 20 0 15 0 444317805 11109412864 461409 33554432000 4194304 4196468 140730259214384 140684522846864 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22036] ppid=21977 vsize=10849036 memory=1560 CPUtime=13.52 cores=0,2,4,6
/proc/21980/task/22036/stat : 22036 (java) S 21977 21980 18193 0 -1 1077944384 28034 13192 0 0 1285 59 5 3 20 0 15 0 444317805 11109412864 461409 33554432000 4194304 4196468 140730259214384 140684411120144 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22037] ppid=21977 vsize=10849036 memory=932 CPUtime=13.56 cores=0,2,4,6
/proc/21980/task/22037/stat : 22037 (java) S 21977 21980 18193 0 -1 1077944384 25091 13192 0 0 1290 58 5 3 20 0 15 0 444317805 11109412864 461409 33554432000 4194304 4196468 140730259214384 140684410067344 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22038] ppid=21977 vsize=10849036 memory=1636 CPUtime=13.55 cores=0,2,4,6
/proc/21980/task/22038/stat : 22038 (java) S 21977 21980 18193 0 -1 1077944384 33208 13192 0 0 1293 54 5 3 20 0 15 0 444317805 11109412864 461409 33554432000 4194304 4196468 140730259214384 140684409014544 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22039] ppid=21977 vsize=10849036 memory=1436 CPUtime=9.32 cores=0,2,4,6
/proc/21980/task/22039/stat : 22039 (java) S 21977 21980 18193 0 -1 1077944384 27752 13192 0 0 864 60 5 3 20 0 15 0 444317806 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683521244016 140684518615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22040] ppid=21977 vsize=10849036 memory=896 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22040/stat : 22040 (java) S 21977 21980 18193 0 -1 1077944384 44 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683520190112 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22041] ppid=21977 vsize=10849036 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22041/stat : 22041 (java) S 21977 21980 18193 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 444317807 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683398604160 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22042] ppid=21977 vsize=10849036 memory=2520 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22042/stat : 22042 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683091204432 140684518623131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22043] ppid=21977 vsize=10849036 memory=14004 CPUtime=7.99 cores=0,2,4,6
/proc/21980/task/22043/stat : 22043 (java) S 21977 21980 18193 0 -1 1077944384 30748 13192 0 0 785 6 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683486632304 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22044] ppid=21977 vsize=10849036 memory=12040 CPUtime=8.11 cores=0,2,4,6
/proc/21980/task/22044/stat : 22044 (java) S 21977 21980 18193 0 -1 1077944384 35753 13192 0 0 797 6 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683485579504 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22045] ppid=21977 vsize=10849036 memory=2124 CPUtime=2.72 cores=0,2,4,6
/proc/21980/task/22045/stat : 22045 (java) S 21977 21980 18193 0 -1 1077944384 14587 13192 0 0 258 6 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683484526704 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22046] ppid=21977 vsize=10849036 memory=25628 CPUtime=0.08 cores=0,2,4,6
/proc/21980/task/22046/stat : 22046 (java) S 21977 21980 18193 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683057645792 140684518614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
[pid=21980/tid=22047] ppid=21977 vsize=10849036 memory=1846660 CPUtime=1.53 cores=0,2,4,6
/proc/21980/task/22047/stat : 22047 (java) S 21977 21980 18193 0 -1 1077944384 2116 13192 0 0 73 72 5 3 20 0 15 0 444317810 11109412864 461409 33554432000 4194304 4196468 140730259214384 140683483475120 140684518615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140730259217135 140730259219653 140730259219653 140730259222479 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1845636 KiB

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

[startup+2462.65 s]
# the end of solver process 21980 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.99853 s

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

Child status: 143
Real time (s): 2462.65
CPU time (s): 2520.11
CPU user time (s): 2516.11
CPU system time (s): 3.99853
CPU usage (%): 102.333
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2903360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.99853
maximum resident set size= 2907456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252028
involuntary context switches= 7371


# summary of solver processes directly reported to runsolver:
#   pid: 21980
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.99853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6673 second user time and 23.1708 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 03:33:16
IDJOB=4400695
IDBENCH=128124
IDSOLVER=2857
FILE ID=node147/4400695-1568684039
RUNJOBID= node147-1568673287-18224
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400695-1568684039/watcher-4400695-1568684039 -o /tmp/evaluation-result-4400695-1568684039/solver-4400695-1568684039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400695-1568684039.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=1917960574

node147.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.52
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.52
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.52
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.52
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:        29199064 kB
MemAvailable:   30640728 kB
Buffers:           95488 kB
Cached:          1638904 kB
SwapCached:        87660 kB
Active:          2117292 kB
Inactive:         872232 kB
Active(anon):    1171584 kB
Inactive(anon):   133772 kB
Active(file):     945708 kB
Inactive(file):   738460 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35160 kB
Writeback:             0 kB
AnonPages:       1279288 kB
Mapped:            62044 kB
Shmem:             40920 kB
Slab:             176052 kB
SReclaimable:     146660 kB
SUnreclaim:        29392 kB
KernelStack:        3792 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2403216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 04:14:19