Trace number 4300187

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 NameAnswerCPU timeWall clock time
MiniCPFever 2018-04-29SAT 16.7775 15.5621

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.33727
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
16.70/15.55	d NO_SOL_FOUND
16.70/15.55	s SATISFIABLE
16.70/15.55	v <instantiation>
16.70/15.55	v 	<list>
16.70/15.55	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] 
16.70/15.55	v 	</list>
16.70/15.55	v 	<values>
16.70/15.55	v 		3 37 38 33 35 22 20 23 11 39 13 8 5 15 31 34 10 4 6 12 9 36 29 14 7 17 18 26 27 16 24 25 19 21 32 28 30 
16.70/15.55	v 	</values>
16.70/15.55	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300187-1532856982/watcher-4300187-1532856982 -o /tmp/evaluation-result-4300187-1532856982/solver-4300187-1532856982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300187-1532856982.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
solver pid=29736, runsolver pid=29733
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.46 1.41 1.35 4/215 29751
/proc/meminfo: memFree=22009728/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10658972 memory=27224 CPUtime=0.12 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 5235 0 0 0 11 1 0 0 20 0 15 0 103261373 10914787328 6806 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664743 6806 2861 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10658972 memory=-8269626465541329793 CPUtime=0.09 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 3102 0 0 0 8 1 0 0 20 0 15 0 103261373 10914787328 6806 33554432000 4194304 4196468 140722037659984 140102304082560 140102283937118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10658972 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261374 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10658972 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261375 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103261376 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103261376 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) R 29733 29736 28512 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) R 29733 29736 28512 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101330807536 140102279095249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10658972 memory=140087330920064 CPUtime=0.02 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) R 29733 29736 28512 0 -1 4202560 312 0 0 0 2 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101329754736 140102299877978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10658972 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) R 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261378 10914787328 6806 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27224 KiB

[startup+0.210591 s]*
/proc/loadavg: 1.46 1.41 1.35 3/215 29751
/proc/meminfo: memFree=21997276/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=40132 CPUtime=0.32 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 8121 0 0 0 30 2 0 0 20 0 15 0 103261373 10914865152 10033 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 10033 2949 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 5191 0 0 0 18 2 0 0 20 0 15 0 103261373 10914865152 10033 33554432000 4194304 4196468 140722037659984 140102304088944 140102283937118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 10033 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=288370463482631808 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 10033 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 10033 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 10033 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 10066 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 10066 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 10066 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 10066 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 103261378 10914865152 10066 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10658920 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 434 0 0 0 2 0 0 0 20 0 15 0 103261378 10914734080 10069 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0.07 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 765 0 0 0 7 0 0 0 20 0 15 0 103261378 10914865152 10069 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 10069 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 10069 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40132 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.46 1.41 1.35 5/215 29751
/proc/meminfo: memFree=21992004/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=47484 CPUtime=0.55 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 9100 0 0 0 52 3 0 0 20 0 15 0 103261373 10914865152 11871 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 11871 3036 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 5662 0 0 0 27 2 0 0 20 0 15 0 103261373 10914865152 11871 33554432000 4194304 4196468 140722037659984 140102304093776 140102283937118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=288370463482631808 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 501 0 0 0 6 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) R 29733 29736 28512 0 -1 4202560 593 0 0 0 4 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101330793560 140102281377813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0.13 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 976 0 0 0 13 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=140087330920064 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) R 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 11871 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47484 KiB

[startup+0.700827 s]
/proc/loadavg: 1.46 1.41 1.35 5/215 29751
/proc/meminfo: memFree=21965584/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=89140 CPUtime=1.66 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 14838 0 0 0 162 4 0 0 20 0 15 0 103261373 10914865152 22285 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 22285 3092 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=1628 CPUtime=0.67 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 5712 0 0 0 65 2 0 0 20 0 15 0 103261373 10914865152 22285 33554432000 4194304 4196468 140722037659984 140102304095792 140101917115142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=8800 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=832 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=4639098309541129069 CPUtime=0.39 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) R 29733 29736 28512 0 -1 4202560 2979 0 0 0 39 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101331860336 140102283243853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=7739276948477865066 CPUtime=0.37 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 3584 0 0 0 37 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=7236547281622689387 CPUtime=0.18 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 1193 0 0 0 18 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 22285 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 89140 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.41 1.35 3/215 29751
/proc/meminfo: memFree=21919416/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=167376 CPUtime=2.59 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 15996 0 0 0 253 6 0 0 20 0 15 0 103261373 10914865152 41844 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 41844 3094 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 5989 0 0 0 144 4 0 0 20 0 15 0 103261373 10914865152 41844 33554432000 4194304 4196468 140722037659984 140102304092720 140101919764967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 41844 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 41844 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 41844 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 41844 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 41844 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0

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

[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=1021 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 47998 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=250 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 47998 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 191992 KiB

[startup+14.4007 s]
/proc/loadavg: 1.35 1.39 1.35 3/215 29751
/proc/meminfo: memFree=21844160/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=194064 CPUtime=15.6 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 20281 0 0 0 1552 8 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 48516 3121 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=6791534058613427641 CPUtime=14.35 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 6533 0 0 0 1431 4 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140102304096016 140101919883652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=99 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=1021 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 883 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=250 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=4 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=21684 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=17608 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=4016 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=1676 CPUtime=0.45 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 3048 0 0 0 45 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=960 CPUtime=0.5 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 4802 0 0 0 50 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=1232 CPUtime=0.19 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 1861 0 0 0 19 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 194064 KiB

[startup+15.2007 s]
/proc/loadavg: 1.35 1.39 1.35 3/215 29751
/proc/meminfo: memFree=21842264/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=194064 CPUtime=16.4 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 20332 0 0 0 1632 8 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 48516 3121 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=792 CPUtime=15.15 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 6584 0 0 0 1511 4 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140102304095904 140101919878506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=832 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=1608 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 883 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=5012 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=7028 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=15044 CPUtime=0.45 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 3048 0 0 0 45 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=21684 CPUtime=0.5 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 4802 0 0 0 50 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=17608 CPUtime=0.19 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 1861 0 0 0 19 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=4016 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 16.4 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 194064 KiB

[startup+15.4007 s]
/proc/loadavg: 1.35 1.39 1.35 3/215 29751
/proc/meminfo: memFree=21842264/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=194064 CPUtime=16.6 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 20333 0 0 0 1652 8 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 48516 3121 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=960 CPUtime=15.35 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 6585 0 0 0 1531 4 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140102304095904 140101919879694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=4068 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 883 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=924 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=2092 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=7524 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=836 CPUtime=0.45 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 3048 0 0 0 45 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=1796 CPUtime=0.5 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 4802 0 0 0 50 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=916 CPUtime=0.19 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 1861 0 0 0 19 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 16.6 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 194064 KiB

[startup+15.5007 s]
/proc/loadavg: 1.35 1.39 1.35 3/215 29751
/proc/meminfo: memFree=21842264/32770624 swapFree=67108796/67108860
[pid=29736] ppid=29733 vsize=10659048 memory=194064 CPUtime=16.7 cores=1,3,5,7
/proc/29736/stat : 29736 (java) S 29733 29736 28512 0 -1 1077944320 20333 0 0 0 1662 8 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140722037642528 140102299856631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
/proc/29736/statm: 2664762 48516 3121 1 0 2627263 0
[pid=29736/tid=29738] ppid=29733 vsize=10659048 memory=194064 CPUtime=15.45 cores=1,3,5,7
/proc/29736/task/29738/stat : 29738 (java) R 29733 29736 28512 0 -1 4202560 6585 0 0 0 1541 4 0 0 20 0 15 0 103261373 10914865152 48516 33554432000 4194304 4196468 140722037659984 140102304095904 140101919987870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29739] ppid=29733 vsize=10659048 memory=280174407690048 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29739/stat : 29739 (java) S 29733 29736 28512 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101906459792 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29740] ppid=29733 vsize=10659048 memory=191988 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29740/stat : 29740 (java) S 29733 29736 28512 0 -1 1077944384 883 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101905406992 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29741] ppid=29733 vsize=10659048 memory=6009302063457725033 CPUtime=0.01 cores=1,3,5,7
/proc/29736/task/29741/stat : 29741 (java) S 29733 29736 28512 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101904354192 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29742] ppid=29733 vsize=10659048 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29742/stat : 29742 (java) S 29733 29736 28512 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 103261374 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101903301392 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29743] ppid=29733 vsize=10659048 memory=924 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29743/stat : 29743 (java) S 29733 29736 28512 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 15 0 103261375 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101336070512 140102299867778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29744] ppid=29733 vsize=10659048 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29744/stat : 29744 (java) S 29733 29736 28512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101335016480 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29745] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29745/stat : 29745 (java) S 29733 29736 28512 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 103261376 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101333963632 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29746] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29746/stat : 29746 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101332911952 140102299875227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29747] ppid=29733 vsize=10659048 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/29736/task/29747/stat : 29747 (java) S 29733 29736 28512 0 -1 1077944384 3048 0 0 0 45 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101331860336 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29748] ppid=29733 vsize=10659048 memory=194064 CPUtime=0.5 cores=1,3,5,7
/proc/29736/task/29748/stat : 29748 (java) S 29733 29736 28512 0 -1 1077944384 4802 0 0 0 50 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101330807536 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29749] ppid=29733 vsize=10659048 memory=194064 CPUtime=0.19 cores=1,3,5,7
/proc/29736/task/29749/stat : 29749 (java) S 29733 29736 28512 0 -1 1077944384 1861 0 0 0 19 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101329754736 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29750] ppid=29733 vsize=10659048 memory=19 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29750/stat : 29750 (java) S 29733 29736 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101328702176 140102299866837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
[pid=29736/tid=29751] ppid=29733 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29736/task/29751/stat : 29751 (java) S 29733 29736 28512 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 103261378 10914865152 48516 33554432000 4194304 4196468 140722037659984 140101327649456 140102299867778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12451840 140722037666989 140722037667081 140722037667081 140722037669839 0
Current children cumulated CPU time: 16.7 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 194064 KiB

Child status: 0
Real time (s): 15.5621
CPU time (s): 16.7775
CPU user time (s): 16.6873
CPU system time (s): 0.090196
CPU usage (%): 107.81
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 194128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6873
system time used= 0.090196
maximum resident set size= 194132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1750
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 29736
#   total CPU time (s): 16.7775
#   total CPU user time (s): 16.6873
#   total CPU system time (s): 0.090196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.131704 second user time and 0.166023 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-29 11:36:22
IDJOB=4300187
IDBENCH=141567
IDSOLVER=2763
FILE ID=node138/4300187-1532856982
RUNJOBID= node138-1532844847-28544
PBS_JOBID= 21022500
Free space on /tmp= 53796 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300187-1532856982/watcher-4300187-1532856982 -o /tmp/evaluation-result-4300187-1532856982/solver-4300187-1532856982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300187-1532856982.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=1984647841

node138.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.71
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.71
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.71
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.71
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:        22025312 kB
MemAvailable:   31723268 kB
Buffers:          220208 kB
Cached:          9681388 kB
SwapCached:           44 kB
Active:          2769644 kB
Inactive:        7392324 kB
Active(anon):     204884 kB
Inactive(anon):    83480 kB
Active(file):    2564760 kB
Inactive(file):  7308844 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        306028 kB
Mapped:            50620 kB
Shmem:             25164 kB
Slab:             280932 kB
SReclaimable:     252812 kB
SUnreclaim:        28120 kB
KernelStack:        3808 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1111336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53796 MiB
End job on node138 at 2018-07-29 11:36:38