Trace number 4299033

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 NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 831.585 262.286

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test02-0250_c18.xml
MD5SUM973c4f7d3bfa6ee5bf8044e5608ab9c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89983130
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints2462
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2462}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
831.50/262.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
831.50/262.25		at minicp.engine.constraints.TableCT.<init>(TableCT.java:361)
831.50/262.25		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
831.50/262.25		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
831.50/262.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
831.50/262.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
831.50/262.25		at xcsp3.XCSP3.<init>(XCSP3.java:70)
831.50/262.25		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
831.50/262.25		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
831.50/262.25	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 (13914 MiB free)
  memory of node 1: 16384 MiB (7864 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299033-1532790702/watcher-4299033-1532790702 -o /tmp/evaluation-result-4299033-1532790702/solver-4299033-1532790702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299033-1532790702.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
solver pid=10499, runsolver pid=10496
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.16 2.05 2.06 5/216 10514
/proc/meminfo: memFree=22284728/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661056 memory=28252 CPUtime=0.12 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 5386 0 0 0 11 1 0 0 20 0 15 0 96633544 10916921344 7063 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665264 7063 2850 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661056 memory=-8197568871503532161 CPUtime=0.09 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) R 10496 10499 8861 0 -1 4202560 3268 0 0 0 8 1 0 0 20 0 15 0 96633544 10916921344 7063 33554432000 4194304 4196468 140729826133088 140214084320080 140214080101782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 7063 33554432000 4194304 4196468 140729826133088 140214041049872 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213685558160 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213684505616 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213683453072 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633546 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213639874544 140214080100994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213638820768 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213568395760 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213567343216 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0.01 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) R 10496 10499 8861 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213566290672 140214058794704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 7063 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28252 KiB

[startup+0.210481 s]*
/proc/loadavg: 2.16 2.05 2.06 4/216 10514
/proc/meminfo: memFree=22273408/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661056 memory=40476 CPUtime=0.34 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 8191 0 0 0 32 2 0 0 20 0 15 0 96633544 10916921344 10119 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665264 10119 3010 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) R 10496 10499 8861 0 -1 4202560 5169 0 0 0 18 1 0 0 20 0 15 0 96633544 10916921344 10119 33554432000 4194304 4196468 140729826133088 140214084328256 140214080111773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 10119 33554432000 4194304 4196468 140729826133088 140214041049872 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661056 memory=139658516783062 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213685558160 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213684505616 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213683453072 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633546 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213639874544 140214080100994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213638820768 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 671 0 0 0 3 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213568395760 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) R 10496 10499 8861 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213567328984 140214072379229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0.08 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) R 10496 10499 8861 0 -1 4202560 900 0 0 0 8 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213566287848 140214059046945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 10119 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40476 KiB

[startup+0.310398 s]*
/proc/loadavg: 2.16 2.05 2.06 4/216 10514
/proc/meminfo: memFree=22211768/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661056 memory=108108 CPUtime=0.56 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 8739 0 0 0 52 4 0 0 20 0 15 0 96633544 10916921344 27027 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665264 27027 3049 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) R 10496 10499 8861 0 -1 4202560 5218 0 0 0 27 3 0 0 20 0 15 0 96633544 10916921344 27605 33554432000 4194304 4196468 140729826133088 140214084328256 140214080111773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661056 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 27605 33554432000 4194304 4196468 140729826133088 140214041049872 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661056 memory=139658516782800 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213685558160 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213684505616 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633545 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213683453072 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96633546 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213639874544 140214080100994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213638820768 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661056 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) R 10496 10499 8861 0 -1 4202560 978 0 0 0 8 0 0 0 20 0 15 0 96633550 10916921344 27605 33554432000 4194304 4196468 140729826133088 140213568376648 140214063583849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661056 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 279 0 0 0 4 0 0 0 20 0 15 0 96633550 10916921344 27671 33554432000 4194304 4196468 140729826133088 140213567343216 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0.12 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) R 10496 10499 8861 0 -1 4202560 990 0 0 0 12 0 0 0 20 0 15 0 96633550 10916921344 27671 33554432000 4194304 4196468 140729826133088 140213566287144 140214059135316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 27671 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661056 memory=139658516772480 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 27671 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 108108 KiB

[startup+0.700757 s]
/proc/loadavg: 2.16 2.05 2.06 3/216 10514
/proc/meminfo: memFree=22021124/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661056 memory=481372 CPUtime=1.56 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 11787 0 0 0 116 40 0 0 20 0 15 0 96633544 10916921344 120343 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665264 120343 3088 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661056 memory=1840 CPUtime=0.52 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) S 10496 10499 8861 0 -1 1077944384 5248 0 0 0 46 6 0 0 20 0 15 0 96633544 10916921344 120343 33554432000 4194304 4196468 140729826133088 140214084329104 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661056 memory=1004 CPUtime=0.12 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) R 10496 10499 8861 0 -1 4202560 361 0 0 0 4 8 0 0 20 0 15 0 96633545 10916921344 120343 33554432000 4194304 4196468 140729826133088 140214041049872 140214073192826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661056 memory=12060 CPUtime=0.11 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) R 10496 10499 8861 0 -1 4202560 289 0 0 0 4 7 0 0 20 0 15 0 96633545 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213685558160 140214072718055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661056 memory=5788 CPUtime=0.12 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) R 10496 10499 8861 0 -1 4202560 244 0 0 0 5 7 0 0 20 0 15 0 96633545 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213684505736 140214072718055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661056 memory=792 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) R 10496 10499 8861 0 -1 4202560 433 0 0 0 5 10 0 0 20 0 15 0 96633545 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213683453072 140214072718055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661056 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 96633546 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213639873088 140214080100053 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661056 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213638820768 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661056 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96633547 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661056 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661056 memory=7163631965283378496 CPUtime=0.25 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 1922 0 0 0 25 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213568387040 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661056 memory=7667213801450137426 CPUtime=0.11 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 785 0 0 0 11 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213567322672 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661056 memory=6935658124599644240 CPUtime=0.13 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) S 10496 10499 8861 0 -1 1077944384 1051 0 0 0 13 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213566290672 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661056 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96633550 10916921344 120343 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 481372 KiB

[startup+1.50078 s]
/proc/loadavg: 2.16 2.05 2.06 3/216 10514
/proc/meminfo: memFree=21706952/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661056 memory=880928 CPUtime=3.35 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 13934 0 0 0 255 80 0 0 20 0 15 0 96633544 10916921344 220232 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665264 220232 3097 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661056 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) R 10496 10499 8861 0 -1 4202560 5307 0 0 0 92 11 0 0 20 0 15 0 96633544 10916921344 220232 33554432000 4194304 4196468 140729826133088 140214084329104 140214080111773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661056 memory=-8754540793456063680 CPUtime=0.4 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) S 10496 10499 8861 0 -1 1077944384 516 0 0 0 23 17 0 0 20 0 15 0 96633545 10916921344 220232 33554432000 4194304 4196468 140729826133088 140214041049872 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661056 memory=-2843869621055772062 CPUtime=0.38 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) S 10496 10499 8861 0 -1 1077944384 435 0 0 0 24 14 0 0 20 0 15 0 96633545 10916921344 220232 33554432000 4194304 4196468 140729826133088 140213685558160 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661056 memory=5450919713671312938 CPUtime=0.39 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) S 10496 10499 8861 0 -1 1077944384 411 0 0 0 22 17 0 0 20 0 15 0 96633545 10916921344 220232 33554432000 4194304 4196468 140729826133088 140213684505616 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661056 memory=7005738693937936738 CPUtime=0.4 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) S 10496 10499 8861 0 -1 1077944384 569 0 0 0 23 17 0 0 20 0 15 0 96633545 10916921344 220232 33554432000 4194304 4196468 140729826133088 140213683453072 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 984 0 0 0 1 0 0 0 20 0 15 0 96633546 10916921344 220232 33554432000 4194304 4196468 140729826133088 140213639874544 140214080100994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0

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

[pid=10499/tid=10513] ppid=10496 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661132 memory=792 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 606 0 0 0 9 6 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 819.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8202168 KiB

[startup+260.801 s]
/proc/loadavg: 4.62 3.21 2.51 6/215 10518
/proc/meminfo: memFree=14205040/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661132 memory=8202168 CPUtime=826.2 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 166634 0 0 0 81774 846 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665283 2050542 3186 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661132 memory=1840 CPUtime=62.77 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) S 10496 10499 8861 0 -1 1077944384 19317 0 0 0 6249 28 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214084328432 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661132 memory=1004 CPUtime=188.3 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) R 10496 10499 8861 0 -1 4202560 20941 0 0 0 18624 206 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214041049992 140214072718055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661132 memory=12060 CPUtime=188.56 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) R 10496 10499 8861 0 -1 4202560 18906 0 0 0 18658 198 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213685558360 140214065079398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661132 memory=8202168 CPUtime=188.74 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) R 10496 10499 8861 0 -1 4202560 22929 0 0 0 18674 200 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213684505424 140214072718055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661132 memory=4629771062077588875 CPUtime=188.56 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) R 10496 10499 8861 0 -1 4202560 18297 0 0 0 18654 202 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213683452880 140214072718055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661132 memory=0 CPUtime=5.86 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 46306 0 0 0 582 4 0 0 20 0 15 0 96633546 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213639873104 140214080100053 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661132 memory=7673 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213638820832 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661132 memory=8202168 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661132 memory=4612 CPUtime=1.34 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 5884 0 0 0 133 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213568395808 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661132 memory=8496 CPUtime=1.32 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 4967 0 0 0 131 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213567342976 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661132 memory=1624 CPUtime=0.52 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) S 10496 10499 8861 0 -1 1077944384 7010 0 0 0 51 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213566290720 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661132 memory=8202140 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661132 memory=8202140 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 606 0 0 0 9 6 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 826.2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8202168 KiB

[startup+261.601 s]
/proc/loadavg: 4.62 3.21 2.51 5/215 10518
/proc/meminfo: memFree=14205040/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661132 memory=8202168 CPUtime=829.3 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 166634 0 0 0 82084 846 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665283 2050542 3186 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661132 memory=4104 CPUtime=62.77 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) S 10496 10499 8861 0 -1 1077944384 19317 0 0 0 6249 28 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214084328432 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661132 memory=1408 CPUtime=189.05 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) R 10496 10499 8861 0 -1 4202560 20941 0 0 0 18699 206 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214041049992 140214072718055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661132 memory=3148 CPUtime=189.36 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) R 10496 10499 8861 0 -1 4202560 18906 0 0 0 18738 198 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213685558360 140214073193504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661132 memory=8202140 CPUtime=189.51 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) R 10496 10499 8861 0 -1 4202560 22929 0 0 0 18751 200 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213684505736 140214072718055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661132 memory=4028 CPUtime=189.33 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) R 10496 10499 8861 0 -1 4202560 18297 0 0 0 18731 202 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213683452880 140214072718055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661132 memory=27852 CPUtime=5.86 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 46306 0 0 0 582 4 0 0 20 0 15 0 96633546 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213639873104 140214080100053 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661132 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213638820832 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661132 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661132 memory=15252670952770799 CPUtime=1.34 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 5884 0 0 0 133 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213568395808 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661132 memory=8202168 CPUtime=1.32 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 4967 0 0 0 131 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213567342976 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661132 memory=792 CPUtime=0.52 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) S 10496 10499 8861 0 -1 1077944384 7010 0 0 0 51 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213566290720 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661132 memory=1944 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 606 0 0 0 9 6 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 829.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8202168 KiB

[startup+262.001 s]*
/proc/loadavg: 4.62 3.21 2.51 6/215 10518
/proc/meminfo: memFree=14205040/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661132 memory=8202168 CPUtime=830.88 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 166634 0 0 0 82241 847 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665283 2050542 3186 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661132 memory=6791534058613427641 CPUtime=62.77 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) S 10496 10499 8861 0 -1 1077944384 19317 0 0 0 6249 28 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214084328432 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661132 memory=4872558044660077418 CPUtime=189.43 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) R 10496 10499 8861 0 -1 4202560 20941 0 0 0 18737 206 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214041049992 140214072718055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661132 memory=2200 CPUtime=189.76 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) R 10496 10499 8861 0 -1 4202560 18906 0 0 0 18778 198 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213685558360 140214065079490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661132 memory=8148 CPUtime=189.9 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) R 10496 10499 8861 0 -1 4202560 22929 0 0 0 18790 200 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213684505736 140214072718055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661132 memory=844 CPUtime=189.72 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) R 10496 10499 8861 0 -1 4202560 18297 0 0 0 18770 202 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213683452880 140214072718055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661132 memory=1800 CPUtime=5.86 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) S 10496 10499 8861 0 -1 1077944384 46306 0 0 0 582 4 0 0 20 0 15 0 96633546 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213639873104 140214080100053 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661132 memory=920 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213638820832 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661132 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661132 memory=2728 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661132 memory=2848 CPUtime=1.34 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 5884 0 0 0 133 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213568395808 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661132 memory=4104 CPUtime=1.32 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 4967 0 0 0 131 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213567342976 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661132 memory=1408 CPUtime=0.52 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) S 10496 10499 8861 0 -1 1077944384 7010 0 0 0 51 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213566290720 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661132 memory=3148 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661132 memory=5308700 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 606 0 0 0 9 6 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 830.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8202168 KiB

[startup+262.201 s]
/proc/loadavg: 4.62 3.21 2.51 6/215 10518
/proc/meminfo: memFree=14205040/32770624 swapFree=67108860/67108860
[pid=10499] ppid=10496 vsize=10661132 memory=8202168 CPUtime=831.5 cores=0,2,4,6
/proc/10499/stat : 10499 (java) S 10496 10499 8861 0 -1 1077944320 166634 0 0 0 82302 848 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140729826115632 140214080089847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
/proc/10499/statm: 2665283 2050542 3186 1 0 2627263 0
[pid=10499/tid=10501] ppid=10496 vsize=10661132 memory=3052 CPUtime=62.77 cores=0,2,4,6
/proc/10499/task/10501/stat : 10501 (java) S 10496 10499 8861 0 -1 1077944384 19317 0 0 0 6249 28 0 0 20 0 15 0 96633544 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214084328432 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10502] ppid=10496 vsize=10661132 memory=8202140 CPUtime=189.57 cores=0,2,4,6
/proc/10499/task/10502/stat : 10502 (java) S 10496 10499 8861 0 -1 1077944384 20941 0 0 0 18751 206 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140214041049872 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10503] ppid=10496 vsize=10661132 memory=6791534058613427641 CPUtime=189.91 cores=0,2,4,6
/proc/10499/task/10503/stat : 10503 (java) S 10496 10499 8861 0 -1 1077944384 18906 0 0 0 18793 198 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213685558160 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10504] ppid=10496 vsize=10661132 memory=4872558044660077418 CPUtime=190.05 cores=0,2,4,6
/proc/10499/task/10504/stat : 10504 (java) S 10496 10499 8861 0 -1 1077944384 22929 0 0 0 18804 201 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213684505616 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10505] ppid=10496 vsize=10661132 memory=2244 CPUtime=189.87 cores=0,2,4,6
/proc/10499/task/10505/stat : 10505 (java) S 10496 10499 8861 0 -1 1077944384 18297 0 0 0 18784 203 0 0 20 0 15 0 96633545 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213683453072 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10506] ppid=10496 vsize=10661132 memory=4124 CPUtime=5.91 cores=0,2,4,6
/proc/10499/task/10506/stat : 10506 (java) R 10496 10499 8861 0 -1 4202560 46306 0 0 0 587 4 0 0 20 0 15 0 96633546 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213639872992 140214064547438 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10507] ppid=10496 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10507/stat : 10507 (java) S 10496 10499 8861 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213638820832 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10508] ppid=10496 vsize=10661132 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10508/stat : 10508 (java) S 10496 10499 8861 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96633547 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213637768176 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10509] ppid=10496 vsize=10661132 memory=844 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10509/stat : 10509 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213569448144 140214080108443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10510] ppid=10496 vsize=10661132 memory=288230574492221466 CPUtime=1.34 cores=0,2,4,6
/proc/10499/task/10510/stat : 10510 (java) S 10496 10499 8861 0 -1 1077944384 5884 0 0 0 133 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213568395808 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10511] ppid=10496 vsize=10661132 memory=288230583166042426 CPUtime=1.32 cores=0,2,4,6
/proc/10499/task/10511/stat : 10511 (java) S 10496 10499 8861 0 -1 1077944384 4967 0 0 0 131 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213567342976 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10512] ppid=10496 vsize=10661132 memory=15252670952770799 CPUtime=0.52 cores=0,2,4,6
/proc/10499/task/10512/stat : 10512 (java) S 10496 10499 8861 0 -1 1077944384 7010 0 0 0 51 1 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213566290720 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10513] ppid=10496 vsize=10661132 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/10499/task/10513/stat : 10513 (java) S 10496 10499 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213565238368 140214080100053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
[pid=10499/tid=10514] ppid=10496 vsize=10661132 memory=1236 CPUtime=0.15 cores=0,2,4,6
/proc/10499/task/10514/stat : 10514 (java) S 10496 10499 8861 0 -1 1077944384 606 0 0 0 9 6 0 0 20 0 15 0 96633550 10916999168 2050542 33554432000 4194304 4196468 140729826133088 140213564184880 140214080100994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140729826141301 140729826141449 140729826141449 140729826144207 0
Current children cumulated CPU time: 831.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8202168 KiB

Child status: 1
Real time (s): 262.286
CPU time (s): 831.585
CPU user time (s): 823.069
CPU system time (s): 8.51635
CPU usage (%): 317.052
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8202168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 823.069
system time used= 8.51635
maximum resident set size= 8202352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22454
involuntary context switches= 8803


# summary of solver processes directly reported to runsolver:
#   pid: 10499
#   total CPU time (s): 831.585
#   total CPU user time (s): 823.069
#   total CPU system time (s): 8.51635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7156 second user time and 2.55468 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 17:11:44
IDJOB=4299033
IDBENCH=141286
IDSOLVER=2762
FILE ID=node151/4299033-1532790702
RUNJOBID= node151-1532775757-8892
PBS_JOBID= 21022465
Free space on /tmp= 54368 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test02-0250_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299033-1532790702/watcher-4299033-1532790702 -o /tmp/evaluation-result-4299033-1532790702/solver-4299033-1532790702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299033-1532790702.xml

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

MD5SUM BENCH= 973c4f7d3bfa6ee5bf8044e5608ab9c3
RANDOM SEED=1601739478

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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:        22301104 kB
MemAvailable:   26544988 kB
Buffers:          190768 kB
Cached:          4318240 kB
SwapCached:            0 kB
Active:          7399004 kB
Inactive:        2571444 kB
Active(anon):    5411256 kB
Inactive(anon):    78192 kB
Active(file):    1987748 kB
Inactive(file):  2493252 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            435480 kB
Writeback:             0 kB
AnonPages:       5469664 kB
Mapped:            54844 kB
Shmem:             25224 kB
Slab:             185096 kB
SReclaimable:     157440 kB
SUnreclaim:        27656 kB
KernelStack:        3520 kB
PageTables:        16472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6069552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5330944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54368 MiB
End job on node151 at 2018-07-28 17:16:06