Trace number 4299172

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
SuperSolver_Macq_Stevenart 2018-04-27? 53.4568 17.4269

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
53.31/17.33	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
53.31/17.33		at java.util.Arrays.copyOf(Arrays.java:3308)
53.31/17.33		at java.util.BitSet.ensureCapacity(BitSet.java:337)
53.31/17.39		at java.util.BitSet.expandTo(BitSet.java:352)
53.31/17.39		at java.util.BitSet.set(BitSet.java:447)
53.31/17.39		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:63)
53.31/17.39		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
53.31/17.39		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
53.31/17.39		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
53.31/17.39		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
53.31/17.39		at org.xcsp.parser.XCallbacks$$Lambda$86/510113906.accept(Unknown Source)
53.31/17.39		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
53.31/17.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
53.31/17.39		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
53.31/17.39		at xcsp3.XCSP3.<init>(XCSP3.java:73)
53.31/17.39		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
53.31/17.39		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
53.31/17.39	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 (11627 MiB free)
  memory of node 1: 16384 MiB (15671 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299172-1532820099/watcher-4299172-1532820099 -o /tmp/evaluation-result-4299172-1532820099/solver-4299172-1532820099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299172-1532820099.xml 

running on 4 cores: 0,2,4,6

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

solver pid=4561, runsolver pid=4558

[startup+0.108267 s]*
/proc/loadavg: 1.32 1.28 1.38 5/217 4576
/proc/meminfo: memFree=27938776/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661052 memory=27700 CPUtime=0.14 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 5354 0 0 0 13 1 0 0 20 0 15 0 99573094 10916917248 6925 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665263 6925 2841 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661052 memory=-8970426581258171584 CPUtime=0.1 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 3151 0 0 0 9 1 0 0 20 0 15 0 99573094 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694914554608 139694910354010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694145787040 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0.02 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694140522848 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 6925 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27700 KiB

[startup+0.211134 s]*
/proc/loadavg: 1.32 1.28 1.38 4/217 4576
/proc/meminfo: memFree=27926792/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661052 memory=40140 CPUtime=0.33 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 99573094 10916917248 10035 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665263 10035 2989 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 5084 0 0 0 18 1 0 0 20 0 15 0 99573094 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694914563840 139694910354589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661052 memory=331 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661052 memory=139644423276117 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573095 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694145787040 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) R 4558 4561 1613 0 -1 4202560 546 0 0 0 2 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694142630640 139694903429364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) R 4558 4561 1613 0 -1 4202560 371 0 0 0 2 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694141578096 139694902622112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0.07 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661052 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573100 10916917248 10035 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40140 KiB

[startup+0.310471 s]*
/proc/loadavg: 1.32 1.28 1.38 4/217 4576
/proc/meminfo: memFree=27902964/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=63664 CPUtime=0.53 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 8900 0 0 0 50 3 0 0 20 0 15 0 99573094 10916995072 15916 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 15916 3050 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 5396 0 0 0 27 2 0 0 20 0 15 0 99573094 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694914569088 139694894413150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=139644423841716 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694145787040 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 750 0 0 0 5 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 514 0 0 0 5 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=139644423263872 CPUtime=0.11 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 874 0 0 0 11 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=139644423263872 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 15916 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 63664 KiB

[startup+0.70206 s]
/proc/loadavg: 1.32 1.28 1.38 5/217 4576
/proc/meminfo: memFree=27822136/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=219144 CPUtime=1.5 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 10512 0 0 0 143 7 0 0 20 0 15 0 99573094 10916995072 54786 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 54786 3118 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=16028 CPUtime=0.66 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 5494 0 0 0 62 4 0 0 20 0 15 0 99573094 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694914565664 139694910344598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573095 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694145787040 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=7157735280213317218 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=7668621184520841834 CPUtime=0.31 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) R 4558 4561 1613 0 -1 4202560 1447 0 0 0 31 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694142630640 139694910344598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=7235688541532613991 CPUtime=0.29 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 988 0 0 0 29 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=5866611791061346647 CPUtime=0.18 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) R 4558 4561 1613 0 -1 1077944384 1078 0 0 0 18 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=756 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 54786 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 219144 KiB

[startup+1.50092 s]
/proc/loadavg: 1.32 1.28 1.38 3/217 4576
/proc/meminfo: memFree=27677480/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=626272 CPUtime=3.2 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 12546 0 0 0 279 41 0 0 20 0 15 0 99573094 10916995072 156568 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 156568 3146 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=386196 CPUtime=1.26 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 5621 0 0 0 120 6 0 0 20 0 15 0 99573094 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694914571376 139694502574959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=8112282956445269571 CPUtime=0.18 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 216 0 0 0 10 8 0 0 20 0 15 0 99573095 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 283 0 0 0 10 8 0 0 20 0 15 0 99573095 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 286 0 0 0 10 9 0 0 20 0 15 0 99573095 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=6943526294502006880 CPUtime=0.17 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 453 0 0 0 9 8 0 0 20 0 15 0 99573095 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 99573097 10916995072 156568 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0

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


[startup+12.801 s]
/proc/loadavg: 1.59 1.33 1.40 6/217 4576
/proc/meminfo: memFree=19681140/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=8276536 CPUtime=37.08 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 186616 0 0 0 2857 851 0 0 20 0 15 0 99573094 10916995072 2069134 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 2069134 3161 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=0 CPUtime=4.8 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) R 4558 4561 1613 0 -1 4202560 8220 0 0 0 467 13 0 0 20 0 15 0 99573094 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694914570296 139694502734441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=0 CPUtime=7.54 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 55787 0 0 0 558 196 0 0 20 0 15 0 99573095 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=8112282956445269571 CPUtime=7.56 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 27852 0 0 0 532 224 0 0 20 0 15 0 99573095 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=0 CPUtime=7.57 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 25218 0 0 0 558 199 0 0 20 0 15 0 99573095 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=3471342040606125440 CPUtime=7.55 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 52112 0 0 0 542 213 0 0 20 0 15 0 99573095 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=-7825746272447994522 CPUtime=0.33 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 10502 0 0 0 32 1 0 0 20 0 15 0 99573097 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694146840816 139694910343810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=28680 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694145787104 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=1520 CPUtime=0.68 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 2047 0 0 0 68 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=8276484 CPUtime=0.67 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 1830 0 0 0 67 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 1434 0 0 0 27 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=6935649255777194064 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=6935651454800449616 CPUtime=0.01 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 15 0 99573100 10916995072 2069134 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 37.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8276536 KiB

[startup+16.0011 s]*
/proc/loadavg: 1.79 1.38 1.41 6/217 4576
/proc/meminfo: memFree=19659108/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=8300032 CPUtime=48.67 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 197603 0 0 0 4014 853 0 0 20 0 15 0 99573094 10916995072 2075008 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 2075008 3161 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=1584 CPUtime=4.86 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) S 4558 4561 1613 0 -1 1077944384 8228 0 0 0 473 13 0 0 20 0 15 0 99573094 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694914571360 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=0 CPUtime=10.35 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) R 4558 4561 1613 0 -1 4202560 56748 0 0 0 838 197 0 0 20 0 15 0 99573095 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694836407120 139694902960871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=4872558044660077418 CPUtime=10.38 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) R 4558 4561 1613 0 -1 4202560 29238 0 0 0 814 224 0 0 20 0 15 0 99573095 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694835354968 139694903432319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=0 CPUtime=10.37 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) R 4558 4561 1613 0 -1 4202560 26823 0 0 0 837 200 0 0 20 0 15 0 99573095 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694834301520 139694902960871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=0 CPUtime=10.36 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) R 4558 4561 1613 0 -1 4202560 53044 0 0 0 823 213 0 0 20 0 15 0 99573095 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694833248976 139694902960871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 16479 0 0 0 62 1 0 0 20 0 15 0 99573097 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694146839376 139694910342869 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694145787104 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 2047 0 0 0 68 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=664970774370808936 CPUtime=0.67 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 1830 0 0 0 67 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=3054156605267021953 CPUtime=0.27 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 1434 0 0 0 27 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=1399101730491701635 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=7523376918531162212 CPUtime=0.01 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 99573100 10916995072 2075008 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 48.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300032 KiB

[startup+16.8007 s]
/proc/loadavg: 1.79 1.38 1.41 6/217 4576
/proc/meminfo: memFree=19659108/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=8300036 CPUtime=51.52 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 212917 0 0 0 4297 855 0 0 20 0 15 0 99573094 10916995072 2075009 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 2075009 3162 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=8300032 CPUtime=4.86 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) S 4558 4561 1613 0 -1 1077944384 8234 0 0 0 473 13 0 0 20 0 15 0 99573094 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694914571360 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=8112282956445269571 CPUtime=11.03 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) S 4558 4561 1613 0 -1 1077944384 57073 0 0 0 906 197 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694836407312 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=10368 CPUtime=11.08 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) S 4558 4561 1613 0 -1 1077944384 29280 0 0 0 884 224 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694835354768 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=1700 CPUtime=11.05 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) S 4558 4561 1613 0 -1 1077944384 39885 0 0 0 904 201 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694834301712 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=1172 CPUtime=11.05 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) S 4558 4561 1613 0 -1 1077944384 54323 0 0 0 891 214 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694833249168 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=1812 CPUtime=0.72 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) R 4558 4561 1613 0 -1 4202560 17076 0 0 0 71 1 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694146839360 139694888702843 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694145786640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=6153156701956367207 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=8098433465636971368 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=7235688541532613991 CPUtime=0.68 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 2047 0 0 0 68 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=7378139000234011245 CPUtime=0.67 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 1830 0 0 0 67 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=7597685182856913236 CPUtime=0.27 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 1434 0 0 0 27 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=6935656952476291152 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=7588684550706915689 CPUtime=0.01 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 51.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300036 KiB

[startup+17.2011 s]
/proc/loadavg: 1.79 1.38 1.41 6/217 4576
/proc/meminfo: memFree=19659108/32770624 swapFree=67108860/67108860
[pid=4561] ppid=4558 vsize=10661128 memory=8300036 CPUtime=52.95 cores=0,2,4,6
/proc/4561/stat : 4561 (java) S 4558 4561 1613 0 -1 1077944320 213061 0 0 0 4440 855 0 0 20 0 15 0 99573094 10916995072 2075009 33554432000 4194304 4196468 140727511751664 140727511734208 139694910332663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
/proc/4561/statm: 2665282 2075009 3162 1 0 2627263 0
[pid=4561/tid=4563] ppid=4558 vsize=10661128 memory=316659585861812533 CPUtime=4.86 cores=0,2,4,6
/proc/4561/task/4563/stat : 4563 (java) S 4558 4561 1613 0 -1 1077944384 8235 0 0 0 473 13 0 0 20 0 15 0 99573094 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694914571360 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4564] ppid=4558 vsize=10661128 memory=14409332632586112 CPUtime=11.38 cores=0,2,4,6
/proc/4561/task/4564/stat : 4564 (java) R 4558 4561 1613 0 -1 4202560 57074 0 0 0 941 197 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694836407512 139694891929674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4565] ppid=4558 vsize=10661128 memory=0 CPUtime=11.42 cores=0,2,4,6
/proc/4561/task/4565/stat : 4565 (java) R 4558 4561 1613 0 -1 4202560 29280 0 0 0 918 224 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694835354656 139694890359035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4566] ppid=4558 vsize=10661128 memory=0 CPUtime=11.4 cores=0,2,4,6
/proc/4561/task/4566/stat : 4566 (java) R 4558 4561 1613 0 -1 4202560 39885 0 0 0 939 201 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694834301912 139694891929273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4567] ppid=4558 vsize=10661128 memory=0 CPUtime=11.4 cores=0,2,4,6
/proc/4561/task/4567/stat : 4567 (java) R 4558 4561 1613 0 -1 4202560 54465 0 0 0 926 214 0 0 20 0 15 0 99573095 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694833249368 139694895030438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4568] ppid=4558 vsize=10661128 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/4561/task/4568/stat : 4568 (java) S 4558 4561 1613 0 -1 1077944384 17076 0 0 0 76 1 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694146839152 139694910342869 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4569] ppid=4558 vsize=10661128 memory=7234303152781525070 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4569/stat : 4569 (java) S 4558 4561 1613 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694145786640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4570] ppid=4558 vsize=10661128 memory=288292185898769567 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4570/stat : 4570 (java) S 4558 4561 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99573097 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694144733936 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4571] ppid=4558 vsize=10661128 memory=3690193235378176289 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4571/stat : 4571 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694143682512 139694910351259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4572] ppid=4558 vsize=10661128 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/4561/task/4572/stat : 4572 (java) S 4558 4561 1613 0 -1 1077944384 2047 0 0 0 68 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694142630640 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4573] ppid=4558 vsize=10661128 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/4561/task/4573/stat : 4573 (java) S 4558 4561 1613 0 -1 1077944384 1830 0 0 0 67 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694141578096 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4574] ppid=4558 vsize=10661128 memory=8026650869813564775 CPUtime=0.27 cores=0,2,4,6
/proc/4561/task/4574/stat : 4574 (java) S 4558 4561 1613 0 -1 1077944384 1434 0 0 0 27 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694140525040 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4575] ppid=4558 vsize=10661128 memory=7885071142701327680 CPUtime=0 cores=0,2,4,6
/proc/4561/task/4575/stat : 4575 (java) S 4558 4561 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694139472736 139694910342869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
[pid=4561/tid=4576] ppid=4558 vsize=10661128 memory=8300036 CPUtime=0.01 cores=0,2,4,6
/proc/4561/task/4576/stat : 4576 (java) S 4558 4561 1613 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 99573100 10916995072 2075009 33554432000 4194304 4196468 140727511751664 139694138419760 139694910343810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14602240 140727511757962 140727511758089 140727511758089 140727511760847 0
Current children cumulated CPU time: 52.95 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300036 KiB

[startup+17.4008 s]*
/proc/loadavg: 1.79 1.38 1.41 3/204 4577
/proc/meminfo: memFree=23326792/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 17.4269
CPU time (s): 53.4568
CPU user time (s): 44.8479
CPU system time (s): 8.60891
CPU usage (%): 306.749
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8300036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8479
system time used= 8.60891
maximum resident set size= 8300040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213268
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4368
involuntary context switches= 484


# summary of solver processes directly reported to runsolver:
#   pid: 4561
#   total CPU time (s): 53.4568
#   total CPU user time (s): 44.8479
#   total CPU system time (s): 8.60891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141883 second user time and 0.220447 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 01:21:39
IDJOB=4299172
IDBENCH=141303
IDSOLVER=2767
FILE ID=node136/4299172-1532820099
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55788 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299172-1532820099/watcher-4299172-1532820099 -o /tmp/evaluation-result-4299172-1532820099/solver-4299172-1532820099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299172-1532820099.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=229507631

node136.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.50
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.50
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.50
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.50
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:        27954392 kB
MemAvailable:   31781080 kB
Buffers:          199548 kB
Cached:          3886108 kB
SwapCached:            0 kB
Active:          1929464 kB
Inactive:        2388492 kB
Active(anon):     183340 kB
Inactive(anon):    76472 kB
Active(file):    1746124 kB
Inactive(file):  2312020 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11192 kB
Writeback:             0 kB
AnonPages:        239000 kB
Mapped:            45428 kB
Shmem:             25228 kB
Slab:             196352 kB
SReclaimable:     168760 kB
SUnreclaim:        27592 kB
KernelStack:        3536 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1142412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55784 MiB
End job on node136 at 2018-07-29 01:21:57