Trace number 4392167

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.10OPT1053 933.751 899.814

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-2.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark198.816
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax 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.75/0.54	c Concrete v3.10.1560635388952 running
8.46/3.51	o 419
8.77/3.69	o 442
9.10/3.71	o 616
11.84/4.68	o 650
11.84/4.68	o 652
12.31/4.87	o 736
12.31/4.88	o 750
13.96/5.41	o 756
14.18/5.54	o 802
14.18/5.57	o 824
14.48/5.74	o 884
17.61/7.74	o 934
189.84/169.52	o 937
207.67/186.44	o 990
914.32/880.79	o 1053
933.62/899.80	v <instantiation
933.62/899.80	v         cost = '1053'>
933.62/899.80	v       <list>
933.62/899.80	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
933.62/899.80	v       </list>
933.62/899.80	v       <values>
933.62/899.80	v         10 0 29 19 1 5 6 2 9 25 22 4 20 13 24 15 12 17 18 16 28 21 14 23 7 3 26 11 27 8 34 0 296 83 13 0 0 31 54 54 207 228 122 0 16 0 23 0 0 85 127 0 270 0 68 152 0 45 34 55 0 0 40 67 89 0 0 19 47 68 94 86 34 0 14 0 67 0 0 31 78 0 99 0 56 14 0 35 53 62
933.62/899.80	v       </values>
933.62/899.80	v     </instantiation>
933.62/899.80	s OPTIMUM FOUND

Verifier Data

OK	1053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392167-1568318108/watcher-4392167-1568318108 -o /tmp/evaluation-result-4392167-1568318108/solver-4392167-1568318108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2111941683 HOME/instance-4392167-1568318108.xml 

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

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=17058, runsolver pid=17055

[startup+0.100058 s]*
/proc/loadavg: 1.99 1.41 1.51 3/219 17115
/proc/meminfo: memFree=21717152/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=9972712 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 4479 13311 0 0 1 0 5 3 20 0 6 0 407725747 10212057088 4716 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2493178 4716 1935 1 0 2481616 0
[pid=17058/tid=17111] ppid=17055 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 2269 13311 0 0 1 0 5 3 20 0 6 0 407725756 10212057088 4716 33554432000 4194304 4196468 140726605043568 139978348929616 139978377114781 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 6 0 407725757 10212057088 4716 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=9972712 memory=140021565318784 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 6 0 407725757 10212057088 4716 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 6 0 407725757 10212057088 4716 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 6 0 407725757 10212057088 4716 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.21018 s]*
/proc/loadavg: 1.99 1.41 1.51 3/228 17124
/proc/meminfo: memFree=21696980/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10818940 memory=38292 CPUtime=0.26 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 6924 13311 0 0 17 1 5 3 20 0 15 0 407725747 11078594560 9573 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2704735 9573 2981 1 0 2667149 0
[pid=17058/tid=17111] ppid=17055 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 3419 13311 0 0 11 1 5 3 20 0 15 0 407725756 11078594560 9573 33554432000 4194304 4196468 140726605043568 139978348925056 139978361173342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10818940 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725757 11078594560 9573 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10818940 memory=288370397717030528 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11078594560 9573 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11078594560 9573 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11078594560 9573 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10818940 memory=140021565318784 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725758 11078594560 9573 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 13 13311 0 0 0 0 5 3 20 0 15 0 407725759 11078594560 9573 33554432000 4194304 4196468 140726605043568 139977816007456 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11078594560 9573 33554432000 4194304 4196468 140726605043568 139977212028016 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11078594560 9573 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 358 13311 0 0 1 0 5 3 20 0 15 0 407725762 11078594560 9638 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 277 13311 0 0 1 0 5 3 20 0 15 0 407725762 11078594560 9638 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10818940 memory=140021565318784 CPUtime=0.11 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 643 13311 0 0 3 0 5 3 20 0 15 0 407725762 11078594560 9638 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11078594560 9638 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10818940 memory=140021565318784 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725762 11078594560 9638 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38292 KiB

[startup+0.320205 s]*
/proc/loadavg: 1.99 1.41 1.51 3/228 17124
/proc/meminfo: memFree=21684352/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10820244 memory=50420 CPUtime=0.42 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 10821 13311 0 0 31 3 5 3 20 0 15 0 407725747 11079929856 12605 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2705061 12605 3336 1 0 2667149 0
[pid=17058/tid=17111] ppid=17055 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 7273 13311 0 0 20 2 5 3 20 0 15 0 407725756 11079929856 12605 33554432000 4194304 4196468 140726605043568 139978348912872 139978377114781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725757 11079929856 12671 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11079929856 12671 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11079929856 12671 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11079929856 12671 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725758 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 13 13311 0 0 0 0 5 3 20 0 15 0 407725759 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977816007456 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977212028016 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 367 13311 0 0 2 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10820244 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 279 13311 0 0 2 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10820244 memory=140021565318784 CPUtime=0.13 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 669 13311 0 0 5 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10820244 memory=140021565318784 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725762 11079929856 12671 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50420 KiB

[startup+0.700737 s]
/proc/loadavg: 1.99 1.41 1.51 5/228 17124
/proc/meminfo: memFree=21670456/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10824340 memory=80696 CPUtime=1.16 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 14880 13311 0 0 102 6 5 3 20 0 15 0 407725747 11084124160 20174 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2706085 20174 3505 1 0 2668173 0
[pid=17058/tid=17111] ppid=17055 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 10503 13311 0 0 55 4 5 3 20 0 15 0 407725756 11084124160 20174 33554432000 4194304 4196468 140726605043568 139978348920048 139978361173342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725757 11084124160 20174 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11084124160 20174 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10824340 memory=140021436920016 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11084124160 20174 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10824340 memory=140024523784811 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 407725757 11084124160 20174 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10824340 memory=1064 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 5 13311 0 0 0 0 5 3 20 0 15 0 407725758 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10824340 memory=7014751519650698577 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 13 13311 0 0 0 0 5 3 20 0 15 0 407725759 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977816007456 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10824340 memory=7957693778325230186 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977212028016 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10824340 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10824340 memory=2116 CPUtime=0.21 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 598 13311 0 0 13 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10824340 memory=520 CPUtime=0.22 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 668 13311 0 0 14 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10824340 memory=1560 CPUtime=0.25 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) R 17055 17058 9865 0 -1 4202560 873 13311 0 0 17 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977900354416 139978377114202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10824340 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10824340 memory=3688 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725762 11084124160 20174 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80696 KiB

[startup+1.50074 s]
/proc/loadavg: 1.99 1.41 1.51 3/228 17124
/proc/meminfo: memFree=21620124/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10834656 memory=175816 CPUtime=2.67 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 23686 13311 0 0 248 11 5 3 20 0 15 0 407725747 11094687744 43954 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2708664 43954 3570 1 0 2670733 0
[pid=17058/tid=17111] ppid=17055 vsize=10834656 memory=172304 CPUtime=1.44 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 15407 13311 0 0 130 6 5 3 20 0 15 0 407725756 11094687744 43954 33554432000 4194304 4196468 140726605043568 139978348893792 139978377104790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10834656 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 354 13311 0 0 1 0 5 3 20 0 15 0 407725757 11094687744 43954 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10834656 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 58 13311 0 0 0 0 5 3 20 0 15 0 407725757 11094687744 43954 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 27 13311 0 0 0 0 5 3 20 0 15 0 407725757 11094687744 43954 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 64 13311 0 0 1 0 5 3 20 0 15 0 407725757 11094687744 43954 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 122 13311 0 0 1 0 5 3 20 0 15 0 407725758 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 14 13311 0 0 0 0 5 3 20 0 15 0 407725759 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977816007520 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977212028032 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10834656 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 1913 13311 0 0 33 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10834656 memory=4580 CPUtime=0.43 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 1510 13311 0 0 35 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10834656 memory=7594305249517922918 CPUtime=0.5 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 2003 13311 0 0 42 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10834656 memory=8025788822752027748 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10834656 memory=7446544119824738152 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725762 11094687744 43954 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834656 KiB

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


[startup+896.001 s]*
/proc/loadavg: 1.31 1.34 1.41 3/227 17353
/proc/meminfo: memFree=20978172/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10849012 memory=766192 CPUtime=929.87 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 166340 13311 0 0 92806 173 5 3 20 0 15 0 407725747 11109388288 191548 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2712253 191548 3620 1 0 2674317 0
[pid=17058/tid=17111] ppid=17055 vsize=10849012 memory=8317482817917895235 CPUtime=886.39 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 44970 13311 0 0 88601 30 5 3 20 0 15 0 407725756 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978348926640 139977984213635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10849012 memory=2116 CPUtime=4.45 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 10604 13311 0 0 415 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10849012 memory=520 CPUtime=4.45 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 7795 13311 0 0 412 25 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10849012 memory=1560 CPUtime=4.46 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 4953 13311 0 0 416 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10849012 memory=37948 CPUtime=4.45 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 4991 13311 0 0 413 24 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10849012 memory=988 CPUtime=4.1 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 8862 13311 0 0 379 23 5 3 20 0 15 0 407725758 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 15 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977816007520 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10849012 memory=37948 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977212028032 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10849012 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10849012 memory=2008 CPUtime=8.36 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 26137 13311 0 0 820 8 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10849012 memory=4872558044660077418 CPUtime=8.09 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 26397 13311 0 0 795 6 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10849012 memory=520 CPUtime=5.15 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 28592 13311 0 0 498 9 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10849012 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10849012 memory=924 CPUtime=0.59 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 811 13311 0 0 24 27 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 929.87 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 766192 KiB

[startup+897.601 s]
/proc/loadavg: 1.31 1.34 1.41 3/227 17353
/proc/meminfo: memFree=20978296/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10849012 memory=766192 CPUtime=931.49 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 166354 13311 0 0 92968 173 5 3 20 0 15 0 407725747 11109388288 191548 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2712253 191548 3620 1 0 2674317 0
[pid=17058/tid=17111] ppid=17055 vsize=10849012 memory=37948 CPUtime=887.96 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 44981 13311 0 0 88758 30 5 3 20 0 15 0 407725756 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978348926128 139977985356499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10849012 memory=988 CPUtime=4.46 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 10605 13311 0 0 416 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=4.46 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 7795 13311 0 0 413 25 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10849012 memory=1052 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 4954 13311 0 0 417 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10849012 memory=776 CPUtime=4.46 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 4991 13311 0 0 414 24 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10849012 memory=2832 CPUtime=4.11 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 8863 13311 0 0 379 24 5 3 20 0 15 0 407725758 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 15 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977816007520 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10849012 memory=631684 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977212028032 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10849012 memory=1620 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10849012 memory=2580 CPUtime=8.36 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 26137 13311 0 0 820 8 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=8.09 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 26397 13311 0 0 795 6 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10849012 memory=3688 CPUtime=5.15 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 28592 13311 0 0 498 9 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10849012 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10849012 memory=1440 CPUtime=0.59 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 811 13311 0 0 24 27 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 931.49 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 766192 KiB

[startup+899.201 s]
/proc/loadavg: 1.36 1.35 1.41 3/227 17353
/proc/meminfo: memFree=20978312/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10849012 memory=766192 CPUtime=933.11 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 166367 13311 0 0 93130 173 5 3 20 0 15 0 407725747 11109388288 191548 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2712253 191548 3620 1 0 2674317 0
[pid=17058/tid=17111] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=889.54 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 44992 13311 0 0 88916 30 5 3 20 0 15 0 407725756 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978348928832 139977979690459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10849012 memory=20968 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 10605 13311 0 0 417 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10849012 memory=14056 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 7796 13311 0 0 414 25 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10849012 memory=766192 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 4954 13311 0 0 417 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10849012 memory=7980 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 4991 13311 0 0 415 24 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10849012 memory=9580 CPUtime=4.12 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 8864 13311 0 0 380 24 5 3 20 0 15 0 407725758 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10849012 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 15 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977816007520 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10849012 memory=4164 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977212028032 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10849012 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10849012 memory=1608 CPUtime=8.36 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 26137 13311 0 0 820 8 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10849012 memory=766192 CPUtime=8.09 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 26397 13311 0 0 795 6 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10849012 memory=6791534058613427641 CPUtime=5.15 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 28592 13311 0 0 498 9 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10849012 memory=7980 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10849012 memory=9580 CPUtime=0.59 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 811 13311 0 0 24 27 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 933.11 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 766192 KiB

[startup+899.601 s]
/proc/loadavg: 1.36 1.35 1.41 3/227 17353
/proc/meminfo: memFree=20978312/32770624 swapFree=66939824/67108860
[pid=17058] ppid=17055 vsize=10849012 memory=766192 CPUtime=933.51 cores=1,3,5,7
/proc/17058/stat : 17058 (java) S 17055 17058 9865 0 -1 1077944320 166370 13311 0 0 93170 173 5 3 20 0 15 0 407725747 11109388288 191548 33554432000 4194304 4196468 140726605043568 140726605026112 139978377092855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
/proc/17058/statm: 2712253 191548 3620 1 0 2674317 0
[pid=17058/tid=17111] ppid=17055 vsize=10849012 memory=1064 CPUtime=889.94 cores=1,3,5,7
/proc/17058/task/17111/stat : 17111 (java) R 17055 17058 9865 0 -1 4202560 44995 13311 0 0 88956 30 5 3 20 0 15 0 407725756 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978348927840 139977980278866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17112] ppid=17055 vsize=10849012 memory=14008 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17112/stat : 17112 (java) S 17055 17058 9865 0 -1 1077944384 10605 13311 0 0 417 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978381335440 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17113] ppid=17055 vsize=10849012 memory=20968 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17113/stat : 17113 (java) S 17055 17058 9865 0 -1 1077944384 7796 13311 0 0 414 25 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978296154896 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17114] ppid=17055 vsize=10849012 memory=14056 CPUtime=4.48 cores=1,3,5,7
/proc/17058/task/17114/stat : 17114 (java) S 17055 17058 9865 0 -1 1077944384 4954 13311 0 0 418 22 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978295102608 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17115] ppid=17055 vsize=10849012 memory=0 CPUtime=4.47 cores=1,3,5,7
/proc/17058/task/17115/stat : 17115 (java) S 17055 17058 9865 0 -1 1077944384 4991 13311 0 0 415 24 5 3 20 0 15 0 407725757 11109388288 191548 33554432000 4194304 4196468 140726605043568 139978294049808 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17116] ppid=17055 vsize=10849012 memory=7235128885903060588 CPUtime=4.12 cores=1,3,5,7
/proc/17058/task/17116/stat : 17116 (java) S 17055 17058 9865 0 -1 1077944384 8864 13311 0 0 380 24 5 3 20 0 15 0 407725758 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977903511664 139978377104002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17117] ppid=17055 vsize=10849012 memory=7594309596293984109 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17117/stat : 17117 (java) S 17055 17058 9865 0 -1 1077944384 15 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977816007520 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17118] ppid=17055 vsize=10849012 memory=280042874496528 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17118/stat : 17118 (java) S 17055 17058 9865 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 407725759 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977212028032 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17119] ppid=17055 vsize=10849012 memory=6369607583083817303 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17119/stat : 17119 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976904628304 139978377111451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17120] ppid=17055 vsize=10849012 memory=6369607583083817303 CPUtime=8.36 cores=1,3,5,7
/proc/17058/task/17120/stat : 17120 (java) S 17055 17058 9865 0 -1 1077944384 26137 13311 0 0 820 8 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977902459504 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17121] ppid=17055 vsize=10849012 memory=5571041044932679781 CPUtime=8.09 cores=1,3,5,7
/proc/17058/task/17121/stat : 17121 (java) S 17055 17058 9865 0 -1 1077944384 26397 13311 0 0 795 6 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977901406704 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17122] ppid=17055 vsize=10849012 memory=2116 CPUtime=5.15 cores=1,3,5,7
/proc/17058/task/17122/stat : 17122 (java) S 17055 17058 9865 0 -1 1077944384 28592 13311 0 0 498 9 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977900354416 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17123] ppid=17055 vsize=10849012 memory=520 CPUtime=0.08 cores=1,3,5,7
/proc/17058/task/17123/stat : 17123 (java) S 17055 17058 9865 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139976871070688 139978377103061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
[pid=17058/tid=17124] ppid=17055 vsize=10849012 memory=1560 CPUtime=0.59 cores=1,3,5,7
/proc/17058/task/17124/stat : 17124 (java) S 17055 17058 9865 0 -1 1077944384 811 13311 0 0 24 27 5 3 20 0 15 0 407725762 11109388288 191548 33554432000 4194304 4196468 140726605043568 139977899301296 139978377104002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140726605048565 140726605051077 140726605051077 140726605053903 0
Current children cumulated CPU time: 933.51 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 766192 KiB

[startup+899.801 s]*
/proc/loadavg: 1.36 1.35 1.41 3/214 17354
/proc/meminfo: memFree=20979248/32770624 swapFree=66939824/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): 899.814
CPU time (s): 933.751
CPU user time (s): 931.964
CPU system time (s): 1.78661
CPU usage (%): 103.771
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 766192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.964
system time used= 1.78661
maximum resident set size= 768260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124936
involuntary context switches= 2708


# summary of solver processes directly reported to runsolver:
#   pid: 17058
#   total CPU time (s): 933.751
#   total CPU user time (s): 931.964
#   total CPU system time (s): 1.78661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63558 second user time and 8.25521 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 21:54:29
IDJOB=4392167
IDBENCH=133278
IDSOLVER=2837
FILE ID=node119/4392167-1568318108
RUNJOBID= node119-1568306047-10998
PBS_JOBID= 21701106
Free space on /tmp= 57236 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392167-1568318108/watcher-4392167-1568318108 -o /tmp/evaluation-result-4392167-1568318108/solver-4392167-1568318108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2111941683 HOME/instance-4392167-1568318108.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=2111941683

node119.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.47
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.47
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.47
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.47
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:        21723688 kB
MemAvailable:   31172848 kB
Buffers:          163500 kB
Cached:          9509788 kB
SwapCached:        61084 kB
Active:          2914828 kB
Inactive:        7452988 kB
Active(anon):     633380 kB
Inactive(anon):   102704 kB
Active(file):    2281448 kB
Inactive(file):  7350284 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             35044 kB
Writeback:             0 kB
AnonPages:        777812 kB
Mapped:            56876 kB
Shmem:             32808 kB
Slab:             274604 kB
SReclaimable:     245888 kB
SUnreclaim:        28716 kB
KernelStack:        4000 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1901944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 22:09:29