Trace number 4298347

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28OPT12 75.1304 73.7834

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark75.1304
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.33/0.31	o 18
0.33/0.32	o 17
0.33/0.32	o 16
0.86/0.46	o 15
0.86/0.47	o 14
2.21/1.47	o 13
16.69/15.86	o 12
75.03/73.77	s OPTIMUM FOUND
75.03/73.77	v <instantiation>
75.03/73.77	v 	<list>
75.03/73.77	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] 
75.03/73.77	v 	</list>
75.03/73.77	v 	<values>
75.03/73.77	v 		0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 
75.03/73.77	v 	</values>
75.03/73.77	v </instantiation>

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298347-1532754028/watcher-4298347-1532754028 -o /tmp/evaluation-result-4298347-1532754028/solver-4298347-1532754028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298347-1532754028.xml 

running on 4 cores: 0,2,4,6

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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=30228, runsolver pid=30225

[startup+0.100057 s]*
/proc/loadavg: 1.54 1.45 1.59 4/215 30243
/proc/meminfo: memFree=22128156/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661052 memory=27676 CPUtime=0.13 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 5274 0 0 0 12 1 0 0 20 0 15 0 92965988 10916917248 6919 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665263 6919 2844 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661052 memory=-8269626465541197437 CPUtime=0.09 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 3136 0 0 0 9 0 0 0 20 0 15 0 92965989 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232792123360 140232787923546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661052 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965990 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661052 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965991 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92965991 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) R 30225 30228 27985 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232274917440 140232773320144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661052 memory=140287468549760 CPUtime=0.01 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) R 30225 30228 27985 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232272820336 140232766843778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661052 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965994 10916917248 6919 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27676 KiB

[startup+0.210565 s]*
/proc/loadavg: 1.54 1.45 1.59 3/215 30243
/proc/meminfo: memFree=22117152/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=40280 CPUtime=0.33 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 8161 0 0 0 31 2 0 0 20 0 15 0 92965988 10916995072 10070 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 10070 2969 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 5217 0 0 0 18 1 0 0 20 0 15 0 92965989 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232792134512 140232787924125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=345 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=3835018279399634592 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 713 0 0 0 2 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0.07 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 823 0 0 0 7 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 10070 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40280 KiB

[startup+0.311142 s]*
/proc/loadavg: 1.54 1.45 1.59 5/215 30243
/proc/meminfo: memFree=22112864/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=45012 CPUtime=0.56 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 8799 0 0 0 53 3 0 0 20 0 15 0 92965988 10916995072 11253 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 11253 3048 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 5534 0 0 0 28 2 0 0 20 0 15 0 92965989 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232792140608 140232376846171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=3904824073623877280 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) R 30225 30228 27985 0 -1 1077944384 803 0 0 0 5 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 81 0 0 0 3 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0.15 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) R 30225 30228 27985 0 -1 4202560 1012 0 0 0 15 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232272820336 140232787914134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=140287468549760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 11253 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 45012 KiB

[startup+0.70084 s]
/proc/loadavg: 1.54 1.45 1.59 3/215 30243
/proc/meminfo: memFree=22077116/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=131184 CPUtime=1.48 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 10897 0 0 0 145 3 0 0 20 0 15 0 92965988 10916995072 32796 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 32796 3097 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=1836 CPUtime=0.67 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 5587 0 0 0 65 2 0 0 20 0 15 0 92965989 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232792139520 140232379460429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=13044 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=7668879548562892096 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=7881696724453321575 CPUtime=0.31 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 1787 0 0 0 31 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=5787213827163908199 CPUtime=0.29 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) R 30225 30228 27985 0 -1 4202560 998 0 0 0 29 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232273873136 140232773026160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 1155 0 0 0 18 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 32796 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 131184 KiB

[startup+1.50079 s]
/proc/loadavg: 1.54 1.45 1.59 3/215 30243
/proc/meminfo: memFree=21981204/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=178288 CPUtime=2.32 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 10979 0 0 0 227 5 0 0 20 0 15 0 92965988 10916995072 44572 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 44572 3097 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 5613 0 0 0 144 3 0 0 20 0 15 0 92965989 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232792141520 140232379460429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 92965990 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 44572 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0

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

[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 399 0 0 0 2 2 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 73.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182760 KiB

[startup+72.8008 s]
/proc/loadavg: 1.67 1.53 1.61 3/215 30266
/proc/meminfo: memFree=21955500/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=182760 CPUtime=74.13 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 17035 0 0 0 7398 15 0 0 20 0 15 0 92965988 10916995072 45690 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 45690 3126 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=27008 CPUtime=72.24 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 7157 0 0 0 7220 4 0 0 20 0 15 0 92965989 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232792142096 140232379460429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=1296 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 508 0 0 0 15 3 0 0 20 0 15 0 92965990 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=2400 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 646 0 0 0 16 2 0 0 20 0 15 0 92965990 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=1836 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 984 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=13044 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 545 0 0 0 15 3 0 0 20 0 15 0 92965990 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=792 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 1441 0 0 0 23 0 0 0 20 0 15 0 92965991 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=182760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=952 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=1232 CPUtime=0.31 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 1801 0 0 0 31 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=2340 CPUtime=0.3 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 1024 0 0 0 30 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=2244 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 1170 0 0 0 19 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=932 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=1584 CPUtime=0.04 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 399 0 0 0 2 2 0 0 20 0 15 0 92965994 10916995072 45690 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 74.13 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182760 KiB

[startup+73.2007 s]
/proc/loadavg: 1.67 1.53 1.61 3/215 30266
/proc/meminfo: memFree=21955320/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=184808 CPUtime=74.53 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 17044 0 0 0 7438 15 0 0 20 0 15 0 92965988 10916995072 46202 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 46202 3126 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=7014163250897315941 CPUtime=72.64 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 7159 0 0 0 7260 4 0 0 20 0 15 0 92965989 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232792141440 140232379357286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 509 0 0 0 15 4 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 649 0 0 0 16 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 986 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 546 0 0 0 15 3 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 1441 0 0 0 23 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 1801 0 0 0 31 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 1024 0 0 0 30 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 1170 0 0 0 19 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=288370014967572848 CPUtime=0.04 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 399 0 0 0 2 2 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 74.53 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184808 KiB

[startup+73.6007 s]
/proc/loadavg: 1.67 1.53 1.61 3/215 30266
/proc/meminfo: memFree=21955320/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=184808 CPUtime=74.93 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 17049 0 0 0 7478 15 0 0 20 0 15 0 92965988 10916995072 46202 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 46202 3126 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=182760 CPUtime=73.04 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 7162 0 0 0 7300 4 0 0 20 0 15 0 92965989 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232792141440 140232379254597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=182760 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 509 0 0 0 15 4 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=1952 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 649 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=916 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 987 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=3848 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 547 0 0 0 15 3 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=2588 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 1441 0 0 0 23 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=180660 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=180660 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=180660 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 1801 0 0 0 31 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=2200 CPUtime=0.3 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 1024 0 0 0 30 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 1170 0 0 0 19 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=5412 CPUtime=0.04 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 399 0 0 0 2 2 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 74.93 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184808 KiB

[startup+73.7007 s]
/proc/loadavg: 1.67 1.53 1.61 3/215 30266
/proc/meminfo: memFree=21955320/32770624 swapFree=67108860/67108860
[pid=30228] ppid=30225 vsize=10661128 memory=184808 CPUtime=75.03 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 27985 0 -1 1077944320 17049 0 0 0 7488 15 0 0 20 0 15 0 92965988 10916995072 46202 33554432000 4194304 4196468 140721881345472 140721881328016 140232787902199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
/proc/30228/statm: 2665282 46202 3126 1 0 2627263 0
[pid=30228/tid=30230] ppid=30225 vsize=10661128 memory=184808 CPUtime=73.14 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30225 30228 27985 0 -1 4202560 7162 0 0 0 7310 4 0 0 20 0 15 0 92965989 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232792141440 140232379339311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30231] ppid=30225 vsize=10661128 memory=184808 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 27985 0 -1 1077944384 509 0 0 0 15 4 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232713976464 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30232] ppid=30225 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 27985 0 -1 1077944384 649 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232712923664 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30233] ppid=30225 vsize=10661128 memory=182708 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 27985 0 -1 1077944384 987 0 0 0 17 2 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232711870864 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30234] ppid=30225 vsize=10661128 memory=4140 CPUtime=0.18 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 27985 0 -1 1077944384 547 0 0 0 15 3 0 0 20 0 15 0 92965990 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232710818064 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30235] ppid=30225 vsize=10661128 memory=27008 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 27985 0 -1 1077944384 1441 0 0 0 23 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232279137136 140232787913346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30236] ppid=30225 vsize=10661128 memory=182708 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92965991 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232278083104 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30237] ppid=30225 vsize=10661128 memory=182708 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92965992 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232277030256 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30238] ppid=30225 vsize=10661128 memory=280574645190336 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232275978576 140232787920795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30239] ppid=30225 vsize=10661128 memory=7594587674001172330 CPUtime=0.31 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 27985 0 -1 1077944384 1801 0 0 0 31 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232274925936 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30240] ppid=30225 vsize=10661128 memory=182708 CPUtime=0.3 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 27985 0 -1 1077944384 1024 0 0 0 30 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232273873136 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30241] ppid=30225 vsize=10661128 memory=182708 CPUtime=0.19 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30225 30228 27985 0 -1 1077944384 1170 0 0 0 19 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232272820336 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30242] ppid=30225 vsize=10661128 memory=182760 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232271767776 140232787912405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
[pid=30228/tid=30243] ppid=30225 vsize=10661128 memory=182760 CPUtime=0.04 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30225 30228 27985 0 -1 1077944384 399 0 0 0 2 2 0 0 20 0 15 0 92965994 10916995072 46202 33554432000 4194304 4196468 140721881345472 140232270716080 140232787913346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23396352 140721881347245 140721881347337 140721881347337 140721881350095 0
Current children cumulated CPU time: 75.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184808 KiB

Child status: 0
Real time (s): 73.7834
CPU time (s): 75.1304
CPU user time (s): 74.9667
CPU system time (s): 0.163746
CPU usage (%): 101.826
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 184808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.9667
system time used= 0.163746
maximum resident set size= 185336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9502
involuntary context switches= 293


# summary of solver processes directly reported to runsolver:
#   pid: 30228
#   total CPU time (s): 75.1304
#   total CPU user time (s): 74.9667
#   total CPU system time (s): 0.163746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.408903 second user time and 0.775553 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 07:00:28
IDJOB=4298347
IDBENCH=141114
IDSOLVER=2766
FILE ID=node107/4298347-1532754028
RUNJOBID= node107-1532741422-28016
PBS_JOBID= 21022454
Free space on /tmp= 54468 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298347-1532754028/watcher-4298347-1532754028 -o /tmp/evaluation-result-4298347-1532754028/solver-4298347-1532754028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298347-1532754028.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1026030346

node107.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.40
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.40
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.40
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.40
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:        22144040 kB
MemAvailable:   30799060 kB
Buffers:          223600 kB
Cached:          8667888 kB
SwapCached:            0 kB
Active:          4949264 kB
Inactive:        5130060 kB
Active(anon):    1137036 kB
Inactive(anon):    78596 kB
Active(file):    3812228 kB
Inactive(file):  5051464 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1324 kB
Writeback:            16 kB
AnonPages:       1195272 kB
Mapped:            54640 kB
Shmem:             25228 kB
Slab:             243344 kB
SReclaimable:     214328 kB
SUnreclaim:        29016 kB
KernelStack:        3584 kB
PageTables:         7620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3132892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1089536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 07:01:42