Trace number 4299200

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? 51.004 18.9345

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299200-1532820169/watcher-4299200-1532820169 -o /tmp/evaluation-result-4299200-1532820169/solver-4299200-1532820169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299200-1532820169.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=1390, runsolver pid=1387

[startup+0.100959 s]*
/proc/loadavg: 1.91 1.36 1.35 4/219 1405
/proc/meminfo: memFree=27002016/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661052 memory=28388 CPUtime=0.12 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 4983 0 0 0 11 1 0 0 20 0 15 0 99580152 10916917248 7097 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665263 7097 2862 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661052 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) R 1387 1390 31407 0 -1 4202560 2864 0 0 0 8 0 0 0 20 0 15 0 99580152 10916917248 7097 33554432000 4194304 4196468 140728998783120 139677439398656 139677435182486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 7097 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 7097 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 7097 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 7097 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580154 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676672420464 139677435181698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 99580157 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 99580157 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0.01 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) R 1387 1390 31407 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 99580157 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676666104176 139677435191898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 7097 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28388 KiB

[startup+0.210617 s]*
/proc/loadavg: 1.91 1.36 1.35 4/219 1405
/proc/meminfo: memFree=26990872/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661052 memory=39816 CPUtime=0.33 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 7520 0 0 0 31 2 0 0 20 0 15 0 99580152 10916917248 9954 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665263 9954 2975 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661052 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) R 1387 1390 31407 0 -1 4202560 4625 0 0 0 18 1 0 0 20 0 15 0 99580152 10916917248 10020 33554432000 4194304 4196468 140728998783120 139677439400464 139677435192477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661052 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 10020 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661052 memory=140333439694101 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 10020 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 10020 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 10020 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580154 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676672420464 139677435181698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) R 1387 1390 31407 0 -1 4202560 605 0 0 0 2 0 0 0 20 0 15 0 99580157 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676668209264 139677427459933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) R 1387 1390 31407 0 -1 4202560 208 0 0 0 1 0 0 0 20 0 15 0 99580157 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676667156464 139677427460000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0.07 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 15 0 99580157 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661052 memory=140333439153792 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 10020 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39816 KiB

[startup+0.310625 s]*
/proc/loadavg: 1.91 1.36 1.35 3/219 1405
/proc/meminfo: memFree=26909640/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661052 memory=96664 CPUtime=0.5 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 7863 0 0 0 46 4 0 0 20 0 15 0 99580152 10916917248 24166 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665263 24166 3028 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661052 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) R 1387 1390 31407 0 -1 4202560 4666 0 0 0 27 3 0 0 20 0 15 0 99580152 10916917248 24678 33554432000 4194304 4196468 140728998783120 139677439400464 139677435192477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661052 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 24678 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661052 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 24678 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 24678 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580153 10916917248 24678 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99580154 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676672420464 139677435181698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99580155 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661052 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661052 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 683 0 0 0 5 0 0 0 20 0 15 0 99580157 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661052 memory=140333291762703 CPUtime=0.03 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 347 0 0 0 3 0 0 0 20 0 15 0 99580157 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661052 memory=140333439154913 CPUtime=0.09 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 798 0 0 0 9 0 0 0 20 0 15 0 99580157 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661052 memory=140333291771823 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661052 memory=280666730960864 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916917248 24678 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 96664 KiB

[startup+0.704177 s]
/proc/loadavg: 1.91 1.36 1.35 6/219 1405
/proc/meminfo: memFree=26718236/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=393868 CPUtime=1.52 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 10518 0 0 0 128 24 0 0 20 0 15 0 99580152 10916995072 98467 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 98467 3114 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=57 CPUtime=0.58 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) R 1387 1390 31407 0 -1 4202560 5024 0 0 0 53 5 0 0 20 0 15 0 99580152 10916995072 98467 33554432000 4194304 4196468 140728998783120 139677439406072 139677053253824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 93 0 0 0 3 3 0 0 20 0 15 0 99580153 10916995072 98467 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 73 0 0 0 3 4 0 0 20 0 15 0 99580153 10916995072 98467 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 94 0 0 0 4 4 0 0 20 0 15 0 99580153 10916995072 98467 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=7813587196152723253 CPUtime=0.08 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 307 0 0 0 4 4 0 0 20 0 15 0 99580153 10916995072 98467 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=6940156230964440640 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 99580154 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676672420464 139677435181698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661128 memory=7588675599774802240 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661128 memory=8388926882097820299 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661128 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) R 1387 1390 31407 0 -1 4202560 1212 0 0 0 19 0 0 0 20 0 15 0 99580157 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676668194256 139677420291152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661128 memory=10 CPUtime=0.19 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) R 1387 1390 31407 0 -1 4202560 921 0 0 0 19 0 0 0 20 0 15 0 99580157 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676667142488 139677416693017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661128 memory=-2127768714576156446 CPUtime=0.18 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 1347 0 0 0 18 0 0 0 20 0 15 0 99580157 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661128 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661128 memory=8444 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 98467 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 393868 KiB

[startup+1.50095 s]
/proc/loadavg: 1.91 1.36 1.35 3/219 1405
/proc/meminfo: memFree=26566380/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=640560 CPUtime=2.9 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 11467 0 0 0 254 36 0 0 20 0 15 0 99580152 10916995072 160140 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 160140 3141 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=8444 CPUtime=1.25 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) S 1387 1390 31407 0 -1 1077944384 5157 0 0 0 119 6 0 0 20 0 15 0 99580152 10916995072 160140 33554432000 4194304 4196468 140728998783120 139677439408240 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=4036 CPUtime=0.16 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 207 0 0 0 10 6 0 0 20 0 15 0 99580153 10916995072 160140 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 194 0 0 0 10 6 0 0 20 0 15 0 99580153 10916995072 160140 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=280666583882288 CPUtime=0.18 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 227 0 0 0 11 7 0 0 20 0 15 0 99580153 10916995072 160140 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 437 0 0 0 12 6 0 0 20 0 15 0 99580153 10916995072 160140 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) R 1387 1390 31407 0 -1 4202560 221 0 0 0 2 0 0 0 20 0 15 0 99580154 10916995072 160140 33554432000 4194304 4196468 140728998783120 139676672419008 139677413540712 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0

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


[startup+16.0007 s]*
/proc/loadavg: 2.17 1.44 1.38 5/219 1405
/proc/meminfo: memFree=18716448/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=8300016 CPUtime=41.01 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 540745 0 0 0 3370 731 0 0 20 0 15 0 99580152 10916995072 2075004 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 2075004 3166 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=280666584091056 CPUtime=7.61 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) S 1387 1390 31407 0 -1 1077944384 10327 0 0 0 744 17 0 0 20 0 15 0 99580152 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139677439409216 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=4126316290023845779 CPUtime=7.86 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) R 1387 1390 31407 0 -1 4202560 123650 0 0 0 606 180 0 0 20 0 15 0 99580153 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139677371861280 139677428270215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=2268 CPUtime=7.77 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) R 1387 1390 31407 0 -1 4202560 112040 0 0 0 601 176 0 0 20 0 15 0 99580153 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139677370808400 139677428270215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=1804 CPUtime=7.84 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) R 1387 1390 31407 0 -1 4202560 107882 0 0 0 585 199 0 0 20 0 15 0 99580153 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139677040241416 139677427798759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=796 CPUtime=7.86 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) R 1387 1390 31407 0 -1 4202560 169833 0 0 0 636 150 0 0 20 0 15 0 99580153 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139677039188616 139677428270215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=1712 CPUtime=0.42 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 8197 0 0 0 42 0 0 0 20 0 15 0 99580154 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676672419008 139677435180757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661128 memory=11860 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661128 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661128 memory=1388 CPUtime=0.56 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 2409 0 0 0 56 0 0 0 20 0 15 0 99580157 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661128 memory=1012 CPUtime=0.68 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 2355 0 0 0 67 1 0 0 20 0 15 0 99580157 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661128 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 2490 0 0 0 29 0 0 0 20 0 15 0 99580157 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 2075004 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 41.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300016 KiB

[startup+17.6007 s]
/proc/loadavg: 2.17 1.44 1.38 6/219 1405
/proc/meminfo: memFree=18716200/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=8300108 CPUtime=46.56 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 540955 0 0 0 3924 732 0 0 20 0 15 0 99580152 10916995072 2075027 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 2075027 3166 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=33 CPUtime=7.64 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) S 1387 1390 31407 0 -1 1077944384 10363 0 0 0 747 17 0 0 20 0 15 0 99580152 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677439409216 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=8112282956445269571 CPUtime=9.2 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) R 1387 1390 31407 0 -1 4202560 123775 0 0 0 739 181 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677371861392 139677428270223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=4100 CPUtime=9.1 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 112049 0 0 0 733 177 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677370808400 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=29008 CPUtime=9.16 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) R 1387 1390 31407 0 -1 4202560 107893 0 0 0 716 200 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677040241416 139677427798759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=1244 CPUtime=9.19 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) R 1387 1390 31407 0 -1 4202560 169844 0 0 0 768 151 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677039188304 139677427798759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=8299932 CPUtime=0.64 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 8215 0 0 0 64 0 0 0 20 0 15 0 99580154 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676672419024 139677435180757 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661128 memory=8299972 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661128 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661128 memory=8112282956445269571 CPUtime=0.56 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 2409 0 0 0 56 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661128 memory=4100 CPUtime=0.68 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 2355 0 0 0 67 1 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661128 memory=29008 CPUtime=0.29 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 2490 0 0 0 29 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661128 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661128 memory=2268 CPUtime=0.01 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 15 0 99580158 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 46.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300108 KiB

[startup+18.4007 s]
/proc/loadavg: 2.39 1.50 1.40 6/219 1405
/proc/meminfo: memFree=18716200/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=8300108 CPUtime=49.67 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 551791 0 0 0 4232 735 0 0 20 0 15 0 99580152 10916995072 2075027 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 2075027 3166 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=3835151757461372353 CPUtime=7.64 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) S 1387 1390 31407 0 -1 1077944384 10363 0 0 0 747 17 0 0 20 0 15 0 99580152 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677439409216 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=140333292047057 CPUtime=10 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) S 1387 1390 31407 0 -1 1077944384 134512 0 0 0 818 182 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677371861392 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=3473177157876067473 CPUtime=9.88 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) S 1387 1390 31407 0 -1 1077944384 112056 0 0 0 810 178 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677370808592 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=0 CPUtime=9.91 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) S 1387 1390 31407 0 -1 1077944384 107909 0 0 0 791 200 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677040241296 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=4354301833820402584 CPUtime=9.96 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) S 1387 1390 31407 0 -1 1077944384 169853 0 0 0 845 151 0 0 20 0 15 0 99580153 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139677039188496 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=-1598831813028945288 CPUtime=0.64 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) R 1387 1390 31407 0 -1 4202560 8268 0 0 0 64 0 0 0 20 0 15 0 99580154 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676672419024 139677420166952 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661128 memory=-3535359994705185418 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661128 memory=-5921431000328146009 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661128 memory=-7169539485663730818 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661128 memory=-5921431000328146009 CPUtime=0.56 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 2409 0 0 0 56 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661128 memory=-2746958450906831424 CPUtime=0.68 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 2355 0 0 0 67 1 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661128 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 2490 0 0 0 29 0 0 0 20 0 15 0 99580157 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676666104176 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661128 memory=140333291811892 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661128 memory=140333291827694 CPUtime=0.01 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 99580158 10916995072 2075027 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 49.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300108 KiB

[startup+18.8007 s]
/proc/loadavg: 2.39 1.50 1.40 6/219 1405
/proc/meminfo: memFree=18716200/32770624 swapFree=67108856/67108860
[pid=1390] ppid=1387 vsize=10661128 memory=8300276 CPUtime=50.85 cores=0,2,4,6
/proc/1390/stat : 1390 (java) S 1387 1390 31407 0 -1 1077944320 560080 0 0 0 4349 736 0 0 20 0 15 0 99580152 10916995072 2075069 33554432000 4194304 4196468 140728998783120 140728998765664 139677435170551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
/proc/1390/statm: 2665282 2075069 3174 1 0 2627263 0
[pid=1390/tid=1392] ppid=1387 vsize=10661128 memory=0 CPUtime=7.65 cores=0,2,4,6
/proc/1390/task/1392/stat : 1392 (java) S 1387 1390 31407 0 -1 1077944384 10444 0 0 0 747 18 0 0 20 0 15 0 99580152 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139677439410176 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1393] ppid=1387 vsize=10661128 memory=0 CPUtime=10.26 cores=0,2,4,6
/proc/1390/task/1393/stat : 1393 (java) R 1387 1390 31407 0 -1 4202560 134865 0 0 0 844 182 0 0 20 0 15 0 99580153 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139677371861392 139677419871239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1394] ppid=1387 vsize=10661128 memory=0 CPUtime=10.14 cores=0,2,4,6
/proc/1390/task/1394/stat : 1394 (java) R 1387 1390 31407 0 -1 4202560 112240 0 0 0 836 178 0 0 20 0 15 0 99580153 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139677370808712 139677427798759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1395] ppid=1387 vsize=10661128 memory=0 CPUtime=10.17 cores=0,2,4,6
/proc/1390/task/1395/stat : 1395 (java) R 1387 1390 31407 0 -1 4202560 108136 0 0 0 817 200 0 0 20 0 15 0 99580153 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139677040241296 139677435182486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1396] ppid=1387 vsize=10661128 memory=0 CPUtime=10.22 cores=0,2,4,6
/proc/1390/task/1396/stat : 1396 (java) R 1387 1390 31407 0 -1 4202560 171247 0 0 0 871 151 0 0 20 0 15 0 99580153 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139677039188496 139677427798759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1397] ppid=1387 vsize=10661128 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/1390/task/1397/stat : 1397 (java) S 1387 1390 31407 0 -1 1077944384 14223 0 0 0 78 1 0 0 20 0 15 0 99580154 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676672419008 139677435180757 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1398] ppid=1387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1398/stat : 1398 (java) S 1387 1390 31407 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676671366432 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1399] ppid=1387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1399/stat : 1399 (java) S 1387 1390 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99580155 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676670314096 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1400] ppid=1387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1400/stat : 1400 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580157 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676669262416 139677435189147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1401] ppid=1387 vsize=10661128 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/1390/task/1401/stat : 1401 (java) S 1387 1390 31407 0 -1 1077944384 2411 0 0 0 56 0 0 0 20 0 15 0 99580157 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676668209264 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1402] ppid=1387 vsize=10661128 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/1390/task/1402/stat : 1402 (java) S 1387 1390 31407 0 -1 1077944384 2357 0 0 0 67 1 0 0 20 0 15 0 99580157 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676667156464 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1403] ppid=1387 vsize=10661128 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1390/task/1403/stat : 1403 (java) S 1387 1390 31407 0 -1 1077944384 2555 0 0 0 29 0 0 0 20 0 15 0 99580157 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676666100048 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1404] ppid=1387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1390/task/1404/stat : 1404 (java) S 1387 1390 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99580158 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676665051616 139677435180757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
[pid=1390/tid=1405] ppid=1387 vsize=10661128 memory=3 CPUtime=0.01 cores=0,2,4,6
/proc/1390/task/1405/stat : 1405 (java) S 1387 1390 31407 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 99580158 10916995072 2075069 33554432000 4194304 4196468 140728998783120 139676663999408 139677435181698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8495104 140728998786186 140728998786313 140728998786313 140728998789071 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300276 KiB

[startup+18.9012 s]*
/proc/loadavg: 2.39 1.50 1.40 3/206 1406
/proc/meminfo: memFree=22995696/32770624 swapFree=67108856/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): 18.9345
CPU time (s): 51.004
CPU user time (s): 43.5448
CPU system time (s): 7.45928
CPU usage (%): 269.371
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8300276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5448
system time used= 7.45928
maximum resident set size= 8300276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560163
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= 10207
involuntary context switches= 519


# summary of solver processes directly reported to runsolver:
#   pid: 1390
#   total CPU time (s): 51.004
#   total CPU user time (s): 43.5448
#   total CPU system time (s): 7.45928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153749 second user time and 0.244393 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 01:22:50
IDJOB=4299200
IDBENCH=141307
IDSOLVER=2767
FILE ID=node133/4299200-1532820169
RUNJOBID= node133-1532808819-31438
PBS_JOBID= 21022475
Free space on /tmp= 48188 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299200-1532820169/watcher-4299200-1532820169 -o /tmp/evaluation-result-4299200-1532820169/solver-4299200-1532820169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299200-1532820169.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=60855094

node133.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.24
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.24
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.24
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.24
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:        27019252 kB
MemAvailable:   31590988 kB
Buffers:          186812 kB
Cached:          4632500 kB
SwapCached:            0 kB
Active:          2572296 kB
Inactive:        2657232 kB
Active(anon):     361348 kB
Inactive(anon):    76688 kB
Active(file):    2210948 kB
Inactive(file):  2580544 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             64520 kB
Writeback:             0 kB
AnonPages:        416888 kB
Mapped:            53176 kB
Shmem:             25244 kB
Slab:             220432 kB
SReclaimable:     192156 kB
SUnreclaim:        28276 kB
KernelStack:        3632 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1085356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48188 MiB
End job on node133 at 2018-07-29 01:23:09