Trace number 4387401

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.10OPT3 1734.04 1698.02

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4k.xml
MD5SUMbade4ae5f74057612f70883ad9768226
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark5.32455
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints91
Number of domains2
Minimum domain size39
Maximum domain size45
Distribution of domain sizes[{"size":39,"count":88},{"size":45,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":44},{"degree":5,"count":44}]
Minimum constraint arity2
Maximum constraint arity88
Distribution of constraint arities[{"arity":2,"count":88},{"arity":45,"count":1},{"arity":88,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":44},{"type":"lex","count":1},{"type":"sum","count":44},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.76/0.54	c Concrete v3.10.1560635388952 running
357.04/341.08	o 2
357.95/341.70	o 3
1733.90/1698.00	v <instantiation
1733.90/1698.00	v         cost = '3'>
1733.90/1698.00	v       <list>
1733.90/1698.00	v         x b[0][0] b[0][1] b[1][0] b[1][1] b[2][0] b[2][1] b[3][0] b[3][1] b[4][0] b[4][1] b[5][0] b[5][1] b[6][0] b[6][1] b[7][0] b[7][1] b[8][0] b[8][1] b[9][0] b[9][1] b[10][0] b[10][1] b[11][0] b[11][1] b[12][0] b[12][1] b[13][0] b[13][1] b[14][0] b[14][1] b[15][0] b[15][1] b[16][0] b[16][1] b[17][0] b[17][1] b[18][0] b[18][1] b[19][0] b[19][1] b[20][0] b[20][1] b[21][0] b[21][1] b[22][0] b[22][1] b[23][0] b[23][1] b[24][0] b[24][1] b[25][0] b[25][1] b[26][0] b[26][1] b[27][0] b[27][1] b[28][0] b[28][1] b[29][0] b[29][1] b[30][0] b[30][1] b[31][0] b[31][1] b[32][0] b[32][1] b[33][0] b[33][1] b[34][0] b[34][1] b[35][0] b[35][1] b[36][0] b[36][1] b[37][0] b[37][1] b[38][0] b[38][1] b[39][0] b[39][1] b[40][0] b[40][1] b[41][0] b[41][1] b[42][0] b[42][1] b[43][0] b[43][1]
1733.90/1698.00	v       </list>
1733.90/1698.00	v       <values>
1733.90/1698.00	v         3 100 0 98 0 95 0 94 0 94 0 94 0 93 0 92 0 87 0 85 0 85 0 84 0 83 0 82 0 81 0 78 0 78 0 75 0 73 0 72 0 71 0 71 0 70 0 70 0 68 0 67 0 67 0 66 0 65 0 64 0 60 0 59 0 58 37 57 36 56 43 56 43 56 43 55 45 55 35 54 46 51 49 0 0 0 0 0 0
1733.90/1698.00	v       </values>
1733.90/1698.00	v     </instantiation>
1733.90/1698.00	s OPTIMUM FOUND

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387401-1568302905/watcher-4387401-1568302905 -o /tmp/evaluation-result-4387401-1568302905/solver-4387401-1568302905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=192375308 HOME/instance-4387401-1568302905.xml 

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

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

solver pid=4732, runsolver pid=4729

[startup+0.100058 s]*
/proc/loadavg: 1.45 1.43 1.42 3/221 4789
/proc/meminfo: memFree=30821028/32770624 swapFree=66979156/67108860
[pid=4732] ppid=4729 vsize=9972712 memory=17340 CPUtime=0.1 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 4563 13003 0 0 1 1 5 3 20 0 6 0 406553239 10212057088 4335 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2493178 4335 1958 1 0 2481616 0
[pid=4732/tid=4785] ppid=4729 vsize=10055356 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 2461 13003 0 0 1 0 5 3 20 0 7 0 406553248 10296684544 4401 33554432000 4194304 4196468 140726446290112 140433200687888 140433211045504 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10055356 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 7 0 406553249 10296684544 4401 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10055356 memory=140424339409942 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 7 0 406553249 10296684544 4401 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 7 0 406553249 10296684544 4401 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 7 0 406553249 10296684544 4401 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10055356 memory=140424339404416 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 7 0 406553250 10296684544 4401 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210633 s]*
/proc/loadavg: 1.45 1.43 1.42 3/230 4798
/proc/meminfo: memFree=30803024/32770624 swapFree=66979156/67108860
[pid=4732] ppid=4729 vsize=10818940 memory=38996 CPUtime=0.26 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 7087 13003 0 0 16 2 5 3 20 0 15 0 406553239 11078594560 9749 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2704735 9749 2981 1 0 2667149 0
[pid=4732/tid=4785] ppid=4729 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 3579 13003 0 0 11 1 5 3 20 0 15 0 406553248 11078594560 9749 33554432000 4194304 4196468 140726446290112 140433200667952 140433212031600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10818940 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11078594560 9749 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10818940 memory=140424339409942 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11078594560 9749 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11078594560 9749 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 406553249 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10818940 memory=140424339404416 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 406553250 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 406553251 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432679888416 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553251 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432075908464 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 474 13003 0 0 1 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 161 13003 0 0 1 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10818940 memory=140424339404416 CPUtime=0.11 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 637 13003 0 0 3 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10818940 memory=140424339404416 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553254 11078594560 9749 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38996 KiB

[startup+0.310387 s]*
/proc/loadavg: 1.45 1.43 1.42 3/230 4798
/proc/meminfo: memFree=30792976/32770624 swapFree=66979156/67108860
[pid=4732] ppid=4729 vsize=10820244 memory=50544 CPUtime=0.41 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 10733 13003 0 0 29 4 5 3 20 0 15 0 406553239 11079929856 12636 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2705061 12636 3297 1 0 2667149 0
[pid=4732/tid=4785] ppid=4729 vsize=10820244 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 7210 13003 0 0 19 2 5 3 20 0 15 0 406553248 11079929856 12636 33554432000 4194304 4196468 140726446290112 140433200651264 140433228866717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11079929856 12636 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10820244 memory=4426077132473212295 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11079929856 12636 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10820244 memory=-8452003606010905277 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11079929856 12636 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 406553249 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 406553250 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 406553251 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432679888416 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553251 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432075908464 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 476 13003 0 0 2 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) R 4729 4732 32244 0 -1 4202560 169 13003 0 0 2 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432753350896 140433210364804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 650 13003 0 0 5 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553254 11079929856 12636 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50544 KiB

[startup+0.704276 s]
/proc/loadavg: 1.45 1.43 1.42 5/230 4798
/proc/meminfo: memFree=30777504/32770624 swapFree=66979156/67108860
[pid=4732] ppid=4729 vsize=10824340 memory=83172 CPUtime=1.15 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 15085 13003 0 0 101 6 5 3 20 0 15 0 406553239 11084124160 20793 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2706085 20793 3509 1 0 2668173 0
[pid=4732/tid=4785] ppid=4729 vsize=10824340 memory=3360 CPUtime=0.68 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 10741 13003 0 0 56 4 5 3 20 0 15 0 406553248 11084124160 20793 33554432000 4194304 4196468 140726446290112 140433200669936 140433228866138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10824340 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11084124160 20793 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10824340 memory=4639098309541128299 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11084124160 20793 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10824340 memory=8170745150040658258 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553249 11084124160 20793 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10824340 memory=5865188000529146989 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 406553249 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10824340 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 406553250 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 406553251 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432679888416 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10824340 memory=140424224208560 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553251 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432075908464 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10824340 memory=140424224213264 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10824340 memory=140424224197392 CPUtime=0.23 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 854 13003 0 0 15 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10824340 memory=33 CPUtime=0.2 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) R 4729 4732 32244 0 -1 4202560 409 13003 0 0 12 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432753350896 140433221134245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 840 13003 0 0 17 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10824340 memory=-7745171290612657811 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553254 11084124160 20793 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 83172 KiB

[startup+1.5028 s]
/proc/loadavg: 1.42 1.42 1.42 4/230 4798
/proc/meminfo: memFree=30734256/32770624 swapFree=66979156/67108860
[pid=4732] ppid=4729 vsize=10834656 memory=166672 CPUtime=2.51 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 22593 13003 0 0 232 11 5 3 20 0 15 0 406553239 11094687744 41668 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2708664 41668 3577 1 0 2670733 0
[pid=4732/tid=4785] ppid=4729 vsize=10834656 memory=16200 CPUtime=1.44 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 15456 13003 0 0 130 6 5 3 20 0 15 0 406553248 11094687744 41668 33554432000 4194304 4196468 140726446290112 140433200640624 140433228866717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10834656 memory=162852 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 76 13003 0 0 1 0 5 3 20 0 15 0 406553249 11094687744 41668 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 29 13003 0 0 0 0 5 3 20 0 15 0 406553249 11094687744 41668 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 406 13003 0 0 1 0 5 3 20 0 15 0 406553249 11094687744 41668 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10834656 memory=-7745171290612657811 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 100 13003 0 0 1 0 5 3 20 0 15 0 406553249 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10834656 memory=3360 CPUtime=0.09 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 955 13003 0 0 1 0 5 3 20 0 15 0 406553250 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10834656 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 14 13003 0 0 0 0 5 3 20 0 15 0 406553251 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432679888480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553251 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432075908480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10834656 memory=280848448386640 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10834656 memory=140424224193892 CPUtime=0.34 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 967 13003 0 0 26 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10834656 memory=65 CPUtime=0.34 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 543 13003 0 0 26 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10834656 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 1830 13003 0 0 42 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10834656 memory=-8029775829737353339 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10834656 memory=6944657691966988345 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 406553254 11094687744 41668 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0

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


[startup+1692.8 s]
/proc/loadavg: 1.25 1.46 1.47 3/228 4970
/proc/meminfo: memFree=30055360/32770624 swapFree=66979196/67108860
[pid=4732] ppid=4729 vsize=10846964 memory=829296 CPUtime=1728.72 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 216141 13003 0 0 172592 272 5 3 20 0 15 0 406553239 11107291136 207324 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2711741 207324 3625 1 0 2673805 0
[pid=4732/tid=4785] ppid=4729 vsize=10846964 memory=16284 CPUtime=1673.19 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 61230 13003 0 0 167271 40 5 3 20 0 15 0 406553248 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433200680304 140432839806784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10846964 memory=2004 CPUtime=8.57 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 8576 13003 0 0 806 43 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10846964 memory=984 CPUtime=8.57 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 18716 13003 0 0 805 44 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10846964 memory=829296 CPUtime=8.55 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 12931 13003 0 0 805 42 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10846964 memory=829296 CPUtime=8.58 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 12318 13003 0 0 811 39 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10846964 memory=1804 CPUtime=7.93 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 16055 13003 0 0 742 43 5 3 20 0 15 0 406553250 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10846964 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 18 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432679888544 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10846964 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 10 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432075908480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10846964 memory=1328 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10846964 memory=2600 CPUtime=4.75 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 25830 13003 0 0 462 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10846964 memory=2600 CPUtime=4.72 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 31231 13003 0 0 459 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10846964 memory=780 CPUtime=3.39 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 26346 13003 0 0 324 7 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10846964 memory=829296 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10846964 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 664 13003 0 0 45 55 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 1728.72 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829296 KiB

[startup+1696 s]*
/proc/loadavg: 1.15 1.44 1.47 3/228 4970
/proc/meminfo: memFree=30055532/32770624 swapFree=66979196/67108860
[pid=4732] ppid=4729 vsize=10846964 memory=829296 CPUtime=1731.98 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 216168 13003 0 0 172917 273 5 3 20 0 15 0 406553239 11107291136 207324 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2711741 207324 3625 1 0 2673805 0
[pid=4732/tid=4785] ppid=4729 vsize=10846964 memory=3772 CPUtime=1676.36 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 61253 13003 0 0 167588 40 5 3 20 0 15 0 406553248 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433200679920 140433211365891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10846964 memory=1440 CPUtime=8.59 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 8577 13003 0 0 808 43 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10846964 memory=4872558044660077418 CPUtime=8.59 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 18717 13003 0 0 807 44 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10846964 memory=1028 CPUtime=8.57 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 12932 13003 0 0 807 42 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10846964 memory=1060 CPUtime=8.6 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 12319 13003 0 0 812 40 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10846964 memory=2828 CPUtime=7.95 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 16055 13003 0 0 744 43 5 3 20 0 15 0 406553250 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10846964 memory=756 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 18 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432679888544 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10846964 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 10 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432075908480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10846964 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10846964 memory=3360 CPUtime=4.75 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 25830 13003 0 0 462 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10846964 memory=1692 CPUtime=4.72 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 31231 13003 0 0 459 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10846964 memory=1028 CPUtime=3.39 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 26346 13003 0 0 324 7 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10846964 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10846964 memory=804 CPUtime=1.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 664 13003 0 0 45 55 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 1731.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829296 KiB

[startup+1696.8 s]
/proc/loadavg: 1.15 1.44 1.47 3/228 4970
/proc/meminfo: memFree=30055532/32770624 swapFree=66979196/67108860
[pid=4732] ppid=4729 vsize=10846964 memory=829296 CPUtime=1732.79 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 216175 13003 0 0 172998 273 5 3 20 0 15 0 406553239 11107291136 207324 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2711741 207324 3625 1 0 2673805 0
[pid=4732/tid=4785] ppid=4729 vsize=10846964 memory=3204 CPUtime=1677.14 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 61259 13003 0 0 167666 40 5 3 20 0 15 0 406553248 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433200680592 140432847294335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10846964 memory=860896 CPUtime=8.59 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 8577 13003 0 0 808 43 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10846964 memory=3620 CPUtime=8.59 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 18717 13003 0 0 807 44 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10846964 memory=16284 CPUtime=8.58 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 12932 13003 0 0 808 42 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10846964 memory=829296 CPUtime=8.61 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 12320 13003 0 0 813 40 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10846964 memory=1764 CPUtime=7.95 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 16055 13003 0 0 744 43 5 3 20 0 15 0 406553250 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10846964 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 18 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432679888544 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10846964 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 10 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432075908480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10846964 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10846964 memory=3204 CPUtime=4.75 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 25830 13003 0 0 462 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10846964 memory=829296 CPUtime=4.72 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 31231 13003 0 0 459 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10846964 memory=3620 CPUtime=3.39 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 26346 13003 0 0 324 7 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10846964 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10846964 memory=2004 CPUtime=1.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 664 13003 0 0 45 55 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 1732.79 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829296 KiB

[startup+1697.6 s]
/proc/loadavg: 1.15 1.44 1.47 3/227 4970
/proc/meminfo: memFree=30055532/32770624 swapFree=66979196/67108860
[pid=4732] ppid=4729 vsize=10846964 memory=829296 CPUtime=1733.6 cores=1,3,5,7
/proc/4732/stat : 4732 (java) S 4729 4732 32244 0 -1 1077944320 216183 13003 0 0 173079 273 5 3 20 0 15 0 406553239 11107291136 207324 33554432000 4194304 4196468 140726446290112 140726446272656 140433228844791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
/proc/4732/statm: 2711741 207324 3625 1 0 2673805 0
[pid=4732/tid=4785] ppid=4729 vsize=10846964 memory=829296 CPUtime=1677.93 cores=1,3,5,7
/proc/4732/task/4785/stat : 4785 (java) R 4729 4732 32244 0 -1 4202560 61265 13003 0 0 167745 40 5 3 20 0 15 0 406553248 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433200680352 140432847294219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4786] ppid=4729 vsize=10846964 memory=3360 CPUtime=8.6 cores=1,3,5,7
/proc/4732/task/4786/stat : 4786 (java) S 4729 4732 32244 0 -1 1077944384 8577 13003 0 0 809 43 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433233087120 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4787] ppid=4729 vsize=10846964 memory=1692 CPUtime=8.6 cores=1,3,5,7
/proc/4732/task/4787/stat : 4787 (java) S 4729 4732 32244 0 -1 1077944384 18717 13003 0 0 808 44 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433151838736 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4788] ppid=4729 vsize=10846964 memory=8112282956445269571 CPUtime=8.58 cores=1,3,5,7
/proc/4732/task/4788/stat : 4788 (java) S 4729 4732 32244 0 -1 1077944384 12932 13003 0 0 808 42 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140433150785936 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4789] ppid=4729 vsize=10846964 memory=16284 CPUtime=8.61 cores=1,3,5,7
/proc/4732/task/4789/stat : 4789 (java) S 4729 4732 32244 0 -1 1077944384 12321 13003 0 0 813 40 5 3 20 0 15 0 406553249 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432800405776 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4790] ppid=4729 vsize=10846964 memory=2004 CPUtime=7.95 cores=1,3,5,7
/proc/4732/task/4790/stat : 4790 (java) S 4729 4732 32244 0 -1 1077944384 16056 13003 0 0 744 43 5 3 20 0 15 0 406553250 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432755456880 140433228855938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4791] ppid=4729 vsize=10846964 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4791/stat : 4791 (java) S 4729 4732 32244 0 -1 1077944384 18 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432679888544 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4792] ppid=4729 vsize=10846964 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4792/stat : 4792 (java) S 4729 4732 32244 0 -1 1077944384 10 13003 0 0 0 0 5 3 20 0 15 0 406553251 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432075908480 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4793] ppid=4729 vsize=10846964 memory=7968 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4793/stat : 4793 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431768508752 140433228863387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4794] ppid=4729 vsize=10846964 memory=1164 CPUtime=4.75 cores=1,3,5,7
/proc/4732/task/4794/stat : 4794 (java) S 4729 4732 32244 0 -1 1077944384 25830 13003 0 0 462 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432754403696 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4795] ppid=4729 vsize=10846964 memory=9580 CPUtime=4.72 cores=1,3,5,7
/proc/4732/task/4795/stat : 4795 (java) S 4729 4732 32244 0 -1 1077944384 31231 13003 0 0 459 5 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432753350896 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4796] ppid=4729 vsize=10846964 memory=14008 CPUtime=3.39 cores=1,3,5,7
/proc/4732/task/4796/stat : 4796 (java) S 4729 4732 32244 0 -1 1077944384 26346 13003 0 0 324 7 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432752298096 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4797] ppid=4729 vsize=10846964 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/4732/task/4797/stat : 4797 (java) S 4729 4732 32244 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140431734950112 140433228854997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
[pid=4732/tid=4798] ppid=4729 vsize=10846964 memory=8112282956445269571 CPUtime=1.08 cores=1,3,5,7
/proc/4732/task/4798/stat : 4798 (java) S 4729 4732 32244 0 -1 1077944384 664 13003 0 0 45 55 5 3 20 0 15 0 406553254 11107291136 207324 33554432000 4194304 4196468 140726446290112 140432751246512 140433228855938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17346560 140726446291702 140726446294213 140726446294213 140726446297039 0
Current children cumulated CPU time: 1733.6 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829296 KiB

[startup+1698 s]*
/proc/loadavg: 1.15 1.44 1.47 3/227 4970
/proc/meminfo: memFree=30055580/32770624 swapFree=66979196/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): 1698.02
CPU time (s): 1734.04
CPU user time (s): 1731.27
CPU system time (s): 2.77465
CPU usage (%): 102.122
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 829296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1731.27
system time used= 2.77465
maximum resident set size= 831552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216957
involuntary context switches= 5418


# summary of solver processes directly reported to runsolver:
#   pid: 4732
#   total CPU time (s): 1734.04
#   total CPU user time (s): 1731.27
#   total CPU system time (s): 2.77465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0105 second user time and 15.6238 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 17:41:04
IDJOB=4387401
IDBENCH=136538
IDSOLVER=2823
FILE ID=node121/4387401-1568302905
RUNJOBID= node121-1568285922-554
PBS_JOBID= 21701082
Free space on /tmp= 61016 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4k.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387401-1568302905/watcher-4387401-1568302905 -o /tmp/evaluation-result-4387401-1568302905/solver-4387401-1568302905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=192375308 HOME/instance-4387401-1568302905.xml

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

MD5SUM BENCH= bade4ae5f74057612f70883ad9768226
RANDOM SEED=192375308

node121.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.75
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.75
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.75
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.75
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:        30829700 kB
MemAvailable:   31022088 kB
Buffers:          105448 kB
Cached:           382404 kB
SwapCached:        19392 kB
Active:          1165576 kB
Inactive:         239252 kB
Active(anon):     902544 kB
Inactive(anon):    43024 kB
Active(file):     263032 kB
Inactive(file):   196228 kB
Unevictable:      108836 kB
Mlocked:          108836 kB
SwapTotal:      67108860 kB
SwapFree:       66979156 kB
Dirty:             35100 kB
Writeback:             0 kB
AnonPages:       1019092 kB
Mapped:            44616 kB
Shmem:             20100 kB
Slab:             127160 kB
SReclaimable:      97928 kB
SUnreclaim:        29232 kB
KernelStack:        4032 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2028092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 60980 MiB
End job on node121 at 2019-09-12 18:09:22