Trace number 4298973

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? 138.134 65.285

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
138.04/65.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
138.04/65.24		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:41)
138.04/65.24		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
138.04/65.24		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
138.04/65.24		at minicp.cp.Factory.makeIntVar(Factory.java:80)
138.04/65.24		at minicp.cp.Factory.sum(Factory.java:221)
138.04/65.24		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:545)
138.04/65.24		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
138.04/65.24		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
138.04/65.24		at org.xcsp.parser.XCallbacks$$Lambda$79/2147002844.accept(Unknown Source)
138.04/65.24		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
138.04/65.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
138.04/65.24		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
138.04/65.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
138.04/65.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
138.04/65.24		at xcsp3.XCSP3.<init>(XCSP3.java:72)
138.04/65.24		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
138.04/65.24		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
138.04/65.24	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 (8553 MiB free)
  memory of node 1: 16384 MiB (13569 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298973-1532788420/watcher-4298973-1532788420 -o /tmp/evaluation-result-4298973-1532788420/solver-4298973-1532788420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298973-1532788420.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100148 s]*
/proc/loadavg: 1.43 1.38 1.40 4/217 25842
/proc/meminfo: memFree=22637012/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661052 memory=28128 CPUtime=0.13 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 5396 0 0 0 12 1 0 0 20 0 15 0 96405050 10916917248 7032 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665263 7032 2866 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661052 memory=-8197568871503139714 CPUtime=0.09 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) R 25824 25827 24557 0 -1 4202560 3244 0 0 0 9 0 0 0 20 0 15 0 96405050 10916917248 7032 33554432000 4194304 4196468 140730835456048 140040279002480 140040267069184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039881939728 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039880887184 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039879834640 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039878782096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039579703280 140040274791042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96405053 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) R 25824 25827 24557 0 -1 4202560 326 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039575493104 140040258215633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) R 25824 25827 24557 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039574440560 140040274791042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0.02 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) R 25824 25827 24557 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039573388016 140040254087340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 7032 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28128 KiB

[startup+0.217381 s]*
/proc/loadavg: 1.43 1.38 1.40 4/217 25842
/proc/meminfo: memFree=22624972/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661052 memory=40532 CPUtime=0.37 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 8189 0 0 0 35 2 0 0 20 0 15 0 96405050 10916917248 10133 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665263 10133 2984 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) R 25824 25827 24557 0 -1 4202560 5134 0 0 0 19 1 0 0 20 0 15 0 96405050 10916917248 10133 33554432000 4194304 4196468 140730835456048 140040279011088 140040274801821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039881939728 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661052 memory=139726196241454 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039880887184 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039879834640 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039878782096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039579703280 140040274791042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96405053 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661052 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) R 25824 25827 24557 0 -1 4202560 521 0 0 0 4 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039575493104 140040256302810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) R 25824 25827 24557 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039574440560 140040274791042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0.09 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) R 25824 25827 24557 0 -1 4202560 956 0 0 0 9 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039573383960 140040253725548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 10133 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40532 KiB

[startup+0.312636 s]*
/proc/loadavg: 1.43 1.38 1.40 3/217 25842
/proc/meminfo: memFree=22516404/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661052 memory=111800 CPUtime=0.57 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 9127 0 0 0 53 4 0 0 20 0 15 0 96405050 10916917248 27950 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665263 27950 3043 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) R 25824 25827 24557 0 -1 4202560 5169 0 0 0 27 3 0 0 20 0 15 0 96405050 10916917248 27950 33554432000 4194304 4196468 140730835456048 140040279017952 140040274801821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661052 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039881939728 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661052 memory=139726196241453 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039880887184 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) S 25824 25827 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039879834640 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405051 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039878782096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039579703280 140040274791042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96405053 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661052 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 742 0 0 0 8 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039575493104 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661052 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) R 25824 25827 24557 0 -1 4202560 784 0 0 0 6 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039574421784 140040260202104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0.11 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 1062 0 0 0 11 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039573388016 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661052 memory=139726195701376 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 27950 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 111800 KiB

[startup+0.708393 s]
/proc/loadavg: 1.43 1.38 1.40 4/217 25842
/proc/meminfo: memFree=22327296/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661052 memory=482180 CPUtime=1.67 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 11730 0 0 0 124 43 0 0 20 0 15 0 96405050 10916917248 120545 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665263 120545 3090 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661052 memory=250682275821641 CPUtime=0.51 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) S 25824 25827 24557 0 -1 1077944384 5198 0 0 0 45 6 0 0 20 0 15 0 96405050 10916917248 120545 33554432000 4194304 4196468 140730835456048 140040279019152 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661052 memory=4051047449723404320 CPUtime=0.15 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) R 25824 25827 24557 0 -1 4202560 217 0 0 0 7 8 0 0 20 0 15 0 96405051 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039881939928 140040267882888 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661052 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) R 25824 25827 24557 0 -1 4202560 212 0 0 0 6 8 0 0 20 0 15 0 96405051 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039880887184 140040267882612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661052 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) R 25824 25827 24557 0 -1 4202560 217 0 0 0 7 9 0 0 20 0 15 0 96405051 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039879834640 140040267882888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661052 memory=7809523229951467576 CPUtime=0.13 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) R 25824 25827 24557 0 -1 4202560 224 0 0 0 5 8 0 0 20 0 15 0 96405051 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039878782096 140040267882612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039579701824 140040274790101 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661052 memory=-6583839696183762729 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96405052 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661052 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96405053 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661052 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661052 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 1321 0 0 0 16 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039575493104 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661052 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) S 25824 25827 24557 0 -1 1077944384 1707 0 0 0 22 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039574440560 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661052 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 1176 0 0 0 13 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039573388016 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661052 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916917248 120545 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 482180 KiB

[startup+1.50076 s]
/proc/loadavg: 1.43 1.38 1.40 4/217 25842
/proc/meminfo: memFree=22057996/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661052 memory=885516 CPUtime=3.62 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 14853 0 0 0 276 86 0 0 20 0 15 0 96405050 10916917248 221379 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665263 221379 3100 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661052 memory=12848 CPUtime=1 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) R 25824 25827 24557 0 -1 4202560 5256 0 0 0 88 12 0 0 20 0 15 0 96405050 10916917248 221379 33554432000 4194304 4196468 140730835456048 140040279019152 140040274801821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661052 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) S 25824 25827 24557 0 -1 1077944384 400 0 0 0 27 17 0 0 20 0 15 0 96405051 10916917248 221379 33554432000 4194304 4196468 140730835456048 140039881939728 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661052 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) S 25824 25827 24557 0 -1 1077944384 361 0 0 0 24 17 0 0 20 0 15 0 96405051 10916917248 221379 33554432000 4194304 4196468 140730835456048 140039880887184 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661052 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) S 25824 25827 24557 0 -1 1077944384 407 0 0 0 25 18 0 0 20 0 15 0 96405051 10916917248 221379 33554432000 4194304 4196468 140730835456048 140039879834640 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661052 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) S 25824 25827 24557 0 -1 1077944384 358 0 0 0 25 17 0 0 20 0 15 0 96405051 10916917248 221379 33554432000 4194304 4196468 140730835456048 140039878782096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 15 0 96405052 10916917248 221379 33554432000 4194304 4196468 140730835456048 140039579703280 140040274791042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0

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

[pid=25827/tid=25841] ppid=25824 vsize=10661128 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1764758 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661128 memory=912 CPUtime=0.03 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 726 0 0 0 1 2 0 0 20 0 15 0 96405055 10916995072 1764758 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 121.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7059032 KiB

[startup+62.4014 s]
/proc/loadavg: 1.87 1.51 1.44 6/217 25922
/proc/meminfo: memFree=11415828/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661128 memory=7061100 CPUtime=127.2 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 96526 0 0 0 12093 627 0 0 20 0 15 0 96405050 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665282 1765275 3184 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661128 memory=8548 CPUtime=40.97 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) S 25824 25827 24557 0 -1 1077944384 18745 0 0 0 4072 25 0 0 20 0 15 0 96405050 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140040279018656 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661128 memory=1296 CPUtime=20.24 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) R 25824 25827 24557 0 -1 4202560 10335 0 0 0 1879 145 0 0 20 0 15 0 96405051 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039881939928 140040259477592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661128 memory=2408 CPUtime=20.24 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) R 25824 25827 24557 0 -1 4202560 9332 0 0 0 1875 149 0 0 20 0 15 0 96405051 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039880887072 140040260844725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661128 memory=1724 CPUtime=20.27 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) R 25824 25827 24557 0 -1 4202560 9884 0 0 0 1876 151 0 0 20 0 15 0 96405051 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039879834840 140040259477542 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661128 memory=6791534058613427641 CPUtime=20.26 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) R 25824 25827 24557 0 -1 4202560 11178 0 0 0 1878 148 0 0 20 0 15 0 96405051 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039878782096 140040259764915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661128 memory=1952 CPUtime=0.93 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 13180 0 0 0 92 1 0 0 20 0 15 0 96405052 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039579701616 140040274790101 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661128 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96405052 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661128 memory=792 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96405053 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661128 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661128 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 7267 0 0 0 150 1 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039575478096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661128 memory=151 CPUtime=2.11 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) S 25824 25827 24557 0 -1 1077944384 9163 0 0 0 210 1 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039574431840 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661128 memory=211 CPUtime=0.55 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 5309 0 0 0 54 1 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039573388016 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661128 memory=55 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 726 0 0 0 1 2 0 0 20 0 15 0 96405055 10916995072 1765275 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 127.2 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7061100 KiB

[startup+64.0007 s]*
/proc/loadavg: 2.04 1.55 1.46 6/217 25922
/proc/meminfo: memFree=11432584/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661128 memory=7061124 CPUtime=133.47 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 96821 0 0 0 12719 628 0 0 20 0 15 0 96405050 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665282 1765281 3184 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661128 memory=6791534058613427641 CPUtime=40.97 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) S 25824 25827 24557 0 -1 1077944384 18745 0 0 0 4072 25 0 0 20 0 15 0 96405050 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140040279018656 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661128 memory=4872558044660077418 CPUtime=21.84 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) R 25824 25827 24557 0 -1 4202560 10566 0 0 0 2039 145 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039881939928 140040259480591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661128 memory=1004 CPUtime=21.8 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) R 25824 25827 24557 0 -1 4202560 9332 0 0 0 2031 149 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039880886992 140040267408103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661128 memory=1952 CPUtime=21.81 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) R 25824 25827 24557 0 -1 4202560 9912 0 0 0 2029 152 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039879834760 140040267408103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661128 memory=6706336 CPUtime=21.83 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) R 25824 25827 24557 0 -1 4202560 11196 0 0 0 2034 149 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039878781904 140040267408103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661128 memory=6791534058613427641 CPUtime=0.94 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 13198 0 0 0 93 1 0 0 20 0 15 0 96405052 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039579701840 140040274790101 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661128 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96405052 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96405053 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661128 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661128 memory=1204 CPUtime=1.51 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 7267 0 0 0 150 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039575478096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661128 memory=15872 CPUtime=2.11 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) S 25824 25827 24557 0 -1 1077944384 9163 0 0 0 210 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039574431840 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661128 memory=4008 CPUtime=0.55 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 5309 0 0 0 54 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039573388016 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661128 memory=18264 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661128 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 726 0 0 0 1 2 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 133.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7061124 KiB

[startup+64.8007 s]
/proc/loadavg: 2.04 1.55 1.46 6/217 25922
/proc/meminfo: memFree=11432584/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661128 memory=7061124 CPUtime=136.54 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 96821 0 0 0 13025 629 0 0 20 0 15 0 96405050 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665282 1765281 3184 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661128 memory=150 CPUtime=40.97 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) S 25824 25827 24557 0 -1 1077944384 18745 0 0 0 4072 25 0 0 20 0 15 0 96405050 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140040279018656 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661128 memory=6791534058613427641 CPUtime=22.63 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) R 25824 25827 24557 0 -1 4202560 10566 0 0 0 2118 145 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039881939928 140040259237515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661128 memory=0 CPUtime=22.56 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) R 25824 25827 24557 0 -1 4202560 9332 0 0 0 2106 150 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039880886992 140040267408103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661128 memory=279452182415232 CPUtime=22.57 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) R 25824 25827 24557 0 -1 4202560 9912 0 0 0 2105 152 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039879834760 140040267408103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661128 memory=139726090936368 CPUtime=22.59 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) R 25824 25827 24557 0 -1 4202560 11196 0 0 0 2110 149 0 0 20 0 15 0 96405051 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039878781904 140040267408103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661128 memory=792 CPUtime=0.94 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) S 25824 25827 24557 0 -1 1077944384 13198 0 0 0 93 1 0 0 20 0 15 0 96405052 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039579701840 140040274790101 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661128 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96405052 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661128 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96405053 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661128 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661128 memory=5668 CPUtime=1.51 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 7267 0 0 0 150 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039575478096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661128 memory=0 CPUtime=2.11 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) S 25824 25827 24557 0 -1 1077944384 9163 0 0 0 210 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039574431840 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661128 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 5309 0 0 0 54 1 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039573387776 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 726 0 0 0 1 2 0 0 20 0 15 0 96405055 10916995072 1765281 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 136.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7061124 KiB

[startup+65.2007 s]
/proc/loadavg: 2.04 1.55 1.46 6/217 25922
/proc/meminfo: memFree=11457692/32770624 swapFree=67108688/67108860
[pid=25827] ppid=25824 vsize=10661128 memory=7061164 CPUtime=138.04 cores=1,3,5,7
/proc/25827/stat : 25827 (java) S 25824 25827 24557 0 -1 1077944320 97310 0 0 0 13174 630 0 0 20 0 15 0 96405050 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140730835438592 140040274779895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
/proc/25827/statm: 2665282 1765291 3184 1 0 2627263 0
[pid=25827/tid=25829] ppid=25824 vsize=10661128 memory=952 CPUtime=40.97 cores=1,3,5,7
/proc/25827/task/25829/stat : 25829 (java) S 25824 25827 24557 0 -1 1077944384 18745 0 0 0 4072 25 0 0 20 0 15 0 96405050 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140040279018656 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25830] ppid=25824 vsize=10661128 memory=1232 CPUtime=23.01 cores=1,3,5,7
/proc/25827/task/25830/stat : 25830 (java) S 25824 25827 24557 0 -1 1077944384 10566 0 0 0 2156 145 0 0 20 0 15 0 96405051 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039881939728 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25831] ppid=25824 vsize=10661128 memory=2424 CPUtime=22.93 cores=1,3,5,7
/proc/25827/task/25831/stat : 25831 (java) S 25824 25827 24557 0 -1 1077944384 9332 0 0 0 2143 150 0 0 20 0 15 0 96405051 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039880887184 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25832] ppid=25824 vsize=10661128 memory=1576 CPUtime=22.92 cores=1,3,5,7
/proc/25827/task/25832/stat : 25832 (java) S 25824 25827 24557 0 -1 1077944384 9912 0 0 0 2140 152 0 0 20 0 15 0 96405051 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039879834640 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25833] ppid=25824 vsize=10661128 memory=-8253362762722141311 CPUtime=22.96 cores=1,3,5,7
/proc/25827/task/25833/stat : 25833 (java) S 25824 25827 24557 0 -1 1077944384 11196 0 0 0 2147 149 0 0 20 0 15 0 96405051 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039878782096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25834] ppid=25824 vsize=10661128 memory=7100839861465685612 CPUtime=0.95 cores=1,3,5,7
/proc/25827/task/25834/stat : 25834 (java) R 25824 25827 24557 0 -1 4202560 13687 0 0 0 94 1 0 0 20 0 15 0 96405052 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039579701840 140040259776302 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25835] ppid=25824 vsize=10661128 memory=-7175204567652784766 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25835/stat : 25835 (java) S 25824 25827 24557 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96405052 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039578649504 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25836] ppid=25824 vsize=10661128 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25836/stat : 25836 (java) S 25824 25827 24557 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96405053 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039577596912 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25837] ppid=25824 vsize=10661128 memory=2924 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25837/stat : 25837 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039576545488 140040274798491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25838] ppid=25824 vsize=10661128 memory=7059024 CPUtime=1.51 cores=1,3,5,7
/proc/25827/task/25838/stat : 25838 (java) S 25824 25827 24557 0 -1 1077944384 7267 0 0 0 150 1 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039575478096 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25839] ppid=25824 vsize=10661128 memory=303430223234596890 CPUtime=2.11 cores=1,3,5,7
/proc/25827/task/25839/stat : 25839 (java) S 25824 25827 24557 0 -1 1077944384 9163 0 0 0 210 1 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039574431840 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25840] ppid=25824 vsize=10661128 memory=288230583166042425 CPUtime=0.55 cores=1,3,5,7
/proc/25827/task/25840/stat : 25840 (java) S 25824 25827 24557 0 -1 1077944384 5309 0 0 0 54 1 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039573387776 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25841] ppid=25824 vsize=10661128 memory=16104758104558012 CPUtime=0 cores=1,3,5,7
/proc/25827/task/25841/stat : 25841 (java) S 25824 25827 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039572335712 140040274790101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
[pid=25827/tid=25842] ppid=25824 vsize=10661128 memory=5668 CPUtime=0.03 cores=1,3,5,7
/proc/25827/task/25842/stat : 25842 (java) S 25824 25827 24557 0 -1 1077944384 726 0 0 0 1 2 0 0 20 0 15 0 96405055 10916995072 1765291 33554432000 4194304 4196468 140730835456048 140039571282224 140040274791042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15265792 140730835461293 140730835461385 140730835461385 140730835464143 0
Current children cumulated CPU time: 138.04 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 7061164 KiB

Child status: 1
Real time (s): 65.285
CPU time (s): 138.134
CPU user time (s): 131.8
CPU system time (s): 6.33342
CPU usage (%): 211.586
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 7061164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.8
system time used= 6.33342
maximum resident set size= 7061660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4893
involuntary context switches= 1139


# summary of solver processes directly reported to runsolver:
#   pid: 25827
#   total CPU time (s): 138.134
#   total CPU user time (s): 131.8
#   total CPU system time (s): 6.33342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.401822 second user time and 0.718032 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 16:33:42
IDJOB=4298973
IDBENCH=141277
IDSOLVER=2766
FILE ID=node106/4298973-1532788420
RUNJOBID= node106-1532776007-24589
PBS_JOBID= 21022468
Free space on /tmp= 45796 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-03-0300_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298973-1532788420/watcher-4298973-1532788420 -o /tmp/evaluation-result-4298973-1532788420/solver-4298973-1532788420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298973-1532788420.xml

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=759681598

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22654072 kB
MemAvailable:   31445212 kB
Buffers:          229312 kB
Cached:          8723948 kB
SwapCached:            0 kB
Active:          3395004 kB
Inactive:        6097388 kB
Active(anon):     486520 kB
Inactive(anon):    80488 kB
Active(file):    2908484 kB
Inactive(file):  6016900 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:            379200 kB
Writeback:             0 kB
AnonPages:        546180 kB
Mapped:            54968 kB
Shmem:             25056 kB
Slab:             321360 kB
SReclaimable:     294216 kB
SUnreclaim:        27144 kB
KernelStack:        3552 kB
PageTables:         6248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 45664 MiB
End job on node106 at 2018-07-28 16:34:47