Trace number 4387237

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.10? (TO) 2520.08 2452.53

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.70/0.60	c Concrete v3.10.1560635388952 running
2520.03/2452.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2452.51		at concrete.MAC.mac(MAC.scala:189)
2520.03/2452.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2452.51		at scala.util.Try$.apply(Try.scala:212)
2520.03/2452.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2452.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2452.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2452.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2452.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2452.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2452.51		at concrete.ProblemState.map(ProblemState.scala:228)
2520.03/2452.51		at concrete.ProblemState.map(ProblemState.scala:210)
2520.03/2452.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2452.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2452.51		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2452.51		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2452.51		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2452.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.03/2452.51		at scala.util.Success.map(Try.scala:264)
2520.03/2452.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2452.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2452.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2452.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2452.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2452.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2452.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2452.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2452.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2452.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2452.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2452.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2452.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2452.51		at scala.App.main(App.scala:75)
2520.03/2452.51		at scala.App.main$(App.scala:73)
2520.03/2452.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2452.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2452.51	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: 16375 MiB (8802 MiB free)
  memory of node 1: 16384 MiB (13560 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387237-1568296477/watcher-4387237-1568296477 -o /tmp/evaluation-result-4387237-1568296477/solver-4387237-1568296477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31917 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387237-1568296477.xml 

running on 4 cores: 4-7

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

solver pid=2457, runsolver pid=2454

[startup+0.100067 s]*
/proc/loadavg: 1.36 1.41 1.61 2/215 2510
/proc/meminfo: memFree=22895924/32770688 swapFree=66960420/67108860
[pid=2457] ppid=2454 vsize=9972712 memory=15492 CPUtime=0.09 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 4121 13041 0 0 0 1 6 2 20 0 6 0 405589391 10212057088 3873 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2493178 3873 1777 1 0 2481616 0
[pid=2457/tid=2510] ppid=2454 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 2107 13041 0 0 0 0 6 2 20 0 6 0 405589401 10212057088 4071 33554432000 4194304 4196468 140736053351328 139943987151440 139944015336605 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 6 0 405589402 10212057088 4071 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=9972712 memory=139775341934208 CPUtime=0.08 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 6 0 405589402 10212057088 4071 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 6 0 405589402 10212057088 4071 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 6 0 405589402 10212057088 4071 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15492 KiB

[startup+0.211228 s]*
/proc/loadavg: 1.36 1.41 1.61 3/228 2523
/proc/meminfo: memFree=22876324/32770688 swapFree=66960420/67108860
[pid=2457] ppid=2454 vsize=10818900 memory=37744 CPUtime=0.26 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 6731 13041 0 0 16 2 6 2 20 0 15 0 405589391 11078553600 9436 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2704725 9436 2971 1 0 2667149 0
[pid=2457/tid=2510] ppid=2454 vsize=10818900 memory=8389772277269004345 CPUtime=0.19 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 3248 13041 0 0 10 1 6 2 20 0 15 0 405589401 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943987099560 139943998501488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10818900 memory=4294967661 CPUtime=0.08 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078553600 9436 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10818900 memory=139775341961177 CPUtime=0.08 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10818900 memory=139775341934208 CPUtime=0.08 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589403 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 13 13041 0 0 0 0 6 2 20 0 15 0 405589404 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943456269472 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589404 11078553600 9436 33554432000 4194304 4196468 140736053351328 139942852289264 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11078553600 9436 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 356 13041 0 0 1 0 6 2 20 0 15 0 405589407 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10818900 memory=-1 CPUtime=0.09 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 279 13041 0 0 1 0 6 2 20 0 15 0 405589407 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10818900 memory=139775341934208 CPUtime=0.1 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) R 2454 2457 31157 0 -1 4202560 635 13041 0 0 2 0 6 2 20 0 15 0 405589407 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943538510320 139943994264448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11078553600 9436 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10818900 memory=139775341934208 CPUtime=0.08 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589408 11078553600 9436 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 37744 KiB

[startup+0.311658 s]*
/proc/loadavg: 1.36 1.41 1.61 3/228 2523
/proc/meminfo: memFree=22863420/32770688 swapFree=66960420/67108860
[pid=2457] ppid=2454 vsize=10819084 memory=46792 CPUtime=0.39 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 10357 13041 0 0 27 4 6 2 20 0 15 0 405589391 11078742016 11698 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2704771 11698 3040 1 0 2667149 0
[pid=2457/tid=2510] ppid=2454 vsize=10819084 memory=6935054825532540783 CPUtime=0.29 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 6828 13041 0 0 18 3 6 2 20 0 15 0 405589401 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943987118768 139943999395166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10819084 memory=4872558044660077418 CPUtime=0.08 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078742016 11698 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10819084 memory=8226496019563508123 CPUtime=0.08 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10819084 memory=-8412656567334364540 CPUtime=0.08 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589403 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 13 13041 0 0 0 0 6 2 20 0 15 0 405589404 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943456269472 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589404 11078742016 11698 33554432000 4194304 4196468 140736053351328 139942852289264 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11078742016 11698 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 357 13041 0 0 1 0 6 2 20 0 15 0 405589407 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 279 13041 0 0 1 0 6 2 20 0 15 0 405589407 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10819084 memory=0 CPUtime=0.13 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 664 13041 0 0 5 0 6 2 20 0 15 0 405589407 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11078742016 11698 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589408 11078742016 11698 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 46792 KiB

[startup+0.707585 s]
/proc/loadavg: 1.36 1.41 1.61 3/228 2523
/proc/meminfo: memFree=22852204/32770688 swapFree=66960420/67108860
[pid=2457] ppid=2454 vsize=10822292 memory=76836 CPUtime=1.14 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 14568 13041 0 0 99 7 6 2 20 0 15 0 405589391 11082027008 19209 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2705573 19209 3487 1 0 2667661 0
[pid=2457/tid=2510] ppid=2454 vsize=10822292 memory=0 CPUtime=0.67 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 10246 13041 0 0 55 4 6 2 20 0 15 0 405589401 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943987146160 139943999395166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11082027008 19209 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10822292 memory=279550428712720 CPUtime=0.08 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589402 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10822292 memory=2469404870401 CPUtime=0.08 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589402 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10822292 memory=2473699837697 CPUtime=0.08 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 5 13041 0 0 0 0 6 2 20 0 15 0 405589403 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10822292 memory=2477994804993 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 13 13041 0 0 0 0 6 2 20 0 15 0 405589404 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943456269472 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10822292 memory=448689960 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589404 11082027008 19209 33554432000 4194304 4196468 140736053351328 139942852289264 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10822292 memory=4641337133689313955 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11082027008 19209 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10822292 memory=5864902102088180568 CPUtime=0.22 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 724 13041 0 0 14 0 6 2 20 0 15 0 405589407 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10822292 memory=7881696724453321575 CPUtime=0.2 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 523 13041 0 0 12 0 6 2 20 0 15 0 405589407 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10822292 memory=8740 CPUtime=0.25 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 840 13041 0 0 17 0 6 2 20 0 15 0 405589407 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10822292 memory=279550429275712 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11082027008 19209 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10822292 memory=139775415681625 CPUtime=0.08 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589408 11082027008 19209 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76836 KiB

[startup+1.50493 s]
/proc/loadavg: 1.36 1.41 1.61 7/228 2523
/proc/meminfo: memFree=22803324/32770688 swapFree=66960420/67108860
[pid=2457] ppid=2454 vsize=10832608 memory=225568 CPUtime=3.45 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 37250 13041 0 0 324 13 6 2 20 0 15 0 405589391 11092590592 56392 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2708152 56392 3569 1 0 2670221 0
[pid=2457/tid=2510] ppid=2454 vsize=10832608 memory=-7966001967407402336 CPUtime=1.43 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 17515 13041 0 0 128 7 6 2 20 0 15 0 405589401 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943987130272 139944015336605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 211 13041 0 0 1 0 6 2 20 0 15 0 405589402 11092590592 56392 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10832608 memory=6944652177228980320 CPUtime=0.09 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 10 13041 0 0 1 0 6 2 20 0 15 0 405589402 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 48 13041 0 0 1 0 6 2 20 0 15 0 405589402 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 37 13041 0 0 1 0 6 2 20 0 15 0 405589402 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10832608 memory=279550428780976 CPUtime=0.09 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 90 13041 0 0 1 0 6 2 20 0 15 0 405589403 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10832608 memory=139775214481952 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 13 13041 0 0 0 0 6 2 20 0 15 0 405589404 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943456269472 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10832608 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 2 13041 0 0 0 0 6 2 20 0 15 0 405589404 11092590592 56392 33554432000 4194304 4196468 140736053351328 139942852289264 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10832608 memory=3467824627880452160 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11092590592 56392 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10832608 memory=279550428964352 CPUtime=0.78 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) R 2454 2457 31157 0 -1 4202560 7025 13041 0 0 69 1 6 2 20 0 15 0 405589407 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943540615920 139943998872048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10832608 memory=-7026283297063673248 CPUtime=0.79 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) R 2454 2457 31157 0 -1 4202560 6890 13041 0 0 70 1 6 2 20 0 15 0 405589407 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943539549920 139944015328583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10832608 memory=8292095139715588497 CPUtime=0.54 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 3196 13041 0 0 46 0 6 2 20 0 15 0 405589407 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10832608 memory=1399943076115485043 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11092590592 56392 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10832608 memory=142115971573955 CPUtime=0.08 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 1 13041 0 0 0 0 6 2 20 0 15 0 405589408 11092590592 56392 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 10832608 KiB

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

/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 114456 13041 0 0 235786 76 6 2 20 0 15 0 405589401 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943987150384 139943628409662 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10849012 memory=3612 CPUtime=12.25 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 35904 13041 0 0 1164 53 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.25 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 43104 13041 0 0 1159 58 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10849012 memory=2407364 CPUtime=12.22 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 33187 13041 0 0 1157 57 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10849012 memory=55 CPUtime=12.23 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 45128 13041 0 0 1162 53 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10849012 memory=2405824 CPUtime=9.29 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 32412 13041 0 0 869 52 6 2 20 0 15 0 405589403 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 21 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943456269536 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 15 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942852289280 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.56 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 136124 13041 0 0 1237 11 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.08 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 146419 13041 0 0 1183 17 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10849012 memory=2400696 CPUtime=6.35 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 147965 13041 0 0 613 14 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10849012 memory=3612 CPUtime=1.31 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 4162 13041 0 0 54 69 6 2 20 0 15 0 405589408 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 2448.62 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2400696 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.36 1.34 3/228 2901
/proc/meminfo: memFree=21242192/32770688 swapFree=66960428/67108860
[pid=2457] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2509.65 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 744045 13041 0 0 250537 420 6 2 20 0 15 0 405589391 11109388288 600174 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2712253 600174 3628 1 0 2674317 0
[pid=2457/tid=2510] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2418.06 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 115546 13041 0 0 241721 77 6 2 20 0 15 0 405589401 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943987149904 139943998698670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.59 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 36141 13041 0 0 1197 54 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.59 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 43394 13041 0 0 1193 58 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.57 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 33744 13041 0 0 1190 59 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.57 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 45420 13041 0 0 1196 53 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10849012 memory=2400696 CPUtime=9.55 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 32848 13041 0 0 894 53 6 2 20 0 15 0 405589403 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 21 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943456269536 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 15 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942852289280 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.56 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 136128 13041 0 0 1237 11 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.08 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 146424 13041 0 0 1183 17 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10849012 memory=2400696 CPUtime=6.35 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 147969 13041 0 0 613 14 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10849012 memory=21612275438502 CPUtime=1.34 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 4183 13041 0 0 56 70 6 2 20 0 15 0 405589408 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 2509.65 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2400696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.5 s]
/proc/loadavg: 1.33 1.37 1.34 3/228 2901
/proc/meminfo: memFree=21242348/32770688 swapFree=66960428/67108860
[pid=2457] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2520.03 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 745187 13041 0 0 251574 421 6 2 20 0 15 0 405589391 11109388288 600174 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2712253 600174 3628 1 0 2674317 0
[pid=2457/tid=2510] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2428.14 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 115885 13041 0 0 242729 77 6 2 20 0 15 0 405589401 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943987150720 139943620314577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.66 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 36405 13041 0 0 1203 55 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.66 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 43514 13041 0 0 1199 59 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.63 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 33934 13041 0 0 1196 59 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.64 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 45437 13041 0 0 1202 54 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10849012 memory=2400696 CPUtime=9.6 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 33042 13041 0 0 898 54 6 2 20 0 15 0 405589403 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 21 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943456269536 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10849012 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 15 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942852289280 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10849012 memory=288230574492221466 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10849012 memory=301741394933055803 CPUtime=12.56 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 136130 13041 0 0 1237 11 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10849012 memory=3612 CPUtime=12.08 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 146426 13041 0 0 1183 17 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10849012 memory=35940 CPUtime=6.35 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 147971 13041 0 0 613 14 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10849012 memory=2400696 CPUtime=1.35 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 4195 13041 0 0 56 71 6 2 20 0 15 0 405589408 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2400696 KiB

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

[startup+2452.53 s]
# the end of solver process 2457 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.25524 s

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

[startup+2452.5 s]
/proc/loadavg: 1.33 1.37 1.34 3/228 2901
/proc/meminfo: memFree=21242348/32770688 swapFree=66960428/67108860
[pid=2457] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2520.03 cores=4-7
/proc/2457/stat : 2457 (java) S 2454 2457 31157 0 -1 1077944320 745187 13041 0 0 251574 421 6 2 20 0 15 0 405589391 11109388288 600174 33554432000 4194304 4196468 140736053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
/proc/2457/statm: 2712253 600174 3628 1 0 2674317 0
[pid=2457/tid=2510] ppid=2454 vsize=10849012 memory=2400696 CPUtime=2428.14 cores=4-7
/proc/2457/task/2510/stat : 2510 (java) R 2454 2457 31157 0 -1 4202560 115885 13041 0 0 242729 77 6 2 20 0 15 0 405589401 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943987150720 139943620314577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2511] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.66 cores=4-7
/proc/2457/task/2511/stat : 2511 (java) S 2454 2457 31157 0 -1 1077944384 36405 13041 0 0 1203 55 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139944019557392 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2512] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.66 cores=4-7
/proc/2457/task/2512/stat : 2512 (java) S 2454 2457 31157 0 -1 1077944384 43514 13041 0 0 1199 59 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943934377104 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2513] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.63 cores=4-7
/proc/2457/task/2513/stat : 2513 (java) S 2454 2457 31157 0 -1 1077944384 33934 13041 0 0 1196 59 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943933324048 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2514] ppid=2454 vsize=10849012 memory=2400696 CPUtime=12.64 cores=4-7
/proc/2457/task/2514/stat : 2514 (java) S 2454 2457 31157 0 -1 1077944384 45437 13041 0 0 1202 54 6 2 20 0 15 0 405589402 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943932271504 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2515] ppid=2454 vsize=10849012 memory=2400696 CPUtime=9.6 cores=4-7
/proc/2457/task/2515/stat : 2515 (java) S 2454 2457 31157 0 -1 1077944384 33042 13041 0 0 898 54 6 2 20 0 15 0 405589403 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943541668080 139944015325826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2516] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2516/stat : 2516 (java) S 2454 2457 31157 0 -1 1077944384 21 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943456269536 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2517] ppid=2454 vsize=10849012 memory=0 CPUtime=0.08 cores=4-7
/proc/2457/task/2517/stat : 2517 (java) S 2454 2457 31157 0 -1 1077944384 15 13041 0 0 0 0 6 2 20 0 15 0 405589404 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942852289280 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2518] ppid=2454 vsize=10849012 memory=288230574492221466 CPUtime=0.08 cores=4-7
/proc/2457/task/2518/stat : 2518 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942544889808 139944015333275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2519] ppid=2454 vsize=10849012 memory=301741394933055803 CPUtime=12.56 cores=4-7
/proc/2457/task/2519/stat : 2519 (java) S 2454 2457 31157 0 -1 1077944384 136130 13041 0 0 1237 11 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943540615920 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2520] ppid=2454 vsize=10849012 memory=3612 CPUtime=12.08 cores=4-7
/proc/2457/task/2520/stat : 2520 (java) S 2454 2457 31157 0 -1 1077944384 146426 13041 0 0 1183 17 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943539563376 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2521] ppid=2454 vsize=10849012 memory=35940 CPUtime=6.35 cores=4-7
/proc/2457/task/2521/stat : 2521 (java) S 2454 2457 31157 0 -1 1077944384 147971 13041 0 0 613 14 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943538510320 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2522] ppid=2454 vsize=10849012 memory=2400696 CPUtime=0.08 cores=4-7
/proc/2457/task/2522/stat : 2522 (java) S 2454 2457 31157 0 -1 1077944384 3 13041 0 0 0 0 6 2 20 0 15 0 405589407 11109388288 600174 33554432000 4194304 4196468 140736053351328 139942511332192 139944015324885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
[pid=2457/tid=2523] ppid=2454 vsize=10849012 memory=2400696 CPUtime=1.35 cores=4-7
/proc/2457/task/2523/stat : 2523 (java) S 2454 2457 31157 0 -1 1077944384 4195 13041 0 0 56 71 6 2 20 0 15 0 405589408 11109388288 600174 33554432000 4194304 4196468 140736053351328 139943537457712 139944015325826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15622144 140736053353206 140736053355717 140736053355717 140736053358543 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2400696 KiB

Child status: 143
Real time (s): 2452.53
CPU time (s): 2520.08
CPU user time (s): 2515.83
CPU system time (s): 4.25524
CPU usage (%): 102.754
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2906176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.25524
maximum resident set size= 2909304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 759181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263571
involuntary context switches= 5431


# summary of solver processes directly reported to runsolver:
#   pid: 2457
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.25524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.386 second user time and 28.9309 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-12 15:53:56
IDJOB=4387237
IDBENCH=128124
IDSOLVER=2823
FILE ID=node116/4387237-1568296477
RUNJOBID= node116-1568285921-31917
PBS_JOBID= 21701086
Free space on /tmp= 54296 MiB

SOLVER NAME= Concrete 3.10
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-4387237-1568296477/watcher-4387237-1568296477 -o /tmp/evaluation-result-4387237-1568296477/solver-4387237-1568296477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31917 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387237-1568296477.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=167822977

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        22900948 kB
MemAvailable:   30437424 kB
Buffers:          102236 kB
Cached:          7646556 kB
SwapCached:        46364 kB
Active:          2809572 kB
Inactive:        6366068 kB
Active(anon):    1390660 kB
Inactive(anon):    76696 kB
Active(file):    1418912 kB
Inactive(file):  6289372 kB
Unevictable:      110104 kB
Mlocked:          110104 kB
SwapTotal:      67108860 kB
SwapFree:       66960420 kB
Dirty:             34940 kB
Writeback:             0 kB
AnonPages:       1491612 kB
Mapped:            55108 kB
Shmem:             31804 kB
Slab:             285088 kB
SReclaimable:     256652 kB
SUnreclaim:        28436 kB
KernelStack:        3696 kB
PageTables:         8388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2610584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1361920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 54260 MiB
End job on node116 at 2019-09-12 16:34:49