Trace number 4401378

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
Concrete 3.12.2OPT93 2001.22 1959.45

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark108.124
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.56	c Concrete v3.12.2.1568631193530 running
7.25/3.22	o 136
7.25/3.25	o 133
7.25/3.28	o 132
7.93/3.45	o 130
8.26/3.56	o 128
9.22/3.81	o 126
9.22/3.82	o 120
10.87/4.34	o 119
10.87/4.34	o 109
10.87/4.34	o 107
10.87/4.34	o 99
10.87/4.34	o 98
10.87/4.34	o 95
10.87/4.34	o 93
2001.15/1959.44	v <instantiation
2001.15/1959.44	v         cost = '93'>
2001.15/1959.44	v       <list>
2001.15/1959.44	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2001.15/1959.44	v       </list>
2001.15/1959.44	v       <values>
2001.15/1959.44	v         8 10 14 13 12 11 6 4 1 0 2 3 5 7 9 5 7 15 8 1 8 8 4 7 2 2 5 8 4 9
2001.15/1959.44	v       </values>
2001.15/1959.44	v     </instantiation>
2001.15/1959.44	s OPTIMUM FOUND

Verifier Data

OK	93

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 (14922 MiB free)
  memory of node 1: 16384 MiB (14020 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401378-1568685905/watcher-4401378-1568685905 -o /tmp/evaluation-result-4401378-1568685905/solver-4401378-1568685905 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401378-1568685905.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=18077, runsolver pid=18074

[startup+0.100179 s]*
/proc/loadavg: 1.34 1.52 1.53 6/219 18134
/proc/meminfo: memFree=29633024/32770624 swapFree=66922336/67108860
[pid=18077] ppid=18074 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 4414 13086 0 0 1 0 5 3 20 0 6 0 444528394 10212057088 4137 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2493178 4137 1933 1 0 2481616 0
[pid=18077/tid=18130] ppid=18074 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 2224 13086 0 0 0 0 5 3 20 0 6 0 444528403 10212057088 4203 33554432000 4194304 4196468 140735843226608 140291359179344 140291368736317 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 6 0 444528404 10212057088 4203 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=9972712 memory=139834706126464 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 6 0 444528404 10212057088 4203 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 6 0 444528404 10212057088 4203 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 6 0 444528404 10212057088 4203 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.216523 s]*
/proc/loadavg: 1.34 1.52 1.53 3/228 18143
/proc/meminfo: memFree=29611108/32770624 swapFree=66922336/67108860
[pid=18077] ppid=18074 vsize=10820196 memory=44516 CPUtime=0.28 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 7401 13086 0 0 18 2 5 3 20 0 15 0 444528394 11079880704 11129 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2705049 11129 3306 1 0 2667149 0
[pid=18077/tid=18130] ppid=18074 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 3902 13086 0 0 11 1 5 3 20 0 15 0 444528403 11079880704 11129 33554432000 4194304 4196468 140735843226608 140291359156768 140291387364509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10820196 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 11129 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10820196 memory=139834709419548 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 11129 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 11129 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 11129 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10820196 memory=139834706126464 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 13 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290274879136 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290140660976 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11079880704 11129 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 445 13086 0 0 1 0 5 3 20 0 15 0 444528409 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 201 13086 0 0 1 0 5 3 20 0 15 0 444528409 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10820196 memory=139834706126464 CPUtime=0.11 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 616 13086 0 0 3 0 5 3 20 0 15 0 444528409 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11079880704 11129 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10820196 memory=139834706126464 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528410 11079880704 11129 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44516 KiB

[startup+0.310617 s]*
/proc/loadavg: 1.34 1.52 1.53 3/228 18143
/proc/meminfo: memFree=29598456/32770624 swapFree=66922336/67108860
[pid=18077] ppid=18074 vsize=10820196 memory=52532 CPUtime=0.4 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 10815 13086 0 0 28 4 5 3 20 0 15 0 444528394 11079880704 13133 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2705049 13133 3317 1 0 2667149 0
[pid=18077/tid=18130] ppid=18074 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 7309 13086 0 0 18 2 5 3 20 0 15 0 444528403 11079880704 13133 33554432000 4194304 4196468 140735843226608 140291359147920 140291371386213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 13133 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 13133 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 13133 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11079880704 13133 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 13 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290274879136 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528406 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290140660976 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11079880704 13133 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 445 13086 0 0 1 0 5 3 20 0 15 0 444528409 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 202 13086 0 0 2 0 5 3 20 0 15 0 444528409 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10820196 memory=139834706126464 CPUtime=0.13 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 623 13086 0 0 5 0 5 3 20 0 15 0 444528409 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11079880704 13133 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10820196 memory=139834706126464 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528410 11079880704 13133 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52532 KiB

[startup+0.700739 s]
/proc/loadavg: 1.34 1.52 1.53 3/228 18143
/proc/meminfo: memFree=29585012/32770624 swapFree=66922336/67108860
[pid=18077] ppid=18074 vsize=10824364 memory=85284 CPUtime=1.1 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 15059 13086 0 0 97 5 5 3 20 0 15 0 444528394 11084148736 21321 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2706091 21321 3503 1 0 2668173 0
[pid=18077/tid=18130] ppid=18074 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 10401 13086 0 0 55 3 5 3 20 0 15 0 444528403 11084148736 21321 33554432000 4194304 4196468 140735843226608 140291359172128 140291387364509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11084148736 21321 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528404 11084148736 21321 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10824364 memory=279669211973600 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11084148736 21321 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10824364 memory=139834605842352 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 2 13086 0 0 0 0 5 3 20 0 15 0 444528404 11084148736 21321 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10824364 memory=139835545223762 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 5 13086 0 0 0 0 5 3 20 0 15 0 444528406 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10824364 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 13 13086 0 0 0 0 5 3 20 0 15 0 444528406 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290274879136 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10824364 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528406 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290140660976 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10824364 memory=7811607157344593746 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11084148736 21321 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10824364 memory=5787219428069434709 CPUtime=0.18 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 912 13086 0 0 10 0 5 3 20 0 15 0 444528409 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) R 18074 18077 14447 0 -1 4202560 655 13086 0 0 13 0 5 3 20 0 15 0 444528409 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290844019056 140291366814603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 851 13086 0 0 17 0 5 3 20 0 15 0 444528409 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11084148736 21321 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528410 11084148736 21321 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85284 KiB

[startup+1.50074 s]
/proc/loadavg: 1.34 1.52 1.53 3/228 18143
/proc/meminfo: memFree=29540824/32770624 swapFree=66922336/67108860
[pid=18077] ppid=18074 vsize=10834680 memory=173412 CPUtime=2.42 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 21744 13086 0 0 224 10 5 3 20 0 15 0 444528394 11094712320 43353 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2708670 43353 3581 1 0 2670733 0
[pid=18077/tid=18130] ppid=18074 vsize=10834680 memory=2811011 CPUtime=1.44 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 15312 13086 0 0 130 6 5 3 20 0 15 0 444528403 11094712320 43353 33554432000 4194304 4196468 140735843226608 140291359137168 140291371423070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 407 13086 0 0 1 0 5 3 20 0 15 0 444528404 11094712320 43353 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10834680 memory=1284892 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 80 13086 0 0 1 0 5 3 20 0 15 0 444528404 11094712320 43353 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10834680 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 34 13086 0 0 1 0 5 3 20 0 15 0 444528404 11094712320 43353 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10834680 memory=85284 CPUtime=0.09 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 84 13086 0 0 1 0 5 3 20 0 15 0 444528404 11094712320 43353 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 157 13086 0 0 0 0 5 3 20 0 15 0 444528406 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 14 13086 0 0 0 0 5 3 20 0 15 0 444528406 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290274879200 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528406 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290140660992 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11094712320 43353 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10834680 memory=4638778398332698720 CPUtime=0.33 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 1067 13086 0 0 24 1 5 3 20 0 15 0 444528409 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10834680 memory=279669211961680 CPUtime=0.31 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 738 13086 0 0 23 0 5 3 20 0 15 0 444528409 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10834680 memory=-7531822216213012384 CPUtime=0.47 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 1635 13086 0 0 39 0 5 3 20 0 15 0 444528409 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10834680 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11094712320 43353 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1 13086 0 0 0 0 5 3 20 0 15 0 444528410 11094712320 43353 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB

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

[pid=18077/tid=18142] ppid=18074 vsize=10849048 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10849048 memory=2116 CPUtime=1.23 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1356 13086 0 0 58 57 5 3 20 0 15 0 444528410 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 1996.89 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906396 KiB

[startup+1956.8 s]
/proc/loadavg: 1.23 1.37 1.44 3/227 18451
/proc/meminfo: memFree=29700460/32770624 swapFree=66922340/67108860
[pid=18077] ppid=18074 vsize=10849048 memory=906396 CPUtime=1998.51 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 197857 13086 0 0 199546 297 5 3 20 0 15 0 444528394 11109425152 226599 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2712262 226599 3633 1 0 2674317 0
[pid=18077/tid=18130] ppid=18074 vsize=10849048 memory=906396 CPUtime=1934.58 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 62132 13086 0 0 193411 39 5 3 20 0 15 0 444528403 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291359177440 140290973905308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10849048 memory=6147511774178338920 CPUtime=10.21 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 11286 13086 0 0 963 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10849048 memory=32440 CPUtime=10.19 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 9501 13086 0 0 966 45 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10849048 memory=988 CPUtime=10.21 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 11144 13086 0 0 966 47 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10849048 memory=6791534058613427641 CPUtime=10.21 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 11322 13086 0 0 963 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10849048 memory=906396 CPUtime=9.31 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 10845 13086 0 0 882 41 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 22 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290274879200 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 12 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290140660992 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10849048 memory=2432 CPUtime=4.52 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 20041 13086 0 0 437 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10849048 memory=1760 CPUtime=4.78 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 27763 13086 0 0 465 5 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10849048 memory=111636 CPUtime=3.86 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 30219 13086 0 0 371 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10849048 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10849048 memory=11620 CPUtime=1.23 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1356 13086 0 0 58 57 5 3 20 0 15 0 444528410 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 1998.51 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906396 KiB

[startup+1958.4 s]
/proc/loadavg: 1.23 1.37 1.44 3/227 18451
/proc/meminfo: memFree=29700460/32770624 swapFree=66922340/67108860
[pid=18077] ppid=18074 vsize=10849048 memory=906396 CPUtime=2000.13 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 197867 13086 0 0 199708 297 5 3 20 0 15 0 444528394 11109425152 226599 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2712262 226599 3633 1 0 2674317 0
[pid=18077/tid=18130] ppid=18074 vsize=10849048 memory=111636 CPUtime=1936.17 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 62142 13086 0 0 193570 39 5 3 20 0 15 0 444528403 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291359177456 140290974257535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10849048 memory=800 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 11286 13086 0 0 964 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10849048 memory=1172 CPUtime=10.2 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 9501 13086 0 0 967 45 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10849048 memory=3616 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 11144 13086 0 0 967 47 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10849048 memory=32440 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 11322 13086 0 0 964 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10849048 memory=6791534058613427641 CPUtime=9.32 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 10845 13086 0 0 883 41 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10849048 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 22 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290274879200 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10849048 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 12 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290140660992 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10849048 memory=906396 CPUtime=4.52 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 20041 13086 0 0 437 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10849048 memory=5972 CPUtime=4.78 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 27763 13086 0 0 465 5 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10849048 memory=14076 CPUtime=3.86 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 30219 13086 0 0 371 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10849048 memory=906396 CPUtime=1.23 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1356 13086 0 0 58 57 5 3 20 0 15 0 444528410 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 2000.13 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906396 KiB

[startup+1959.2 s]
/proc/loadavg: 1.23 1.37 1.44 3/227 18451
/proc/meminfo: memFree=29700460/32770624 swapFree=66922340/67108860
[pid=18077] ppid=18074 vsize=10849048 memory=906396 CPUtime=2000.95 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 198337 13086 0 0 199790 297 5 3 20 0 15 0 444528394 11109425152 226599 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2712262 226599 3633 1 0 2674317 0
[pid=18077/tid=18130] ppid=18074 vsize=10849048 memory=588 CPUtime=1936.96 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 62270 13086 0 0 193649 39 5 3 20 0 15 0 444528403 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291359177456 140290973973934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10849048 memory=906396 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 11301 13086 0 0 964 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10849048 memory=906396 CPUtime=10.21 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 9531 13086 0 0 968 45 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10849048 memory=906396 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 11185 13086 0 0 967 47 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10849048 memory=906396 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 11551 13086 0 0 964 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10849048 memory=6791534058613427641 CPUtime=9.32 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 10872 13086 0 0 883 41 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10849048 memory=8098995423418934356 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 22 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290274879200 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10849048 memory=6084474600058676836 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 12 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290140660992 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10849048 memory=906396 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10849048 memory=1000 CPUtime=4.52 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 20041 13086 0 0 437 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10849048 memory=1560 CPUtime=4.78 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 27763 13086 0 0 465 5 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10849048 memory=1172 CPUtime=3.86 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 30219 13086 0 0 371 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10849048 memory=1000 CPUtime=1.23 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1356 13086 0 0 58 57 5 3 20 0 15 0 444528410 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 2000.95 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906396 KiB

[startup+1959.4 s]
/proc/loadavg: 1.23 1.37 1.44 3/227 18451
/proc/meminfo: memFree=29700460/32770624 swapFree=66922340/67108860
[pid=18077] ppid=18074 vsize=10849048 memory=906396 CPUtime=2001.15 cores=0,2,4,6
/proc/18077/stat : 18077 (java) S 18074 18077 14447 0 -1 1077944320 198341 13086 0 0 199810 297 5 3 20 0 15 0 444528394 11109425152 226599 33554432000 4194304 4196468 140735843226608 140735843209152 140291387342583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
/proc/18077/statm: 2712262 226599 3633 1 0 2674317 0
[pid=18077/tid=18130] ppid=18074 vsize=10849048 memory=1172 CPUtime=1937.16 cores=0,2,4,6
/proc/18077/task/18130/stat : 18130 (java) R 18074 18077 14447 0 -1 4202560 62273 13086 0 0 193669 39 5 3 20 0 15 0 444528403 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291359178160 140290974255808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18131] ppid=18074 vsize=10849048 memory=6791534058613427641 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18131/stat : 18131 (java) S 18074 18077 14447 0 -1 1077944384 11301 13086 0 0 964 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291391584784 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18132] ppid=18074 vsize=10849048 memory=5972 CPUtime=10.21 cores=0,2,4,6
/proc/18077/task/18132/stat : 18132 (java) S 18074 18077 14447 0 -1 1077944384 9531 13086 0 0 968 45 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291290475152 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18133] ppid=18074 vsize=10849048 memory=588 CPUtime=10.22 cores=0,2,4,6
/proc/18077/task/18133/stat : 18133 (java) S 18074 18077 14447 0 -1 1077944384 11185 13086 0 0 967 47 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291289422096 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18134] ppid=18074 vsize=10849048 memory=780 CPUtime=10.23 cores=0,2,4,6
/proc/18077/task/18134/stat : 18134 (java) S 18074 18077 14447 0 -1 1077944384 11552 13086 0 0 965 50 5 3 20 0 15 0 444528404 11109425152 226599 33554432000 4194304 4196468 140735843226608 140291288369552 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18135] ppid=18074 vsize=10849048 memory=1056 CPUtime=9.32 cores=0,2,4,6
/proc/18077/task/18135/stat : 18135 (java) S 18074 18077 14447 0 -1 1077944384 10872 13086 0 0 883 41 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290846124784 140291387353730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18136] ppid=18074 vsize=10849048 memory=11620 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18136/stat : 18136 (java) S 18074 18077 14447 0 -1 1077944384 22 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290274879200 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18137] ppid=18074 vsize=10849048 memory=3992 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18137/stat : 18137 (java) S 18074 18077 14447 0 -1 1077944384 12 13086 0 0 0 0 5 3 20 0 15 0 444528406 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290140660992 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18138] ppid=18074 vsize=10849048 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18138/stat : 18138 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289900370384 140291387361179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18139] ppid=18074 vsize=10849048 memory=1000 CPUtime=4.52 cores=0,2,4,6
/proc/18077/task/18139/stat : 18139 (java) S 18074 18077 14447 0 -1 1077944384 20041 13086 0 0 437 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290845071600 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18140] ppid=18074 vsize=10849048 memory=1560 CPUtime=4.78 cores=0,2,4,6
/proc/18077/task/18140/stat : 18140 (java) S 18074 18077 14447 0 -1 1077944384 27763 13086 0 0 465 5 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290844019056 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18141] ppid=18074 vsize=10849048 memory=1172 CPUtime=3.86 cores=0,2,4,6
/proc/18077/task/18141/stat : 18141 (java) S 18074 18077 14447 0 -1 1077944384 30219 13086 0 0 371 7 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290842966000 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18142] ppid=18074 vsize=10849048 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/18077/task/18142/stat : 18142 (java) S 18074 18077 14447 0 -1 1077944384 3 13086 0 0 0 0 5 3 20 0 15 0 444528409 11109425152 226599 33554432000 4194304 4196468 140735843226608 140289866811744 140291387352789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
[pid=18077/tid=18143] ppid=18074 vsize=10849048 memory=14076 CPUtime=1.23 cores=0,2,4,6
/proc/18077/task/18143/stat : 18143 (java) S 18074 18077 14447 0 -1 1077944384 1356 13086 0 0 58 57 5 3 20 0 15 0 444528410 11109425152 226599 33554432000 4194304 4196468 140735843226608 140290841914416 140291387353730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17207296 140735843228400 140735843230917 140735843230917 140735843233743 0
Current children cumulated CPU time: 2001.15 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906396 KiB

Child status: 0
Real time (s): 1959.45
CPU time (s): 2001.22
CPU user time (s): 1998.2
CPU system time (s): 3.01898
CPU usage (%): 102.132
Max. virtual memory (cumulated for all children) (KiB): 10854924
Max. memory (cumulated for all children) (KiB): 906396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1998.2
system time used= 3.01898
maximum resident set size= 908456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243471
involuntary context switches= 7293


# summary of solver processes directly reported to runsolver:
#   pid: 18077
#   total CPU time (s): 2001.22
#   total CPU user time (s): 1998.2
#   total CPU system time (s): 3.01898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1823 second user time and 18.967 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 04:04:23
IDJOB=4401378
IDBENCH=135739
IDSOLVER=2858
FILE ID=node141/4401378-1568685905
RUNJOBID= node141-1568673289-14478
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401378-1568685905/watcher-4401378-1568685905 -o /tmp/evaluation-result-4401378-1568685905/solver-4401378-1568685905 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401378-1568685905.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=535221524

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        29637508 kB
MemAvailable:   30553084 kB
Buffers:          223000 kB
Cached:           990124 kB
SwapCached:        77836 kB
Active:          1839124 kB
Inactive:         727684 kB
Active(anon):    1282628 kB
Inactive(anon):   114804 kB
Active(file):     556496 kB
Inactive(file):   612880 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922336 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:       1386204 kB
Mapped:            56380 kB
Shmem:             34516 kB
Slab:             154804 kB
SReclaimable:     124068 kB
SUnreclaim:        30736 kB
KernelStack:        3728 kB
PageTables:        10308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2380112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1263616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 04:37:03