Trace number 4298318

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
slowpoke 2018-04-29SAT (TO)4 2520.09 2506.82

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.006115
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
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.11/0.13	c version: 2018-04-11
0.11/0.13	c seed: 1811631
0.11/0.13	c timeout: 2520
0.11/0.13	c memlimit: -1
0.11/0.13	c nbcore: -1
0.33/0.27	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.30	o 7
0.33/0.30	o 6
0.33/0.31	o 5
0.33/0.31	o 4
2520.07/2506.80	s SATISFIABLE
2520.07/2506.80	v <instantiation>
2520.07/2506.80	v 	<list>
2520.07/2506.80	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] 
2520.07/2506.80	v 	</list>
2520.07/2506.80	v 	<values>
2520.07/2506.80	v 		0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 
2520.07/2506.80	v 	</values>
2520.07/2506.80	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298318-1532754379/watcher-4298318-1532754379 -o /tmp/evaluation-result-4298318-1532754379/solver-4298318-1532754379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298318-1532754379.xml --timelimit 2520 

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
Current StackSize limit: 8192 KiB

solver pid=28088, runsolver pid=28085

[startup+0.100082 s]*
/proc/loadavg: 1.82 1.95 2.02 4/215 28103
/proc/meminfo: memFree=23465660/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661056 memory=27652 CPUtime=0.11 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 5298 0 0 0 10 1 0 0 20 0 15 0 93001083 10916921344 6913 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665264 6913 2841 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661056 memory=-8269626465541460093 CPUtime=0.09 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 3248 0 0 0 8 1 0 0 20 0 15 0 93001083 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488607826008 140488587638117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661056 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001084 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661056 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001085 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93001086 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93001086 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 93001089 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 93001089 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661056 memory=140140896310912 CPUtime=0.01 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) R 28085 28088 26305 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 93001089 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488088820336 140488582247883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661056 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001089 10916921344 6913 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27652 KiB

[startup+0.210441 s]*
/proc/loadavg: 1.83 1.95 2.02 4/215 28103
/proc/meminfo: memFree=23454000/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=40652 CPUtime=0.33 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 8216 0 0 0 30 3 0 0 20 0 15 0 93001083 10916999168 10163 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 10163 2991 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 5252 0 0 0 19 1 0 0 20 0 15 0 93001083 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488607826800 140488587674974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=345 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=288370517048022656 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001085 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 692 0 0 0 2 0 0 0 20 0 15 0 93001089 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 15 0 93001089 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0.06 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 703 0 0 0 6 0 0 0 20 0 15 0 93001089 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 10163 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40652 KiB

[startup+0.312605 s]*
/proc/loadavg: 1.83 1.95 2.02 8/215 28103
/proc/meminfo: memFree=23448976/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=45032 CPUtime=0.55 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 8958 0 0 0 52 3 0 0 20 0 15 0 93001083 10916999168 11258 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 11258 3035 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 5750 0 0 0 28 2 0 0 20 0 15 0 93001083 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488607833264 140732310296514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=288370517048022656 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001085 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) R 28085 28088 26305 0 -1 1077944384 708 0 0 0 4 0 0 0 20 0 15 0 93001089 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488090925120 140488603604693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) R 28085 28088 26305 0 -1 4202560 340 0 0 0 5 0 0 0 20 0 15 0 93001089 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488089873136 140488595883936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0.13 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) R 28085 28088 26305 0 -1 4202560 794 0 0 0 13 0 0 0 20 0 15 0 93001089 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488088820336 140488596311639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=140140896310912 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 11258 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 45032 KiB

[startup+0.700753 s]
/proc/loadavg: 1.83 1.95 2.02 5/215 28103
/proc/meminfo: memFree=23424196/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=106548 CPUtime=1.72 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 16696 0 0 0 165 7 0 0 20 0 15 0 93001083 10916999168 26637 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 26637 3082 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 5802 0 0 0 64 4 0 0 20 0 15 0 93001083 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488607833232 140732310296514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93001085 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=7302135314614015848 CPUtime=0.41 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) R 28085 28088 26305 0 -1 4202560 3939 0 0 0 40 1 0 0 20 0 15 0 93001089 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488090910600 140488585114166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=7450453974481135974 CPUtime=0.43 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) R 28085 28088 26305 0 -1 4202560 4078 0 0 0 43 0 0 0 20 0 15 0 93001089 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488089859192 140488585139030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=6935658124599644240 CPUtime=0.18 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 1510 0 0 0 17 1 0 0 20 0 15 0 93001089 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 26637 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 106548 KiB

[startup+1.50077 s]
/proc/loadavg: 1.83 1.95 2.02 4/215 28103
/proc/meminfo: memFree=23344140/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=199828 CPUtime=3.19 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 19916 0 0 0 305 14 0 0 20 0 15 0 93001083 10916999168 49957 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 49957 3118 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 6112 0 0 0 137 10 0 0 20 0 15 0 93001083 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488607835392 140732310296514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 93001084 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 93001085 10916999168 49957 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0

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

/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 22731 0 0 0 221674 15233 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488607834144 140732310296514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.11 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1698 0 0 0 347 64 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.05 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 2668 0 0 0 338 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.08 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 2564 0 0 0 350 58 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.1 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2427 0 0 0 346 64 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=207276 CPUtime=6.72 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 4701 0 0 0 624 48 0 0 20 0 15 0 93001085 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.76 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 5854 0 0 0 75 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=4012 CPUtime=0.79 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 5450 0 0 0 78 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=26932 CPUtime=0.21 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 2758 0 0 0 20 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.99 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 960 0 0 0 54 45 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 2394.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207276 KiB

[startup+2442.31 s]
/proc/loadavg: 1.53 1.38 1.41 3/215 28178
/proc/meminfo: memFree=23188500/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=207276 CPUtime=2455.26 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 54162 0 0 0 229632 15894 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 51819 3133 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=207276 CPUtime=2428.73 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 23208 0 0 0 227262 15611 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488607835536 140732310296514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=8568 CPUtime=4.21 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1912 0 0 0 355 66 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.15 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 2685 0 0 0 348 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.18 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 2622 0 0 0 359 59 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.21 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2429 0 0 0 356 65 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=207276 CPUtime=6.89 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 4841 0 0 0 640 49 0 0 20 0 15 0 93001085 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.76 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 5856 0 0 0 75 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.79 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 5452 0 0 0 78 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.21 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 2760 0 0 0 20 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=1008 CPUtime=1.02 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 974 0 0 0 56 46 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 2455.26 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207276 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.35 1.40 3/215 28256
/proc/meminfo: memFree=23321984/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=207276 CPUtime=2515.54 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 54490 0 0 0 235271 16283 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 51819 3133 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=207276 CPUtime=2488.4 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 23512 0 0 0 232846 15994 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488607833968 140732310296514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.32 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1912 0 0 0 365 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.27 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 2692 0 0 0 359 68 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=1952 CPUtime=4.3 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 2629 0 0 0 369 61 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=207276 CPUtime=4.32 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2429 0 0 0 365 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=207276 CPUtime=7.06 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 4846 0 0 0 656 50 0 0 20 0 15 0 93001085 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=207276 CPUtime=0.76 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 5857 0 0 0 75 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=26932 CPUtime=0.79 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 5452 0 0 0 78 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=2396 CPUtime=0.21 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 2760 0 0 0 20 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=140140896309729 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=3467964768636954464 CPUtime=1.04 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 978 0 0 0 57 47 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 2515.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.8 s]
/proc/loadavg: 1.42 1.36 1.41 3/215 28256
/proc/meminfo: memFree=23321672/32770624 swapFree=67108404/67108860
[pid=28088] ppid=28085 vsize=10661132 memory=207276 CPUtime=2520.07 cores=0,2,4,6
/proc/28088/stat : 28088 (java) S 28085 28088 26305 0 -1 1077944320 54513 0 0 0 235694 16313 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140732310228512 140488603594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
/proc/28088/statm: 2665283 51819 3133 1 0 2627263 0
[pid=28088/tid=28090] ppid=28085 vsize=10661132 memory=6791534058613427641 CPUtime=2492.87 cores=0,2,4,6
/proc/28088/task/28090/stat : 28090 (java) R 28085 28088 26305 0 -1 4202560 23535 0 0 0 233264 16023 0 0 20 0 15 0 93001083 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488607833952 140732310296514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28091] ppid=28085 vsize=10661132 memory=7822038051842261661 CPUtime=4.32 cores=0,2,4,6
/proc/28088/task/28091/stat : 28091 (java) S 28085 28088 26305 0 -1 1077944384 1912 0 0 0 365 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488529669264 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28092] ppid=28085 vsize=10661132 memory=3047711553219693942 CPUtime=4.27 cores=0,2,4,6
/proc/28088/task/28092/stat : 28092 (java) S 28085 28088 26305 0 -1 1077944384 2692 0 0 0 359 68 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488528616464 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28093] ppid=28085 vsize=10661132 memory=4426639978525455914 CPUtime=4.3 cores=0,2,4,6
/proc/28088/task/28093/stat : 28093 (java) S 28085 28088 26305 0 -1 1077944384 2629 0 0 0 369 61 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488527563664 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28094] ppid=28085 vsize=10661132 memory=4572164749098055210 CPUtime=4.32 cores=0,2,4,6
/proc/28088/task/28094/stat : 28094 (java) S 28085 28088 26305 0 -1 1077944384 2429 0 0 0 365 67 0 0 20 0 15 0 93001084 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488526510864 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28095] ppid=28085 vsize=10661132 memory=8328453600958622283 CPUtime=7.07 cores=0,2,4,6
/proc/28088/task/28095/stat : 28095 (java) S 28085 28088 26305 0 -1 1077944384 4846 0 0 0 657 50 0 0 20 0 15 0 93001085 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488095136112 140488603605634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28096] ppid=28085 vsize=10661132 memory=6948323407732500078 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28096/stat : 28096 (java) S 28085 28088 26305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488094082080 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28097] ppid=28085 vsize=10661132 memory=6948604994730223936 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28097/stat : 28097 (java) S 28085 28088 26305 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93001086 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488093029232 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28098] ppid=28085 vsize=10661132 memory=207276 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28098/stat : 28098 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001088 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488091977552 140488603613083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28099] ppid=28085 vsize=10661132 memory=288230583166042426 CPUtime=0.76 cores=0,2,4,6
/proc/28088/task/28099/stat : 28099 (java) S 28085 28088 26305 0 -1 1077944384 5857 0 0 0 75 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488090925936 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28100] ppid=28085 vsize=10661132 memory=13847469322668609 CPUtime=0.79 cores=0,2,4,6
/proc/28088/task/28100/stat : 28100 (java) S 28085 28088 26305 0 -1 1077944384 5452 0 0 0 78 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488089873136 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28101] ppid=28085 vsize=10661132 memory=5372 CPUtime=0.21 cores=0,2,4,6
/proc/28088/task/28101/stat : 28101 (java) S 28085 28088 26305 0 -1 1077944384 2760 0 0 0 20 1 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488088820336 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28102] ppid=28085 vsize=10661132 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/28088/task/28102/stat : 28102 (java) S 28085 28088 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488087767776 140488603604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
[pid=28088/tid=28103] ppid=28085 vsize=10661132 memory=4612 CPUtime=1.04 cores=0,2,4,6
/proc/28088/task/28103/stat : 28103 (java) S 28085 28088 26305 0 -1 1077944384 978 0 0 0 57 47 0 0 20 0 15 0 93001089 10916999168 51819 33554432000 4194304 4196468 140732310245968 140488086715056 140488603605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10502144 140732310250652 140732310250761 140732310250761 140732310253519 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207276 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2506.82 s]
# the end of solver process 28088 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2356.95 s, system=163.137 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2506.82
CPU time (s): 2520.09
CPU user time (s): 2356.95
CPU system time (s): 163.137
CPU usage (%): 100.529
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 207276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2356.95
system time used= 163.137
maximum resident set size= 207780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254502
involuntary context switches= 5543


# summary of solver processes directly reported to runsolver:
#   pid: 28088
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2356.95
#   total CPU system time (s): 163.137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0152 second user time and 26.1553 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 07:06:19
IDJOB=4298318
IDBENCH=141110
IDSOLVER=2765
FILE ID=node148/4298318-1532754379
RUNJOBID= node148-1532739340-26336
PBS_JOBID= 21022440
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298318-1532754379/watcher-4298318-1532754379 -o /tmp/evaluation-result-4298318-1532754379/solver-4298318-1532754379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298318-1532754379.xml --timelimit 2520

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=1275506243

node148.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.50
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.50
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.50
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.50
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:        23481732 kB
MemAvailable:   31732984 kB
Buffers:          216912 kB
Cached:          8168588 kB
SwapCached:          352 kB
Active:          2180108 kB
Inactive:        6456656 kB
Active(anon):     204488 kB
Inactive(anon):    74236 kB
Active(file):    1975620 kB
Inactive(file):  6382420 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1368 kB
Writeback:             4 kB
AnonPages:        257820 kB
Mapped:            54332 kB
Shmem:             25016 kB
Slab:             349628 kB
SReclaimable:     321672 kB
SUnreclaim:        27956 kB
KernelStack:        3520 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1147400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43264 MiB
End job on node148 at 2018-07-28 07:48:06