Trace number 4400812

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

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-36-92.xml
MD5SUMe7221c19415bed5c98fc37c567f19ceb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark67.5998
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":100},{"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":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":39},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":14},{"degree":25,"count":14},{"degree":26,"count":9},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":8},{"degree":30,"count":8},{"degree":31,"count":9},{"degree":32,"count":9},{"degree":33,"count":19},{"degree":34,"count":5},{"degree":35,"count":5},{"degree":36,"count":7},{"degree":37,"count":4},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":3},{"degree":48,"count":11}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":100},{"arity":7,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":2},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":3},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400812-1568683874/watcher-4400812-1568683874 -o /tmp/evaluation-result-4400812-1568683874/solver-4400812-1568683874 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4400812-1568683874.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=21381, runsolver pid=21378

[startup+0.100171 s]*
/proc/loadavg: 1.30 1.44 1.52 3/218 21438
/proc/meminfo: memFree=28177568/32770624 swapFree=66926528/67108860
[pid=21381] ppid=21378 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 4451 13050 0 0 1 0 5 2 20 0 6 0 444643228 10212057088 4204 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2493178 4204 1935 1 0 2481616 0
[pid=21381/tid=21434] ppid=21378 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 2254 13050 0 0 0 0 5 2 20 0 6 0 444643237 10212057088 4204 33554432000 4194304 4196468 140735920168128 140140347195984 140140359439710 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 6 0 444643238 10212057088 4204 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=9972712 memory=140417171391320 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 6 0 444643238 10212057088 4204 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 6 0 444643238 10212057088 4204 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 6 0 444643238 10212057088 4204 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21037 s]*
/proc/loadavg: 1.30 1.44 1.52 4/227 21447
/proc/meminfo: memFree=28153712/32770624 swapFree=66926528/67108860
[pid=21381] ppid=21378 vsize=10820164 memory=45656 CPUtime=0.26 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 7157 13050 0 0 17 2 5 2 20 0 15 0 444643228 11079847936 11414 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2705041 11414 3258 1 0 2667149 0
[pid=21381/tid=21434] ppid=21378 vsize=10820176 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 3710 13050 0 0 10 1 5 2 20 0 15 0 444643237 11079860224 11414 33554432000 4194304 4196468 140735920168128 140140347182384 140140368459070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079860224 11414 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10820176 memory=140417171391320 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079860224 11414 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079868416 11414 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079868416 11414 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643239 11079868416 11414 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 13 13050 0 0 0 0 5 2 20 0 15 0 444643240 11079868416 11414 33554432000 4194304 4196468 140735920168128 140139816806048 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643240 11079868416 11414 33554432000 4194304 4196468 140735920168128 140139682587888 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079868416 11414 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 471 13050 0 0 1 0 5 2 20 0 15 0 444643243 11079872512 11414 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) R 21378 21381 18141 0 -1 4202560 188 13050 0 0 1 0 5 2 20 0 15 0 444643243 11079872512 11414 33554432000 4194304 4196468 140735920168128 140139899828592 140140355211355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10820188 memory=140417171371648 CPUtime=0.1 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 597 13050 0 0 3 0 5 2 20 0 15 0 444643243 11079872512 11414 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079872512 11414 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10820188 memory=140417171371648 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079872512 11414 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45656 KiB

[startup+0.311694 s]*
/proc/loadavg: 1.30 1.44 1.52 3/227 21447
/proc/meminfo: memFree=28140656/32770624 swapFree=66926528/67108860
[pid=21381] ppid=21378 vsize=10820196 memory=54092 CPUtime=0.39 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 10734 13050 0 0 28 4 5 2 20 0 15 0 444643228 11079880704 13523 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2705049 13523 3307 1 0 2667149 0
[pid=21381/tid=21434] ppid=21378 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 7217 13050 0 0 19 3 5 2 20 0 15 0 444643237 11079880704 13523 33554432000 4194304 4196468 140735920168128 140140347181616 140140359439710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079880704 13523 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079880704 13523 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079880704 13523 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11079880704 13523 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10820196 memory=140417171371647 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643239 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 13 13050 0 0 0 0 5 2 20 0 15 0 444643240 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139816806048 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643240 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139682587888 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 471 13050 0 0 1 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 198 13050 0 0 1 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10820196 memory=140417171371648 CPUtime=0.12 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 616 13050 0 0 5 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10820196 memory=140417171371648 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643243 11079880704 13523 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54092 KiB

[startup+0.71016 s]
/proc/loadavg: 1.30 1.44 1.52 4/227 21447
/proc/meminfo: memFree=28125372/32770624 swapFree=66926528/67108860
[pid=21381] ppid=21378 vsize=10824364 memory=87744 CPUtime=1.13 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 15116 13050 0 0 99 7 5 2 20 0 15 0 444643228 11084148736 21936 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2706091 21936 3507 1 0 2668173 0
[pid=21381/tid=21434] ppid=21378 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 10493 13050 0 0 55 5 5 2 20 0 15 0 444643237 11084148736 21936 33554432000 4194304 4196468 140735920168128 140140347186176 140140359439710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10824364 memory=1284 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11084148736 21936 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10824364 memory=1044 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11084148736 21936 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10824364 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643238 11084148736 21936 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643238 11084148736 21936 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 5 13050 0 0 0 0 5 2 20 0 15 0 444643239 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 13 13050 0 0 0 0 5 2 20 0 15 0 444643240 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139816806048 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643240 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139682587888 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 899 13050 0 0 12 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) R 21378 21381 18141 0 -1 4202560 605 13050 0 0 13 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139899815136 140140360484608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) R 21378 21381 18141 0 -1 4202560 885 13050 0 0 17 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139898775536 140140355074004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10824364 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643243 11084148736 21936 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87744 KiB

[startup+1.50079 s]
/proc/loadavg: 1.30 1.44 1.52 5/227 21447
/proc/meminfo: memFree=28089484/32770624 swapFree=66926528/67108860
[pid=21381] ppid=21378 vsize=10834680 memory=179224 CPUtime=2.6 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 21569 13050 0 0 241 12 5 2 20 0 15 0 444643228 11094712320 44806 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2708670 44806 3587 1 0 2670733 0
[pid=21381/tid=21434] ppid=21378 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 15054 13050 0 0 128 8 5 2 20 0 15 0 444643237 11094712320 44806 33554432000 4194304 4196468 140735920168128 140140347183200 140140375371158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10834680 memory=7595433356954790999 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 58 13050 0 0 1 0 5 2 20 0 15 0 444643238 11094712320 44806 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10834680 memory=7595433356954856279 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 49 13050 0 0 1 0 5 2 20 0 15 0 444643238 11094712320 44806 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10834680 memory=7595433356954332503 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 61 13050 0 0 1 0 5 2 20 0 15 0 444643238 11094712320 44806 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10834680 memory=280834087415584 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 330 13050 0 0 1 0 5 2 20 0 15 0 444643238 11094712320 44830 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10834680 memory=3612118715792993937 CPUtime=0.08 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 147 13050 0 0 1 0 5 2 20 0 15 0 444643239 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10834680 memory=280834087083008 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 13 13050 0 0 0 0 5 2 20 0 15 0 444643240 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139816806112 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643240 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139682587904 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10834680 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) R 21378 21381 18141 0 -1 1077944384 1197 13050 0 0 31 0 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10834680 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 877 13050 0 0 29 1 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10834680 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 1569 13050 0 0 45 0 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10834680 memory=280834087624704 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10834680 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1 13050 0 0 0 0 5 2 20 0 15 0 444643243 11094712320 44830 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 69192 13050 0 0 229599 53 5 2 20 0 15 0 444643237 11109412864 244860 33554432000 4194304 4196468 140735920168128 140140347194416 140139975663047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10849036 memory=979440 CPUtime=11.98 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 19268 13050 0 0 1138 53 5 2 20 0 15 0 444643238 11109412864 244860 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10849036 memory=979440 CPUtime=11.98 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 13128 13050 0 0 1136 55 5 2 20 0 15 0 444643238 11109412864 244860 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10849036 memory=979440 CPUtime=12.05 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 14914 13050 0 0 1143 55 5 2 20 0 15 0 444643238 11109412864 244860 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10849036 memory=980468 CPUtime=12.03 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 12261 13050 0 0 1142 54 5 2 20 0 15 0 444643238 11109412864 244860 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10849036 memory=979440 CPUtime=10.24 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 17677 13050 0 0 960 57 5 2 20 0 15 0 444643239 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10849036 memory=979440 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 17 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139816806112 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10849036 memory=979440 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 6 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139682587904 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10849036 memory=979440 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10849036 memory=979440 CPUtime=5.21 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 20768 13050 0 0 511 3 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10849036 memory=7 CPUtime=5.55 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 22444 13050 0 0 544 4 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10849036 memory=979440 CPUtime=2.45 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 12840 13050 0 0 234 4 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10849036 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10849036 memory=6791534058613427641 CPUtime=1.46 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1415 13050 0 0 65 74 5 2 20 0 15 0 444643243 11109412864 244860 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 2369.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 979440 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.35 1.34 3/228 22198
/proc/meminfo: memFree=28939208/32770624 swapFree=66926544/67108860
[pid=21381] ppid=21378 vsize=10849036 memory=972768 CPUtime=2430 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 208062 13050 0 0 242632 361 5 2 20 0 15 0 444643228 11109412864 243192 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2712259 243192 3630 1 0 2674317 0
[pid=21381/tid=21434] ppid=21378 vsize=10849036 memory=988 CPUtime=2355.88 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 70017 13050 0 0 235527 54 5 2 20 0 15 0 444643237 11109412864 243192 33554432000 4194304 4196468 140735920168128 140140347194704 140139970471515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10849036 memory=972768 CPUtime=12.33 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 19585 13050 0 0 1171 55 5 2 20 0 15 0 444643238 11109412864 243192 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10849036 memory=24215 CPUtime=12.32 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 13326 13050 0 0 1168 57 5 2 20 0 15 0 444643238 11109412864 243192 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10849036 memory=972768 CPUtime=12.39 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 15096 13050 0 0 1175 57 5 2 20 0 15 0 444643238 11109412864 243192 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10849036 memory=984 CPUtime=12.37 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 12424 13050 0 0 1174 56 5 2 20 0 15 0 444643238 11109412864 243192 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10849036 memory=972768 CPUtime=10.53 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 17899 13050 0 0 987 59 5 2 20 0 15 0 444643239 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10849036 memory=972768 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 17 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139816806112 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10849036 memory=972772 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 6 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139682587904 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10849036 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10849036 memory=972768 CPUtime=5.21 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 20770 13050 0 0 511 3 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10849036 memory=3580 CPUtime=5.55 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 22446 13050 0 0 544 4 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10849036 memory=972768 CPUtime=2.45 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 12842 13050 0 0 234 4 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10849036 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10849036 memory=972768 CPUtime=1.5 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1423 13050 0 0 67 76 5 2 20 0 15 0 444643243 11109412864 243192 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 2430 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 972768 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.41 1.36 3/227 22202
/proc/meminfo: memFree=28950212/32770624 swapFree=66926544/67108860
[pid=21381] ppid=21378 vsize=10849036 memory=961476 CPUtime=2490.91 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 209832 13050 0 0 248715 369 5 2 20 0 15 0 444643228 11109412864 240369 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2712259 240369 3630 1 0 2674317 0
[pid=21381/tid=21434] ppid=21378 vsize=10849036 memory=5940085650734344552 CPUtime=2415.18 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 70851 13050 0 0 241456 55 5 2 20 0 15 0 444643237 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140347194768 140139975663063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10849036 memory=961476 CPUtime=12.65 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 19773 13050 0 0 1203 55 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10849036 memory=961476 CPUtime=12.65 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 13634 13050 0 0 1199 59 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10849036 memory=963528 CPUtime=12.73 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 15192 13050 0 0 1207 59 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10849036 memory=961476 CPUtime=12.69 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 12542 13050 0 0 1205 57 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10849036 memory=966612 CPUtime=10.79 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 18102 13050 0 0 1012 60 5 2 20 0 15 0 444643239 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10849036 memory=961476 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 17 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139816806112 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10849036 memory=961476 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 6 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139682587904 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10849036 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10849036 memory=1808 CPUtime=5.21 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 20772 13050 0 0 511 3 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10849036 memory=30956 CPUtime=5.55 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 22448 13050 0 0 544 4 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10849036 memory=988 CPUtime=2.45 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 12844 13050 0 0 234 4 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10849036 memory=961476 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10849036 memory=961476 CPUtime=1.53 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1440 13050 0 0 68 78 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 2490.91 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 961476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]*
/proc/loadavg: 1.39 1.38 1.35 3/227 22208
/proc/meminfo: memFree=28949480/32770624 swapFree=66926544/67108860
[pid=21381] ppid=21378 vsize=10849036 memory=961476 CPUtime=2520.1 cores=0,2,4,6
/proc/21381/stat : 21381 (java) S 21378 21381 18141 0 -1 1077944320 210599 13050 0 0 251629 374 5 2 20 0 15 0 444643228 11109412864 240369 33554432000 4194304 4196468 140735920168128 140735920150672 140140375359223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
/proc/21381/statm: 2712259 240369 3630 1 0 2674317 0
[pid=21381/tid=21434] ppid=21378 vsize=10849036 memory=8317482817917895235 CPUtime=2443.55 cores=0,2,4,6
/proc/21381/task/21434/stat : 21434 (java) R 21378 21381 18141 0 -1 4202560 71202 13050 0 0 244293 55 5 2 20 0 15 0 444643237 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140347194832 140139970471117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21435] ppid=21378 vsize=10849036 memory=12020 CPUtime=12.82 cores=0,2,4,6
/proc/21381/task/21435/stat : 21435 (java) S 21378 21381 18141 0 -1 1077944384 19873 13050 0 0 1219 56 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140379601424 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21436] ppid=21378 vsize=10849036 memory=496 CPUtime=12.81 cores=0,2,4,6
/proc/21381/task/21436/stat : 21436 (java) S 21378 21381 18141 0 -1 1077944384 13720 13050 0 0 1215 59 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140294421136 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21437] ppid=21378 vsize=10849036 memory=1560 CPUtime=12.89 cores=0,2,4,6
/proc/21381/task/21437/stat : 21437 (java) S 21378 21381 18141 0 -1 1077944384 15203 13050 0 0 1222 60 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140293368080 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21438] ppid=21378 vsize=10849036 memory=928 CPUtime=12.86 cores=0,2,4,6
/proc/21381/task/21438/stat : 21438 (java) S 21378 21381 18141 0 -1 1077944384 12557 13050 0 0 1221 58 5 2 20 0 15 0 444643238 11109412864 240369 33554432000 4194304 4196468 140735920168128 140140292315536 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21439] ppid=21378 vsize=10849036 memory=1680 CPUtime=10.93 cores=0,2,4,6
/proc/21381/task/21439/stat : 21439 (java) S 21378 21381 18141 0 -1 1077944384 18284 13050 0 0 1025 61 5 2 20 0 15 0 444643239 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139901934320 140140375370370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21440] ppid=21378 vsize=10849036 memory=1444 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21440/stat : 21440 (java) S 21378 21381 18141 0 -1 1077944384 17 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139816806112 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21441] ppid=21378 vsize=10849036 memory=896 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21441/stat : 21441 (java) S 21378 21381 18141 0 -1 1077944384 6 13050 0 0 0 0 5 2 20 0 15 0 444643240 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139682587904 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21442] ppid=21378 vsize=10849036 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21442/stat : 21442 (java) S 21378 21381 18141 0 -1 1077944384 2 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139078609360 140140375377819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21443] ppid=21378 vsize=10849036 memory=2552 CPUtime=5.21 cores=0,2,4,6
/proc/21381/task/21443/stat : 21443 (java) S 21378 21381 18141 0 -1 1077944384 20774 13050 0 0 511 3 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139900881136 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21444] ppid=21378 vsize=10849036 memory=1760 CPUtime=5.55 cores=0,2,4,6
/proc/21381/task/21444/stat : 21444 (java) S 21378 21381 18141 0 -1 1077944384 22450 13050 0 0 544 4 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139899828592 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21445] ppid=21378 vsize=10849036 memory=111632 CPUtime=2.45 cores=0,2,4,6
/proc/21381/task/21445/stat : 21445 (java) S 21378 21381 18141 0 -1 1077944384 12846 13050 0 0 234 4 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139898775536 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21446] ppid=21378 vsize=10849036 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/21381/task/21446/stat : 21446 (java) S 21378 21381 18141 0 -1 1077944384 3 13050 0 0 0 0 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140138608847200 140140375369429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
[pid=21381/tid=21447] ppid=21378 vsize=10849036 memory=1808 CPUtime=1.54 cores=0,2,4,6
/proc/21381/task/21447/stat : 21447 (java) S 21378 21381 18141 0 -1 1077944384 1456 13050 0 0 69 78 5 2 20 0 15 0 444643243 11109412864 240369 33554432000 4194304 4196468 140735920168128 140139897723952 140140375370370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20975616 140735920171761 140735920174277 140735920174277 140735920177103 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 961476 KiB

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

[startup+2471.05 s]
# the end of solver process 21381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.7816 s

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

Child status: 143
Real time (s): 2471.05
CPU time (s): 2520.16
CPU user time (s): 2516.38
CPU system time (s): 3.7816
CPU usage (%): 101.988
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1328788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.7816
maximum resident set size= 1329832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286923
involuntary context switches= 7743


# summary of solver processes directly reported to runsolver:
#   pid: 21381
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.7816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7201 second user time and 23.7219 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 02:29:15
IDJOB=4400812
IDBENCH=128093
IDSOLVER=2857
FILE ID=node107/4400812-1568683874
RUNJOBID= node107-1568669613-18172
PBS_JOBID= 21703793
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-36-92.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400812-1568683874/watcher-4400812-1568683874 -o /tmp/evaluation-result-4400812-1568683874/solver-4400812-1568683874 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4400812-1568683874.xml

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

MD5SUM BENCH= e7221c19415bed5c98fc37c567f19ceb
RANDOM SEED=44979452

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28182760 kB
MemAvailable:   29315220 kB
Buffers:          216064 kB
Cached:          1197180 kB
SwapCached:        76496 kB
Active:          3191612 kB
Inactive:         801144 kB
Active(anon):    2512900 kB
Inactive(anon):   109016 kB
Active(file):     678712 kB
Inactive(file):   692128 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926528 kB
Dirty:             35404 kB
Writeback:             0 kB
AnonPages:       2758272 kB
Mapped:            55920 kB
Shmem:             34144 kB
Slab:             183936 kB
SReclaimable:     154912 kB
SUnreclaim:        29024 kB
KernelStack:        3984 kB
PageTables:        10828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3586016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2562048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-17 03:10:27