Trace number 4299037

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? 240.32 94.6681

General information on the benchmark

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

Solver Data

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

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

[startup+0.100265 s]*
/proc/loadavg: 1.69 1.46 1.42 3/220 961
/proc/meminfo: memFree=22854040/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661052 memory=27556 CPUtime=0.12 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 5284 0 0 0 11 1 0 0 20 0 15 0 99317489 10916917248 6889 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665263 6889 2865 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661052 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) R 939 943 31407 0 -1 4202560 3169 0 0 0 8 1 0 0 20 0 15 0 99317489 10916917248 6889 33554432000 4194304 4196468 140727935167264 139825621547136 139825617329558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661052 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 6889 33554432000 4194304 4196468 140727935167264 139825554008336 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661052 memory=139905955532457 CPUtime=0 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 6889 33554432000 4194304 4196468 140727935167264 139825552955792 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 6889 33554432000 4194304 4196468 140727935167264 139825551903248 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 6889 33554432000 4194304 4196468 140727935167264 139825550850704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824974285296 139825617328770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824973231520 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824970074096 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0.02 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) R 939 943 31407 0 -1 4202560 316 0 0 0 2 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824967969008 139825596286496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 6889 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27556 KiB

[startup+0.210639 s]*
/proc/loadavg: 1.69 1.46 1.42 5/220 961
/proc/meminfo: memFree=22842320/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661052 memory=40276 CPUtime=0.34 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 8151 0 0 0 31 3 0 0 20 0 15 0 99317489 10916917248 10069 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665263 10069 2984 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661052 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) R 939 943 31407 0 -1 4202560 5130 0 0 0 18 1 0 0 20 0 15 0 99317489 10916917248 10135 33554432000 4194304 4196468 140727935167264 139825621553040 139825228951291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661052 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 10135 33554432000 4194304 4196468 140727935167264 139825554008336 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661052 memory=139905955532457 CPUtime=0 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 10135 33554432000 4194304 4196468 140727935167264 139825552955792 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 10135 33554432000 4194304 4196468 140727935167264 139825551903248 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 10135 33554432000 4194304 4196468 140727935167264 139825550850704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824974285296 139825617328770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824973231520 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) R 939 943 31407 0 -1 4202560 473 0 0 0 2 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824970072496 139825598017920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) R 939 943 31407 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0.08 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) R 939 943 31407 0 -1 4202560 887 0 0 0 8 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824967969008 139825596326266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661052 memory=139905955505792 CPUtime=0 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 10135 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40276 KiB

[startup+0.311394 s]*
/proc/loadavg: 1.69 1.46 1.42 4/220 961
/proc/meminfo: memFree=22778648/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661052 memory=107648 CPUtime=0.56 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 8671 0 0 0 52 4 0 0 20 0 15 0 99317489 10916917248 26912 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665263 26912 3043 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661052 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) R 939 943 31407 0 -1 4202560 5168 0 0 0 27 3 0 0 20 0 15 0 99317489 10916917248 27754 33554432000 4194304 4196468 140727935167264 139825621548960 139825227571986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661052 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 27754 33554432000 4194304 4196468 140727935167264 139825554008336 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661052 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 27754 33554432000 4194304 4196468 140727935167264 139825552955792 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661052 memory=8444 CPUtime=0 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 27754 33554432000 4194304 4196468 140727935167264 139825551903248 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661052 memory=15252 CPUtime=0 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317490 10916917248 27754 33554432000 4194304 4196468 140727935167264 139825550850704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661052 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 27754 33554432000 4194304 4196468 140727935167264 139824974285296 139825617328770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 27754 33554432000 4194304 4196468 140727935167264 139824973231520 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 27754 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 27754 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661052 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) R 939 943 31407 0 -1 4202560 920 0 0 0 8 0 0 0 20 0 15 0 99317495 10916917248 28266 33554432000 4194304 4196468 140727935167264 139824970055208 139825600817821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661052 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 509 0 0 0 5 0 0 0 20 0 15 0 99317495 10916917248 28266 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 1020 0 0 0 12 0 0 0 20 0 15 0 99317495 10916917248 28266 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 28266 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 28266 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 107648 KiB

[startup+0.701558 s]
/proc/loadavg: 1.69 1.46 1.42 3/220 961
/proc/meminfo: memFree=22589664/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661052 memory=480956 CPUtime=1.59 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 11720 0 0 0 119 40 0 0 20 0 15 0 99317489 10916917248 119727 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665263 120239 3088 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661052 memory=279811617016064 CPUtime=0.52 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) S 939 943 31407 0 -1 1077944384 5198 0 0 0 45 7 0 0 20 0 15 0 99317489 10916917248 120239 33554432000 4194304 4196468 140727935167264 139825621556880 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661052 memory=469 CPUtime=0.14 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) R 939 943 31407 0 -1 4202560 212 0 0 0 7 7 0 0 20 0 15 0 99317490 10916917248 120239 33554432000 4194304 4196468 140727935167264 139825554008336 139825610420662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661052 memory=139905955504576 CPUtime=0.11 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) R 939 943 31407 0 -1 4202560 405 0 0 0 5 6 0 0 20 0 15 0 99317490 10916917248 120239 33554432000 4194304 4196468 140727935167264 139825552955792 139825610420602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661052 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) R 939 943 31407 0 -1 4202560 392 0 0 0 7 8 0 0 20 0 15 0 99317490 10916917248 120239 33554432000 4194304 4196468 140727935167264 139825551903248 139825610414324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661052 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) R 939 943 31407 0 -1 4202560 405 0 0 0 6 7 0 0 20 0 15 0 99317490 10916917248 120239 33554432000 4194304 4196468 140727935167264 139825550850904 139825610414356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824974283840 139825617327829 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661052 memory=143990322242550 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824973231520 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99317492 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661052 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 1726 0 0 0 23 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824970063296 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661052 memory=279811616407792 CPUtime=0.1 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 885 0 0 0 10 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661052 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 1044 0 0 0 13 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661052 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661052 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99317495 10916917248 120239 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 480956 KiB

[startup+1.50081 s]
/proc/loadavg: 1.69 1.46 1.42 4/220 961
/proc/meminfo: memFree=22319768/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661052 memory=879924 CPUtime=3.34 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 13752 0 0 0 250 84 0 0 20 0 15 0 99317489 10916917248 219981 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665263 219981 3097 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661052 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) R 939 943 31407 0 -1 4202560 5258 0 0 0 91 14 0 0 20 0 15 0 99317489 10916917248 219981 33554432000 4194304 4196468 140727935167264 139825621556880 139825617339549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661052 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) S 939 943 31407 0 -1 1077944384 406 0 0 0 22 17 0 0 20 0 15 0 99317490 10916917248 219981 33554432000 4194304 4196468 140727935167264 139825554008336 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661052 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) S 939 943 31407 0 -1 1077944384 542 0 0 0 22 15 0 0 20 0 15 0 99317490 10916917248 219981 33554432000 4194304 4196468 140727935167264 139825552955792 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661052 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) S 939 943 31407 0 -1 1077944384 529 0 0 0 23 17 0 0 20 0 15 0 99317490 10916917248 219981 33554432000 4194304 4196468 140727935167264 139825551903248 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661052 memory=6656426216303648864 CPUtime=0.39 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) S 939 943 31407 0 -1 1077944384 542 0 0 0 23 16 0 0 20 0 15 0 99317490 10916917248 219981 33554432000 4194304 4196468 140727935167264 139825550850704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661052 memory=6944652177228980320 CPUtime=0.01 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 978 0 0 0 1 0 0 0 20 0 15 0 99317492 10916917248 219981 33554432000 4194304 4196468 140727935167264 139824974285296 139825617328770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0

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

[pid=943/tid=960] ppid=939 vsize=10661128 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078175 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661128 memory=2268 CPUtime=0.05 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 525 0 0 0 1 4 0 0 20 0 15 0 99317495 10916995072 2078175 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 221.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8312700 KiB

[startup+92.8035 s]
/proc/loadavg: 3.65 2.10 1.65 6/219 969
/proc/meminfo: memFree=14553140/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661128 memory=8312716 CPUtime=233.43 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 114120 0 0 0 22574 769 0 0 20 0 15 0 99317489 10916995072 2078179 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665282 2078179 3184 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661128 memory=8312704 CPUtime=43.45 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) S 939 943 31407 0 -1 1077944384 17931 0 0 0 4318 27 0 0 20 0 15 0 99317489 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139825621556176 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661128 memory=8312704 CPUtime=46.13 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) R 939 943 31407 0 -1 4202560 14036 0 0 0 4437 176 0 0 20 0 15 0 99317490 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139825554007920 139825609945831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661128 memory=8312668 CPUtime=46.11 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) R 939 943 31407 0 -1 4202560 11024 0 0 0 4421 190 0 0 20 0 15 0 99317490 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139825552955992 139825602302919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661128 memory=4036 CPUtime=45.85 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) R 939 943 31407 0 -1 4202560 13426 0 0 0 4411 174 0 0 20 0 15 0 99317490 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139825551903448 139825602015375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661128 memory=4036 CPUtime=46.03 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) R 939 943 31407 0 -1 4202560 13861 0 0 0 4410 193 0 0 20 0 15 0 99317490 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139825550850288 139825609945831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661128 memory=4100 CPUtime=2.72 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 24635 0 0 0 270 2 0 0 20 0 15 0 99317492 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824974283616 139825617327829 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661128 memory=28940 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824973231584 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661128 memory=956 CPUtime=1.49 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 6039 0 0 0 148 1 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824970074096 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661128 memory=2404 CPUtime=1.02 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 5818 0 0 0 101 1 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661128 memory=8312700 CPUtime=0.51 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 5370 0 0 0 50 1 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661128 memory=2268 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661128 memory=1804 CPUtime=0.06 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 527 0 0 0 2 4 0 0 20 0 15 0 99317495 10916995072 2078179 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 233.43 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8312716 KiB

[startup+93.6016 s]
/proc/loadavg: 3.65 2.10 1.65 7/219 969
/proc/meminfo: memFree=14553140/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661128 memory=8312724 CPUtime=236.46 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 114336 0 0 0 22876 770 0 0 20 0 15 0 99317489 10916995072 2078181 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665282 2078181 3184 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661128 memory=8312704 CPUtime=43.45 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) S 939 943 31407 0 -1 1077944384 17931 0 0 0 4318 27 0 0 20 0 15 0 99317489 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825621556176 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661128 memory=928 CPUtime=46.87 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) R 939 943 31407 0 -1 4202560 14038 0 0 0 4511 176 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825554008336 139825602268228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661128 memory=2244 CPUtime=46.86 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) R 939 943 31407 0 -1 4202560 11107 0 0 0 4496 190 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825552955992 139825602015262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661128 memory=6947385649911455296 CPUtime=46.59 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) R 939 943 31407 0 -1 4202560 13497 0 0 0 4485 174 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825551903448 139825602015398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661128 memory=0 CPUtime=46.77 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) R 939 943 31407 0 -1 4202560 13914 0 0 0 4484 193 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825550850704 139825602268228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661128 memory=0 CPUtime=2.76 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 24642 0 0 0 274 2 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824974283632 139825617327829 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824973231584 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661128 memory=6935054825532540783 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661128 memory=4126316290023845779 CPUtime=1.49 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 6039 0 0 0 148 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824970074096 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661128 memory=1408 CPUtime=1.02 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 5818 0 0 0 101 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661128 memory=2928 CPUtime=0.51 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 5370 0 0 0 50 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661128 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661128 memory=796 CPUtime=0.06 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 527 0 0 0 2 4 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 236.46 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8312724 KiB

[startup+94.4015 s]
/proc/loadavg: 3.76 2.15 1.67 7/219 969
/proc/meminfo: memFree=14553144/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661128 memory=8312724 CPUtime=239.59 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 114336 0 0 0 23189 770 0 0 20 0 15 0 99317489 10916995072 2078181 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665282 2078181 3184 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661128 memory=28940 CPUtime=43.45 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) S 939 943 31407 0 -1 1077944384 17931 0 0 0 4318 27 0 0 20 0 15 0 99317489 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825621556176 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661128 memory=1244 CPUtime=47.66 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) R 939 943 31407 0 -1 4202560 14038 0 0 0 4590 176 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825554008336 139825602314027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661128 memory=2268 CPUtime=47.64 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) R 939 943 31407 0 -1 4202560 11107 0 0 0 4574 190 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825552955992 139825602314243 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661128 memory=1804 CPUtime=47.37 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) R 939 943 31407 0 -1 4202560 13497 0 0 0 4563 174 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825551903136 139825602314020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661128 memory=8312724 CPUtime=47.56 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) R 939 943 31407 0 -1 4202560 13914 0 0 0 4562 194 0 0 20 0 15 0 99317490 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139825550850704 139825602314269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661128 memory=11860 CPUtime=2.76 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) S 939 943 31407 0 -1 1077944384 24642 0 0 0 274 2 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824974283856 139825617327829 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661128 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824973231584 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661128 memory=11860 CPUtime=1.49 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 6039 0 0 0 148 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824970074096 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661128 memory=5772 CPUtime=1.02 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 5818 0 0 0 101 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661128 memory=4616 CPUtime=0.51 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 5370 0 0 0 50 1 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661128 memory=1388 CPUtime=0.06 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 527 0 0 0 2 4 0 0 20 0 15 0 99317495 10916995072 2078181 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 239.59 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8312724 KiB

[startup+94.6007 s]
/proc/loadavg: 3.76 2.15 1.67 7/219 969
/proc/meminfo: memFree=14553144/32770624 swapFree=67108856/67108860
[pid=943] ppid=939 vsize=10661128 memory=8312732 CPUtime=240.24 cores=0,2,4,6
/proc/943/stat : 943 (java) S 939 943 31407 0 -1 1077944320 115046 0 0 0 23254 770 0 0 20 0 15 0 99317489 10916995072 2078183 33554432000 4194304 4196468 140727935167264 140727935149808 139825617317623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
/proc/943/statm: 2665282 2078183 3185 1 0 2627263 0
[pid=943/tid=946] ppid=939 vsize=10661128 memory=1012 CPUtime=43.45 cores=0,2,4,6
/proc/943/task/946/stat : 946 (java) S 939 943 31407 0 -1 1077944384 17996 0 0 0 4318 27 0 0 20 0 15 0 99317489 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139825621556528 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=947] ppid=939 vsize=10661128 memory=1948 CPUtime=47.81 cores=0,2,4,6
/proc/943/task/947/stat : 947 (java) S 939 943 31407 0 -1 1077944384 14059 0 0 0 4605 176 0 0 20 0 15 0 99317490 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139825554008336 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=948] ppid=939 vsize=10661128 memory=1188 CPUtime=47.79 cores=0,2,4,6
/proc/943/task/948/stat : 948 (java) S 939 943 31407 0 -1 1077944384 11107 0 0 0 4589 190 0 0 20 0 15 0 99317490 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139825552955792 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=949] ppid=939 vsize=10661128 memory=1388 CPUtime=47.52 cores=0,2,4,6
/proc/943/task/949/stat : 949 (java) S 939 943 31407 0 -1 1077944384 14115 0 0 0 4578 174 0 0 20 0 15 0 99317490 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139825551903248 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=950] ppid=939 vsize=10661128 memory=1232 CPUtime=47.71 cores=0,2,4,6
/proc/943/task/950/stat : 950 (java) S 939 943 31407 0 -1 1077944384 13919 0 0 0 4577 194 0 0 20 0 15 0 99317490 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139825550850704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=951] ppid=939 vsize=10661128 memory=1012 CPUtime=2.81 cores=0,2,4,6
/proc/943/task/951/stat : 951 (java) R 939 943 31407 0 -1 4202560 24643 0 0 0 279 2 0 0 20 0 15 0 99317492 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824974283840 139825595687803 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=954] ppid=939 vsize=10661128 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/943/task/954/stat : 954 (java) S 939 943 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824973231584 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=955] ppid=939 vsize=10661128 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/943/task/955/stat : 955 (java) S 939 943 31407 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 99317492 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824972178928 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=956] ppid=939 vsize=10661128 memory=8444 CPUtime=0 cores=0,2,4,6
/proc/943/task/956/stat : 956 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824971127504 139825617336219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=957] ppid=939 vsize=10661128 memory=15252 CPUtime=1.49 cores=0,2,4,6
/proc/943/task/957/stat : 957 (java) S 939 943 31407 0 -1 1077944384 6039 0 0 0 148 1 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824970074096 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=958] ppid=939 vsize=10661128 memory=8444 CPUtime=1.02 cores=0,2,4,6
/proc/943/task/958/stat : 958 (java) S 939 943 31407 0 -1 1077944384 5818 0 0 0 101 1 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824969021552 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=959] ppid=939 vsize=10661128 memory=15252 CPUtime=0.51 cores=0,2,4,6
/proc/943/task/959/stat : 959 (java) S 939 943 31407 0 -1 1077944384 5370 0 0 0 50 1 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824967969008 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=960] ppid=939 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/943/task/960/stat : 960 (java) S 939 943 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824966916704 139825617327829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
[pid=943/tid=961] ppid=939 vsize=10661128 memory=3004 CPUtime=0.06 cores=0,2,4,6
/proc/943/task/961/stat : 961 (java) S 939 943 31407 0 -1 1077944384 527 0 0 0 2 4 0 0 20 0 15 0 99317495 10916995072 2078183 33554432000 4194304 4196468 140727935167264 139824965864240 139825617328770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25993216 140727935173770 140727935173897 140727935173897 140727935176655 0
Current children cumulated CPU time: 240.24 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8312732 KiB

Child status: 1
Real time (s): 94.6681
CPU time (s): 240.32
CPU user time (s): 232.579
CPU system time (s): 7.74072
CPU usage (%): 253.855
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8312732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.579
system time used= 7.74072
maximum resident set size= 8312732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6518
involuntary context switches= 2307


# summary of solver processes directly reported to runsolver:
#   pid: 943
#   total CPU time (s): 240.32
#   total CPU user time (s): 232.579
#   total CPU system time (s): 7.74072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.542333 second user time and 0.992323 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 00:39:03
IDJOB=4299037
IDBENCH=141286
IDSOLVER=2767
FILE ID=node133/4299037-1532817542
RUNJOBID= node133-1532808819-31438
PBS_JOBID= 21022475
Free space on /tmp= 47724 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test02-0250_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299037-1532817542/watcher-4299037-1532817542 -o /tmp/evaluation-result-4299037-1532817542/solver-4299037-1532817542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299037-1532817542.xml

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

MD5SUM BENCH= 973c4f7d3bfa6ee5bf8044e5608ab9c3
RANDOM SEED=307021124

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:        22869668 kB
MemAvailable:   27910500 kB
Buffers:          186080 kB
Cached:          5102248 kB
SwapCached:            0 kB
Active:          6713168 kB
Inactive:        2658520 kB
Active(anon):    4034700 kB
Inactive(anon):    76688 kB
Active(file):    2678468 kB
Inactive(file):  2581832 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            435480 kB
Writeback:             0 kB
AnonPages:       4090668 kB
Mapped:            53372 kB
Shmem:             25244 kB
Slab:             220616 kB
SReclaimable:     192736 kB
SUnreclaim:        27880 kB
KernelStack:        3584 kB
PageTables:        13236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5288596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3622912 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= 47724 MiB
End job on node133 at 2018-07-29 00:40:38