Trace number 4298723

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
SuperSolver_Macq_Stevenart 2018-04-27SAT22 302.738 300.348

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.236376
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.55/0.35	o 30
0.55/0.39	o 27
0.55/0.40	o 26
1.44/0.64	o 24
1.44/0.68	o 22
302.68/300.34	s SATISFIABLE
302.68/300.34	v <instantiation>
302.68/300.34	v 	<list>
302.68/300.34	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] 
302.68/300.34	v 	</list>
302.68/300.34	v 	<values>
302.68/300.34	v 		2 3 2 4 3 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
302.68/300.34	v 	</values>
302.68/300.34	v </instantiation>

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298723-1532814142/watcher-4298723-1532814142 -o /tmp/evaluation-result-4298723-1532814142/solver-4298723-1532814142 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298723-1532814142.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=31742, runsolver pid=31739
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.20 1.27 1.30 5/216 31757
/proc/meminfo: memFree=27798712/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661052 memory=27676 CPUtime=0.13 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 5273 0 0 0 12 1 0 0 20 0 15 0 98977375 10916917248 6919 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665263 6919 2863 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661052 memory=-8269626465541197437 CPUtime=0.09 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 3136 0 0 0 9 0 0 0 20 0 15 0 98977375 10916917248 6919 33554432000 4194304 4196468 140731100215520 140056389377504 140056385158550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916917248 6919 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661052 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916917248 6919 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916917248 6919 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977376 10916917248 6919 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661052 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977377 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98977378 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98977378 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 98977380 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 98977380 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661052 memory=140048175343232 CPUtime=0.02 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) R 31739 31742 30712 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 98977380 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055938529648 140056385167962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661052 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977381 10916917248 6919 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27676 KiB

[startup+0.210646 s]*
/proc/loadavg: 1.20 1.27 1.30 4/216 31757
/proc/meminfo: memFree=27786260/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=40168 CPUtime=0.34 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 8211 0 0 0 31 3 0 0 20 0 15 0 98977375 10916995072 10042 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 10042 2940 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 5219 0 0 0 18 1 0 0 20 0 15 0 98977375 10916995072 10042 33554432000 4194304 4196468 140731100215520 140056389378928 140056385168541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 10042 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=3760986792648648352 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 10042 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 10042 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 10042 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977377 10916995072 10042 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 98977380 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 394 0 0 0 3 0 0 0 20 0 15 0 98977380 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0.08 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) S 31739 31742 30712 0 -1 1077944384 914 0 0 0 8 0 0 0 20 0 15 0 98977380 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055938529648 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977381 10916995072 10086 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310359 s]*
/proc/loadavg: 1.20 1.27 1.30 4/216 31757
/proc/meminfo: memFree=27781856/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=47180 CPUtime=0.55 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 8838 0 0 0 52 3 0 0 20 0 15 0 98977375 10916995072 11795 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 11795 3042 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) S 31739 31742 30712 0 -1 1077944384 5522 0 0 0 28 2 0 0 20 0 15 0 98977375 10916995072 11795 33554432000 4194304 4196468 140731100215520 140056389383952 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 11861 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=3472750918938797728 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 11861 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 11861 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 11861 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977377 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 98977380 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 468 0 0 0 6 0 0 0 20 0 15 0 98977380 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0.14 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) R 31739 31742 30712 0 -1 4202560 1163 0 0 0 14 0 0 0 20 0 15 0 98977380 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055938527456 140056385158550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=140048175343232 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977381 10916995072 11861 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47180 KiB

[startup+0.70078 s]
/proc/loadavg: 1.20 1.27 1.30 5/216 31757
/proc/meminfo: memFree=27755496/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=90792 CPUtime=1.64 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 13615 0 0 0 159 5 0 0 20 0 15 0 98977375 10916995072 22698 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 22698 3080 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=1784 CPUtime=0.67 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 5641 0 0 0 65 2 0 0 20 0 15 0 98977375 10916995072 22698 33554432000 4194304 4196468 140731100215520 140056389383544 140056385158550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 22698 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 22698 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 22698 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 22698 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98977377 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=872 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=7881696724453321575 CPUtime=0.32 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 2102 0 0 0 32 0 0 0 20 0 15 0 98977380 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=5787213827147130983 CPUtime=0.38 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 2925 0 0 0 38 0 0 0 20 0 15 0 98977380 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) R 31739 31742 30712 0 -1 4202560 1576 0 0 0 21 0 0 0 20 0 15 0 98977380 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055938529648 140056385167962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98977381 10916995072 22698 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 90792 KiB

[startup+1.50078 s]
/proc/loadavg: 1.20 1.27 1.30 3/216 31757
/proc/meminfo: memFree=27700956/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=191900 CPUtime=2.79 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 18144 0 0 0 272 7 0 0 20 0 15 0 98977375 10916995072 47975 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 47975 3120 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 6277 0 0 0 143 4 0 0 20 0 15 0 98977375 10916995072 47975 33554432000 4194304 4196468 140731100215520 140056389385344 140056017693548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 47975 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 47975 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 47975 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 98977376 10916995072 47975 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 98977377 10916995072 47975 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0

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

[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=1388 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=1136 CPUtime=0.1 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 416 0 0 0 5 5 0 0 20 0 15 0 98977381 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 299.97 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184568 KiB

[startup+299.201 s]
/proc/loadavg: 1.48 1.35 1.33 3/215 31837
/proc/meminfo: memFree=27717444/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=184568 CPUtime=301.57 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 28912 0 0 0 30126 31 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 46142 3139 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=184568 CPUtime=297.85 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 9175 0 0 0 29779 6 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056389386528 140056017400649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=2412 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 2076 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=6791534058613427641 CPUtime=0.39 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 781 0 0 0 33 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=1296 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 844 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=2412 CPUtime=0.38 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 650 0 0 0 32 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=1784 CPUtime=0.6 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2153 0 0 0 57 3 0 0 20 0 15 0 98977377 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 4367 0 0 0 48 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=1852 CPUtime=0.64 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 4946 0 0 0 63 1 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=872 CPUtime=0.25 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) S 31739 31742 30712 0 -1 1077944384 2093 0 0 0 25 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055938529648 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=11648 CPUtime=0.1 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 416 0 0 0 5 5 0 0 20 0 15 0 98977381 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 301.57 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184568 KiB

[startup+300.001 s]*
/proc/loadavg: 1.52 1.36 1.33 3/215 31837
/proc/meminfo: memFree=27717320/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=184568 CPUtime=302.38 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 28915 0 0 0 30207 31 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 46142 3139 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=6791534058613427641 CPUtime=298.66 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 9178 0 0 0 29860 6 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056389386224 140056017695858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=840 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 2076 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=1696 CPUtime=0.39 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 781 0 0 0 33 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=920 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 844 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=3852 CPUtime=0.38 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 650 0 0 0 32 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=2852 CPUtime=0.6 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2153 0 0 0 57 3 0 0 20 0 15 0 98977377 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=3072 CPUtime=0.48 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 4367 0 0 0 48 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.64 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 4946 0 0 0 63 1 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=1408 CPUtime=0.25 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) S 31739 31742 30712 0 -1 1077944384 2093 0 0 0 25 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055938529648 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=2852 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=140048080023816 CPUtime=0.1 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 416 0 0 0 5 5 0 0 20 0 15 0 98977381 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 302.38 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184568 KiB

[startup+300.201 s]
/proc/loadavg: 1.52 1.36 1.33 3/215 31837
/proc/meminfo: memFree=27717320/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=184568 CPUtime=302.58 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 28916 0 0 0 30227 31 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 46142 3139 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=297237795305685307 CPUtime=298.85 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 9179 0 0 0 29879 6 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056389386224 140056017696656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=15821105562650907 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 2076 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=-8253362762722141311 CPUtime=0.39 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 781 0 0 0 33 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=-8412656567318647667 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 844 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=4427205132082312746 CPUtime=0.38 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 650 0 0 0 32 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=-8412652152092201843 CPUtime=0.6 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2153 0 0 0 57 3 0 0 20 0 15 0 98977377 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=-8486080722631693414 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=-7023579799431922829 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=3047711553219693942 CPUtime=0.48 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 4367 0 0 0 48 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=4629546024076873078 CPUtime=0.64 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 4946 0 0 0 63 1 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=1408 CPUtime=0.25 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) S 31739 31742 30712 0 -1 1077944384 2093 0 0 0 25 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055938529648 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=2804 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 416 0 0 0 5 5 0 0 20 0 15 0 98977381 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 302.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184568 KiB

[startup+300.301 s]
/proc/loadavg: 1.52 1.36 1.33 3/215 31837
/proc/meminfo: memFree=27717320/32770624 swapFree=67108436/67108860
[pid=31742] ppid=31739 vsize=10661128 memory=184568 CPUtime=302.68 cores=1,3,5,7
/proc/31742/stat : 31742 (java) S 31739 31742 30712 0 -1 1077944320 28916 0 0 0 30237 31 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140731100198064 140056385146615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
/proc/31742/statm: 2665282 46142 3139 1 0 2627263 0
[pid=31742/tid=31744] ppid=31739 vsize=10661128 memory=184568 CPUtime=298.95 cores=1,3,5,7
/proc/31742/task/31744/stat : 31744 (java) R 31739 31742 30712 0 -1 4202560 9179 0 0 0 29889 6 0 0 20 0 15 0 98977375 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056389386224 140056017694513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31745] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31745/stat : 31745 (java) S 31739 31742 30712 0 -1 1077944384 2076 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056337766800 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31746] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.39 cores=1,3,5,7
/proc/31742/task/31746/stat : 31746 (java) S 31739 31742 30712 0 -1 1077944384 781 0 0 0 33 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056336714000 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31747] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.4 cores=1,3,5,7
/proc/31742/task/31747/stat : 31747 (java) S 31739 31742 30712 0 -1 1077944384 844 0 0 0 35 5 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056335661712 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31748] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.38 cores=1,3,5,7
/proc/31742/task/31748/stat : 31748 (java) S 31739 31742 30712 0 -1 1077944384 650 0 0 0 32 6 0 0 20 0 15 0 98977376 10916995072 46142 33554432000 4194304 4196468 140731100215520 140056334608912 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31749] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.6 cores=1,3,5,7
/proc/31742/task/31749/stat : 31749 (java) S 31739 31742 30712 0 -1 1077944384 2153 0 0 0 57 3 0 0 20 0 15 0 98977377 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055944845936 140056385157762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31750] ppid=31739 vsize=10661128 memory=184568 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31750/stat : 31750 (java) S 31739 31742 30712 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055943791904 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31751] ppid=31739 vsize=10661128 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31751/stat : 31751 (java) S 31739 31742 30712 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98977378 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055942739568 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31752] ppid=31739 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31752/stat : 31752 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055941687888 140056385165211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31753] ppid=31739 vsize=10661128 memory=1388 CPUtime=0.48 cores=1,3,5,7
/proc/31742/task/31753/stat : 31753 (java) S 31739 31742 30712 0 -1 1077944384 4367 0 0 0 48 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055940634736 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31754] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.64 cores=1,3,5,7
/proc/31742/task/31754/stat : 31754 (java) S 31739 31742 30712 0 -1 1077944384 4946 0 0 0 63 1 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055939581936 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31755] ppid=31739 vsize=10661128 memory=4140 CPUtime=0.25 cores=1,3,5,7
/proc/31742/task/31755/stat : 31755 (java) S 31739 31742 30712 0 -1 1077944384 2093 0 0 0 25 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055938529648 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31756] ppid=31739 vsize=10661128 memory=184568 CPUtime=0 cores=1,3,5,7
/proc/31742/task/31756/stat : 31756 (java) S 31739 31742 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98977380 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055937477088 140056385156821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
[pid=31742/tid=31757] ppid=31739 vsize=10661128 memory=184568 CPUtime=0.1 cores=1,3,5,7
/proc/31742/task/31757/stat : 31757 (java) S 31739 31742 30712 0 -1 1077944384 416 0 0 0 5 5 0 0 20 0 15 0 98977381 10916995072 46142 33554432000 4194304 4196468 140731100215520 140055936424880 140056385157762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140731100222602 140731100222729 140731100222729 140731100225487 0
Current children cumulated CPU time: 302.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184568 KiB

Child status: 0
Real time (s): 300.348
CPU time (s): 302.738
CPU user time (s): 302.415
CPU system time (s): 0.322756
CPU usage (%): 100.796
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 194780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.415
system time used= 0.322756
maximum resident set size= 194784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22984
involuntary context switches= 589


# summary of solver processes directly reported to runsolver:
#   pid: 31742
#   total CPU time (s): 302.738
#   total CPU user time (s): 302.415
#   total CPU system time (s): 0.322756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54406 second user time and 3.08925 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 23:42:22
IDJOB=4298723
IDBENCH=141225
IDSOLVER=2767
FILE ID=node137/4298723-1532814142
RUNJOBID= node137-1532808776-30744
PBS_JOBID= 21022474
Free space on /tmp= 48156 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298723-1532814142/watcher-4298723-1532814142 -o /tmp/evaluation-result-4298723-1532814142/solver-4298723-1532814142 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298723-1532814142.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=389862356

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27814396 kB
MemAvailable:   31696588 kB
Buffers:          197456 kB
Cached:          3918176 kB
SwapCached:           32 kB
Active:          2044996 kB
Inactive:        2360668 kB
Active(anon):     237852 kB
Inactive(anon):    80052 kB
Active(file):    1807144 kB
Inactive(file):  2280616 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1200 kB
Writeback:            24 kB
AnonPages:        250520 kB
Mapped:            52872 kB
Shmem:             25052 kB
Slab:             248240 kB
SReclaimable:     220532 kB
SUnreclaim:        27708 kB
KernelStack:        3888 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 23:47:23