Trace number 4298369

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-27SAT21 303.821 300.332

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
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.33	o 28
0.55/0.39	o 27
0.55/0.40	o 26
0.89/0.42	o 25
0.89/0.47	o 24
0.89/0.49	o 23
1.19/0.60	o 22
4.11/2.99	o 21
303.78/300.32	s SATISFIABLE
303.78/300.32	v <instantiation>
303.78/300.32	v 	<list>
303.78/300.32	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] 
303.78/300.32	v 	</list>
303.78/300.32	v 	<values>
303.78/300.32	v 		0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 
303.78/300.32	v 	</values>
303.78/300.32	v </instantiation>

Verifier Data

OK	21

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298369-1532810073/watcher-4298369-1532810073 -o /tmp/evaluation-result-4298369-1532810073/solver-4298369-1532810073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532805080-30860 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298369-1532810073.xml 

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

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

solver pid=31307, runsolver pid=31304

[startup+0.100091 s]*
/proc/loadavg: 1.40 1.38 1.44 5/216 31322
/proc/meminfo: memFree=19283300/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661052 memory=27452 CPUtime=0.13 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 5270 0 0 0 12 1 0 0 20 0 15 0 98570474 10916917248 6863 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665263 6863 2839 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661052 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 3145 0 0 0 9 0 0 0 20 0 15 0 98570474 10916917248 6863 33554432000 4194304 4196468 140736411268880 139709038991168 139709027007294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661052 memory=5793855970877053369 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570475 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661052 memory=140719867160192 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570476 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98570477 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 98570479 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) R 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661052 memory=140719867160192 CPUtime=0.02 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) R 31304 31307 26996 0 -1 4202560 323 0 0 0 2 0 0 0 20 0 15 0 98570479 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708588272368 139709018850654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661052 memory=140719867160192 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570480 10916917248 6863 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27452 KiB

[startup+0.210567 s]*
/proc/loadavg: 1.40 1.38 1.44 4/216 31322
/proc/meminfo: memFree=19270524/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661052 memory=40604 CPUtime=0.34 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 8203 0 0 0 32 2 0 0 20 0 15 0 98570474 10916917248 10151 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665263 10151 2986 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 5214 0 0 0 19 1 0 0 20 0 15 0 98570474 10916995072 10151 33554432000 4194304 4196468 140736411268880 139709039002480 139708991405635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=4211974446071950730 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=140719867160192 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=140719867160192 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570476 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 673 0 0 0 1 0 0 0 20 0 15 0 98570479 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 145 0 0 0 2 0 0 0 20 0 15 0 98570479 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=140719867160192 CPUtime=0.08 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 822 0 0 0 8 0 0 0 20 0 15 0 98570479 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=140719867160192 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 10151 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40604 KiB

[startup+0.310227 s]*
/proc/loadavg: 1.40 1.38 1.44 5/216 31322
/proc/meminfo: memFree=19265872/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=46992 CPUtime=0.55 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 8855 0 0 0 53 2 0 0 20 0 15 0 98570474 10916995072 11748 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 11748 3024 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 5534 0 0 0 28 1 0 0 20 0 15 0 98570474 10916995072 11748 33554432000 4194304 4196468 140736411268880 139709039002784 139709018813797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=4211974446071950730 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=281439571777920 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=281439409263104 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=140719704617743 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=281439571784832 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98570476 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=140719704622351 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=140719704655516 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=140719704658087 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 725 0 0 0 3 0 0 0 20 0 15 0 98570479 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 235 0 0 0 5 0 0 0 20 0 15 0 98570479 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=140719867160192 CPUtime=0.15 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) R 31304 31307 26996 0 -1 4202560 992 0 0 0 15 0 0 0 20 0 15 0 98570479 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708588272368 139709013260720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=140719867187644 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 11748 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46992 KiB

[startup+0.700774 s]
/proc/loadavg: 1.40 1.38 1.44 5/216 31322
/proc/meminfo: memFree=19229208/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=121736 CPUtime=1.64 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 13708 0 0 0 160 4 0 0 20 0 15 0 98570474 10916995072 30434 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 30434 3089 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=54 CPUtime=0.67 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 5619 0 0 0 65 2 0 0 20 0 15 0 98570474 10916995072 30434 33554432000 4194304 4196468 140736411268880 139709039007376 139708659428832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98570476 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=792 CPUtime=0.4 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) R 31304 31307 26996 0 -1 4202560 3197 0 0 0 40 0 0 0 20 0 15 0 98570479 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708590377456 139709012365224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=1716 CPUtime=0.32 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) R 31304 31307 26996 0 -1 4202560 2133 0 0 0 32 0 0 0 20 0 15 0 98570479 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708589305064 139709016314271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=1952 CPUtime=0.21 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 1387 0 0 0 21 0 0 0 20 0 15 0 98570479 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 30434 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 121736 KiB

[startup+1.50077 s]
/proc/loadavg: 1.40 1.38 1.44 4/215 31353
/proc/meminfo: memFree=20025668/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=189948 CPUtime=2.7 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 13889 0 0 0 264 6 0 0 20 0 15 0 98570474 10916995072 47487 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 47487 3102 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 5655 0 0 0 144 3 0 0 20 0 15 0 98570474 10916995072 47487 33554432000 4194304 4196468 140736411268880 139709039009488 139708662051574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 47487 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 47487 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 47487 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98570475 10916995072 47487 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 98570476 10916995072 47487 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0

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

[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 53374 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=5788 CPUtime=0.14 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 698 0 0 0 6 8 0 0 20 0 15 0 98570480 10916995072 53374 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 301.06 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 213496 KiB

[startup+299.201 s]
/proc/loadavg: 1.29 1.32 1.40 3/215 31403
/proc/meminfo: memFree=19828612/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=215544 CPUtime=302.67 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 27905 0 0 0 30218 49 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 53886 3138 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=1296 CPUtime=297.03 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 10084 0 0 0 29696 7 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 139709039009680 139708662247648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=2412 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 1336 0 0 0 71 9 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=1724 CPUtime=0.81 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 73 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=1228 CPUtime=0.79 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 942 0 0 0 71 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=1196 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1192 0 0 0 69 11 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=5788 CPUtime=0.98 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2142 0 0 0 91 7 0 0 20 0 15 0 98570476 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=792 CPUtime=0.53 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 4060 0 0 0 53 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=1716 CPUtime=0.46 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 3270 0 0 0 45 1 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=1952 CPUtime=0.24 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 1877 0 0 0 24 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=213496 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=213496 CPUtime=0.14 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 698 0 0 0 6 8 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 302.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215544 KiB

[startup+300.001 s]*
/proc/loadavg: 1.29 1.32 1.40 3/215 31403
/proc/meminfo: memFree=19828612/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=215544 CPUtime=303.49 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 27911 0 0 0 30300 49 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 53886 3138 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=6791534058613427641 CPUtime=297.83 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 10089 0 0 0 29776 7 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 139709039009648 139708661917270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=-7003737579269690708 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 1336 0 0 0 71 9 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=1296 CPUtime=0.81 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 73 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 71 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1192 0 0 0 69 11 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2142 0 0 0 91 7 0 0 20 0 15 0 98570476 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 4060 0 0 0 53 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 3270 0 0 0 45 1 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 1877 0 0 0 24 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 698 0 0 0 6 8 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 303.49 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215544 KiB

[startup+300.201 s]
/proc/loadavg: 1.29 1.32 1.40 3/215 31403
/proc/meminfo: memFree=19828612/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=215544 CPUtime=303.68 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 27912 0 0 0 30319 49 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 53886 3138 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=288230596050944315 CPUtime=298.02 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 10090 0 0 0 29795 7 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 139709039009648 139708661926518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=14135545664113376 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 1336 0 0 0 71 9 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=2412 CPUtime=0.81 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 73 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=1724 CPUtime=0.79 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 71 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=1228 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1192 0 0 0 69 11 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=1428 CPUtime=0.99 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2142 0 0 0 92 7 0 0 20 0 15 0 98570476 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=12032 CPUtime=0.53 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 4060 0 0 0 53 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=1008 CPUtime=0.46 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 3270 0 0 0 45 1 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=792 CPUtime=0.24 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 1877 0 0 0 24 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 698 0 0 0 6 8 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 303.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215544 KiB

[startup+300.301 s]
/proc/loadavg: 1.29 1.32 1.40 3/215 31403
/proc/meminfo: memFree=19828612/32770624 swapFree=67108860/67108860
[pid=31307] ppid=31304 vsize=10661128 memory=215544 CPUtime=303.78 cores=1,3,5,7
/proc/31307/stat : 31307 (java) S 31304 31307 26996 0 -1 1077944320 27914 0 0 0 30329 49 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 140736411251424 139709034770167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
/proc/31307/statm: 2665282 53886 3138 1 0 2627263 0
[pid=31307/tid=31309] ppid=31304 vsize=10661128 memory=213496 CPUtime=298.12 cores=1,3,5,7
/proc/31307/task/31309/stat : 31309 (java) R 31304 31307 26996 0 -1 4202560 10091 0 0 0 29805 7 0 0 20 0 15 0 98570474 10916995072 53886 33554432000 4194304 4196468 140736411268880 139709039009680 139708662161675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31310] ppid=31304 vsize=10661128 memory=213496 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31310/stat : 31310 (java) S 31304 31307 26996 0 -1 1077944384 1336 0 0 0 71 9 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708987390736 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31311] ppid=31304 vsize=10661128 memory=210540 CPUtime=0.81 cores=1,3,5,7
/proc/31307/task/31311/stat : 31311 (java) S 31304 31307 26996 0 -1 1077944384 944 0 0 0 73 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708986338192 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31312] ppid=31304 vsize=10661128 memory=206176 CPUtime=0.79 cores=1,3,5,7
/proc/31307/task/31312/stat : 31312 (java) S 31304 31307 26996 0 -1 1077944384 943 0 0 0 71 8 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708985285648 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31313] ppid=31304 vsize=10661128 memory=208492 CPUtime=0.8 cores=1,3,5,7
/proc/31307/task/31313/stat : 31313 (java) S 31304 31307 26996 0 -1 1077944384 1192 0 0 0 69 11 0 0 20 0 15 0 98570475 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708984233104 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31314] ppid=31304 vsize=10661128 memory=208380 CPUtime=0.99 cores=1,3,5,7
/proc/31307/task/31314/stat : 31314 (java) S 31304 31307 26996 0 -1 1077944384 2142 0 0 0 92 7 0 0 20 0 15 0 98570476 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708594587632 139709034781314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31315] ppid=31304 vsize=10661128 memory=210540 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31315/stat : 31315 (java) S 31304 31307 26996 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708593533856 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31316] ppid=31304 vsize=10661128 memory=210548 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31316/stat : 31316 (java) S 31304 31307 26996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98570477 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708592481264 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31317] ppid=31304 vsize=10661128 memory=210540 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31317/stat : 31317 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708591429840 139709034788763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31318] ppid=31304 vsize=10661128 memory=213496 CPUtime=0.53 cores=1,3,5,7
/proc/31307/task/31318/stat : 31318 (java) S 31304 31307 26996 0 -1 1077944384 4060 0 0 0 53 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708590377456 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31319] ppid=31304 vsize=10661128 memory=213496 CPUtime=0.46 cores=1,3,5,7
/proc/31307/task/31319/stat : 31319 (java) S 31304 31307 26996 0 -1 1077944384 3270 0 0 0 45 1 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708589324912 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31320] ppid=31304 vsize=10661128 memory=215544 CPUtime=0.24 cores=1,3,5,7
/proc/31307/task/31320/stat : 31320 (java) S 31304 31307 26996 0 -1 1077944384 1877 0 0 0 24 0 0 0 20 0 15 0 98570479 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708588272368 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31321] ppid=31304 vsize=10661128 memory=215544 CPUtime=0 cores=1,3,5,7
/proc/31307/task/31321/stat : 31321 (java) S 31304 31307 26996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708587220064 139709034780373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
[pid=31307/tid=31322] ppid=31304 vsize=10661128 memory=215544 CPUtime=0.14 cores=1,3,5,7
/proc/31307/task/31322/stat : 31322 (java) S 31304 31307 26996 0 -1 1077944384 698 0 0 0 6 8 0 0 20 0 15 0 98570480 10916995072 53886 33554432000 4194304 4196468 140736411268880 139708586166576 139709034781314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34529280 140736411276426 140736411276553 140736411276553 140736411279311 0
Current children cumulated CPU time: 303.78 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215544 KiB

Child status: 0
Real time (s): 300.332
CPU time (s): 303.821
CPU user time (s): 303.321
CPU system time (s): 0.49982
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 215544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.321
system time used= 0.49982
maximum resident set size= 215684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35611
involuntary context switches= 912


# summary of solver processes directly reported to runsolver:
#   pid: 31307
#   total CPU time (s): 303.821
#   total CPU user time (s): 303.321
#   total CPU system time (s): 0.49982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.63933 second user time and 2.92551 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 22:34:33
IDJOB=4298369
IDBENCH=141117
IDSOLVER=2767
FILE ID=node103/4298369-1532810073
RUNJOBID= node103-1532805080-30860
PBS_JOBID= 21022463
Free space on /tmp= 56536 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298369-1532810073/watcher-4298369-1532810073 -o /tmp/evaluation-result-4298369-1532810073/solver-4298369-1532810073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532805080-30860 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298369-1532810073.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=608901137

node103.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.48
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.48
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.48
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.48
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:        19299024 kB
MemAvailable:   31009104 kB
Buffers:          303728 kB
Cached:         11589732 kB
SwapCached:            0 kB
Active:          4842324 kB
Inactive:        8026944 kB
Active(anon):     978244 kB
Inactive(anon):    25184 kB
Active(file):    3864080 kB
Inactive(file):  8001760 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1304 kB
Writeback:             4 kB
AnonPages:       1000604 kB
Mapped:            55644 kB
Shmem:             25228 kB
Slab:             300480 kB
SReclaimable:     272700 kB
SUnreclaim:        27780 kB
KernelStack:        3776 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1905800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56536 MiB
End job on node103 at 2018-07-28 22:39:33