Trace number 4310176

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
OscaR - Conflict Ordering with restarts 2018-08-14? 251.893 247.51

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-09-opt_c18.xml
MD5SUM2788969af340f57bdb68eae00f77e52f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark252.029
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":2},{"size":36,"count":408},{"size":42,"count":306},{"size":44,"count":188}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":10},{"degree":4,"count":22},{"degree":5,"count":38},{"degree":6,"count":81},{"degree":7,"count":93},{"degree":8,"count":105},{"degree":9,"count":86},{"degree":10,"count":68},{"degree":11,"count":42},{"degree":12,"count":24},{"degree":13,"count":14},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":10},{"degree":17,"count":3},{"degree":18,"count":32},{"degree":19,"count":53},{"degree":20,"count":77},{"degree":21,"count":81},{"degree":22,"count":42},{"degree":23,"count":14},{"degree":24,"count":9},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":38,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5246}]
Number of extensional constraints0
Number of intensional constraints5246
Distribution of constraint types[{"type":"intension","count":5246}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 1764676066
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
5.75/2.67	c Parsing done, starting search...
251.78/247.49	d NO_SOL_FOUND
251.78/247.49	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 (13006 MiB free)
  memory of node 1: 16384 MiB (11083 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310176-1534335409/watcher-4310176-1534335409 -o /tmp/evaluation-result-4310176-1534335409/solver-4310176-1534335409 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21542 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1764676066 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310176-1534335409.xml 

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

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


[startup+0.102219 s]*
/proc/loadavg: 1.28 1.37 1.52 3/215 26129
/proc/meminfo: memFree=24650384/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14082736 memory=32552 CPUtime=0.12 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 8240 0 0 0 11 1 0 0 20 0 15 0 251104091 14420721664 8138 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3520684 8138 3155 1 0 3482761 0
[pid=26114/tid=26116] ppid=26111 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 6246 0 0 0 9 0 0 0 20 0 15 0 251104091 14420721664 8138 33554432000 4194304 4196468 140724672182240 140605988884496 140605968741726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14082736 memory=5793855273940302265 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 8138 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 8138 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 8138 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 8138 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104093 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604896269088 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604895216752 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 15 0 251104096 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104097 14420721664 8138 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32552 KiB

[startup+0.210347 s]*
/proc/loadavg: 1.28 1.37 1.52 6/215 26129
/proc/meminfo: memFree=24635536/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14082736 memory=46028 CPUtime=0.3 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 10622 0 0 0 28 2 0 0 20 0 15 0 251104091 14420721664 11507 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3520684 11507 3331 1 0 3482761 0
[pid=26114/tid=26116] ppid=26111 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 8289 0 0 0 19 1 0 0 20 0 15 0 251104091 14420721664 11507 33554432000 4194304 4196468 140724672182240 140605988886208 140605621074640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14082736 memory=4211973749135199626 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 11507 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 11507 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 11507 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 11507 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251104093 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604896269088 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604895216752 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) R 26111 26114 21510 0 -1 4202560 390 0 0 0 2 0 0 0 20 0 15 0 251104096 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604893104592 140605965360794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) R 26111 26114 21510 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0.06 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 404 0 0 0 6 0 0 0 20 0 15 0 251104096 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104097 14420721664 11507 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46028 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.28 1.37 1.52 4/215 26129
/proc/meminfo: memFree=24631256/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14082736 memory=49720 CPUtime=0.44 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 11112 0 0 0 42 2 0 0 20 0 15 0 251104091 14420721664 12430 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3520684 12430 3403 1 0 3482761 0
[pid=26114/tid=26116] ppid=26111 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 8623 0 0 0 28 1 0 0 20 0 15 0 251104091 14420721664 12430 33554432000 4194304 4196468 140724672182240 140605988841248 140605976898366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14082736 memory=4211973749135199626 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 12430 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14082736 memory=140022930411453 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 12430 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14082736 memory=140022779084310 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 12430 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14082736 memory=140022779071951 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14420721664 12430 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14082736 memory=140022930430625 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251104093 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14082736 memory=140022779081135 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604896269088 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14082736 memory=280045558153104 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251104094 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604895216752 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14082736 memory=280045558150800 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 15 0 251104096 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 15 0 251104096 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0.08 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 448 0 0 0 8 0 0 0 20 0 15 0 251104096 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14082736 memory=140022930409088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104097 14420721664 12430 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49720 KiB

[startup+0.700769 s]
/proc/loadavg: 1.28 1.37 1.52 3/215 26129
/proc/meminfo: memFree=24607196/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14084804 memory=89640 CPUtime=0.97 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 17826 0 0 0 93 4 0 0 20 0 15 0 251104091 14422839296 22410 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3521201 22410 3500 1 0 3483273 0
[pid=26114/tid=26116] ppid=26111 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 14954 0 0 0 64 3 0 0 20 0 15 0 251104091 14422839296 22410 33554432000 4194304 4196468 140724672182240 140605988885344 140605970029672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14084804 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14422839296 22410 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14422839296 22410 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104092 14422839296 22410 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14422839296 22410 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 251104093 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251104094 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604896269088 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251104094 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604895216752 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14084804 memory=227 CPUtime=0.08 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 612 0 0 0 8 0 0 0 20 0 15 0 251104096 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14084804 memory=7 CPUtime=0.05 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 304 0 0 0 5 0 0 0 20 0 15 0 251104096 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14084804 memory=713 CPUtime=0.15 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 575 0 0 0 15 0 0 0 20 0 15 0 251104096 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14084804 memory=280045558337008 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251104097 14422839296 22410 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89640 KiB

[startup+1.50101 s]
/proc/loadavg: 1.28 1.37 1.52 5/215 26129
/proc/meminfo: memFree=24558488/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14086852 memory=224340 CPUtime=3.36 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 23848 0 0 0 329 7 0 0 20 0 15 0 251104091 14424936448 56085 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3521713 56085 3549 1 0 3483785 0
[pid=26114/tid=26116] ppid=26111 vsize=14086852 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 16907 0 0 0 141 5 0 0 20 0 15 0 251104091 14424936448 56085 33554432000 4194304 4196468 140724672182240 140605988895936 140605624865793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14086852 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 251104092 14424936448 56085 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14086852 memory=-6367067914546735719 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14424936448 56085 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14086852 memory=-7666651963676643886 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 251104092 14424936448 56085 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14086852 memory=4947090514083945344 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 251104092 14424936448 56085 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 251104093 14424936448 56085 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0

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


[startup+244.801 s]
/proc/loadavg: 1.01 1.19 1.41 2/194 26190
/proc/meminfo: memFree=24618260/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14090948 memory=259032 CPUtime=249.18 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 64165 0 0 0 24902 16 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3522737 64758 3577 1 0 3484809 0
[pid=26114/tid=26116] ppid=26111 vsize=14090948 memory=6791534058613427641 CPUtime=244.75 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 25697 0 0 0 24469 6 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605988895976 140605630762551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14090948 memory=1740 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14090948 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14090948 memory=259032 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 251104093 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14090948 memory=872 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604896269152 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14090948 memory=1288 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604895216768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14090948 memory=259032 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14090948 memory=3712 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 7912 0 0 0 156 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14090948 memory=68344 CPUtime=1.81 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 11959 0 0 0 180 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14090948 memory=1064 CPUtime=0.89 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 15143 0 0 0 87 2 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14090948 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14090948 memory=1740 CPUtime=0.04 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 715 0 0 0 1 3 0 0 20 0 15 0 251104097 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 249.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 259032 KiB

[startup+246.401 s]
/proc/loadavg: 1.01 1.19 1.41 2/194 26190
/proc/meminfo: memFree=24618276/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14090948 memory=259032 CPUtime=250.78 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 64165 0 0 0 25062 16 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3522737 64758 3577 1 0 3484809 0
[pid=26114/tid=26116] ppid=26111 vsize=14090948 memory=2072 CPUtime=246.35 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 25697 0 0 0 24629 6 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605988895976 140605630762368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14090948 memory=1740 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14090948 memory=259032 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14090948 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14090948 memory=872 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14090948 memory=1288 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 251104093 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14090948 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604896269152 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604895216768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14090948 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14090948 memory=1724 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 7912 0 0 0 156 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14090948 memory=4004 CPUtime=1.81 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 11959 0 0 0 180 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14090948 memory=4004 CPUtime=0.89 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 15143 0 0 0 87 2 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14090948 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14090948 memory=872 CPUtime=0.04 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 715 0 0 0 1 3 0 0 20 0 15 0 251104097 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 250.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 259032 KiB

[startup+247.201 s]
/proc/loadavg: 1.01 1.18 1.41 2/194 26190
/proc/meminfo: memFree=24618276/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14090948 memory=259032 CPUtime=251.58 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 64165 0 0 0 25142 16 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3522737 64758 3577 1 0 3484809 0
[pid=26114/tid=26116] ppid=26111 vsize=14090948 memory=3980 CPUtime=247.15 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 25697 0 0 0 24709 6 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605988895976 140605630762412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14090948 memory=1932 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14090948 memory=7288 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14090948 memory=1740 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14090948 memory=11192 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 251104093 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604896269152 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604895216768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14090948 memory=752 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 7912 0 0 0 156 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14090948 memory=89 CPUtime=1.81 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 11959 0 0 0 180 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14090948 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 15143 0 0 0 87 2 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14090948 memory=4 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14090948 memory=259032 CPUtime=0.04 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 715 0 0 0 1 3 0 0 20 0 15 0 251104097 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 251.58 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 259032 KiB

[startup+247.401 s]
/proc/loadavg: 1.01 1.18 1.41 2/194 26190
/proc/meminfo: memFree=24618276/32770624 swapFree=67108524/67108860
[pid=26114] ppid=26111 vsize=14090948 memory=259032 CPUtime=251.78 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26111 26114 21510 0 -1 1077944320 64165 0 0 0 25162 16 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140724672164784 140605984661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
/proc/26114/statm: 3522737 64758 3577 1 0 3484809 0
[pid=26114/tid=26116] ppid=26111 vsize=14090948 memory=68344 CPUtime=247.35 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) R 26111 26114 21510 0 -1 4202560 25697 0 0 0 24729 6 0 0 20 0 15 0 251104091 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605988895976 140605630762094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26117] ppid=26111 vsize=14090948 memory=1064 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 21510 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605956504464 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26118] ppid=26111 vsize=14090948 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605579434768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26119] ppid=26111 vsize=14090948 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 21510 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605578382480 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26120] ppid=26111 vsize=14090948 memory=11192 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 21510 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 251104092 14429130752 64758 33554432000 4194304 4196468 140724672182240 140605577329680 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26121] ppid=26111 vsize=14090948 memory=752 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 21510 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 251104093 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604897323120 140605984672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26122] ppid=26111 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604896269152 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26123] ppid=26111 vsize=14090948 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 21510 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 251104094 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604895216768 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26124] ppid=26111 vsize=14090948 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604894165072 140605984679835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26125] ppid=26111 vsize=14090948 memory=1724 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 21510 0 -1 1077944384 7912 0 0 0 156 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604893112944 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26126] ppid=26111 vsize=14090948 memory=4004 CPUtime=1.81 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 21510 0 -1 1077944384 11959 0 0 0 180 1 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604892060144 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26127] ppid=26111 vsize=14090948 memory=3516 CPUtime=0.89 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 21510 0 -1 1077944384 15143 0 0 0 87 2 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604891007856 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26128] ppid=26111 vsize=14090948 memory=872 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251104096 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604889955296 140605984671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
[pid=26114/tid=26129] ppid=26111 vsize=14090948 memory=1288 CPUtime=0.04 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 21510 0 -1 1077944384 715 0 0 0 1 3 0 0 20 0 15 0 251104097 14429130752 64758 33554432000 4194304 4196468 140724672182240 140604888902064 140605984672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140724672185422 140724672185614 140724672185614 140724672188367 0
Current children cumulated CPU time: 251.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 259032 KiB

[startup+247.501 s]*
/proc/loadavg: 1.01 1.18 1.41 2/181 26191
/proc/meminfo: memFree=24804444/32770624 swapFree=67108524/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 247.51
CPU time (s): 251.893
CPU user time (s): 251.723
CPU system time (s): 0.170114
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 259032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.723
system time used= 0.170114
maximum resident set size= 259436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64757
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8622
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 26114
#   total CPU time (s): 251.893
#   total CPU user time (s): 251.723
#   total CPU system time (s): 0.170114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59407 second user time and 1.7823 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 14:16:49
IDJOB=4310176
IDBENCH=141203
IDSOLVER=2795
FILE ID=node107/4310176-1534335409
RUNJOBID= node107-1534328516-21542
PBS_JOBID= 21038151
Free space on /tmp= 50592 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-09-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310176-1534335409/watcher-4310176-1534335409 -o /tmp/evaluation-result-4310176-1534335409/solver-4310176-1534335409 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21542 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1764676066 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310176-1534335409.xml

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

MD5SUM BENCH= 2788969af340f57bdb68eae00f77e52f
RANDOM SEED=1764676066

node107.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.40
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.40
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.40
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.40
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:        24668404 kB
MemAvailable:   31735900 kB
Buffers:          215772 kB
Cached:          7101728 kB
SwapCached:           20 kB
Active:          4113964 kB
Inactive:        3419140 kB
Active(anon):     164388 kB
Inactive(anon):   111348 kB
Active(file):    3949576 kB
Inactive(file):  3307792 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35840 kB
Writeback:             0 kB
AnonPages:        221892 kB
Mapped:            68332 kB
Shmem:             57824 kB
Slab:             267588 kB
SReclaimable:     238588 kB
SUnreclaim:        29000 kB
KernelStack:        3520 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1228720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50592 MiB
End job on node107 at 2018-08-15 14:20:57