Trace number 4298500

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)54 2520.04 2509.81

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-example_c18.xml
MD5SUMef5ffd6d9cd3ce1d40ba669a8320885c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark0.004577
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemYES
Type of objectivemax 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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.32/0.26	I had a sum
0.32/0.27	I had a sum
0.32/0.27	I had a sum
0.32/0.27	I had a sum
0.32/0.29	o 0
0.32/0.29	o 14
0.32/0.29	o 54
2520.01/2509.80	s SATISFIABLE
2520.01/2509.80	v <instantiation>
2520.01/2509.80	v 	<list>
2520.01/2509.80	v 		b[0] b[1] b[2] b[3] b[4] 
2520.01/2509.80	v 	</list>
2520.01/2509.80	v 	<values>
2520.01/2509.80	v 		0 0 0 1 1 
2520.01/2509.80	v 	</values>
2520.01/2509.80	v </instantiation>

Verifier Data

OK	54

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

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

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

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


[startup+0.100077 s]*
/proc/loadavg: 1.86 1.93 1.95 4/216 29068
/proc/meminfo: memFree=21771904/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661056 memory=27860 CPUtime=0.12 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 5376 0 0 0 11 1 0 0 20 0 15 0 93998741 10916921344 6965 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665264 6965 2863 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661056 memory=-8269626465541590907 CPUtime=0.08 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 3247 0 0 0 8 0 0 0 20 0 15 0 93998741 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431458495312 140431438308709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661056 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998742 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661056 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998743 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93998744 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93998744 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 93998746 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 93998746 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661056 memory=140380123055744 CPUtime=0.01 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 15 0 93998746 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661056 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998747 10916921344 6965 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27860 KiB

[startup+0.210626 s]*
/proc/loadavg: 1.86 1.93 1.95 3/216 29068
/proc/meminfo: memFree=21760120/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=40528 CPUtime=0.32 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 8161 0 0 0 30 2 0 0 20 0 15 0 93998741 10916999168 10132 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 10132 2999 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 5285 0 0 0 19 1 0 0 20 0 15 0 93998741 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431458497392 140431454287005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=345 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=288370756274767488 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998743 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 93998746 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 93998746 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0.07 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 93998746 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 10132 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40528 KiB

[startup+0.318005 s]*
/proc/loadavg: 1.86 1.93 1.95 6/216 29068
/proc/meminfo: memFree=21755872/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=46976 CPUtime=0.6 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 8900 0 0 0 57 3 0 0 20 0 15 0 93998741 10916999168 11744 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 11744 3060 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 5659 0 0 0 29 1 0 0 20 0 15 0 93998741 10916999168 11744 33554432000 4194304 4196468 140723874407088 140431458491488 140723875575746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 11744 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=288370756274767488 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998743 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) R 29050 29053 26305 0 -1 4202560 662 0 0 0 6 0 0 0 20 0 15 0 93998746 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431009763920 140431434965376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) R 29050 29053 26305 0 -1 4202560 377 0 0 0 7 0 0 0 20 0 15 0 93998746 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431008710064 140431438171712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0.13 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) R 29050 29053 26305 0 -1 1077944384 853 0 0 0 13 0 0 0 20 0 15 0 93998746 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=140380123055744 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 11810 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46976 KiB

[startup+0.700774 s]
/proc/loadavg: 1.86 1.93 1.95 5/216 29068
/proc/meminfo: memFree=21718104/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=100252 CPUtime=1.75 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 16515 0 0 0 169 6 0 0 20 0 15 0 93998741 10916999168 25063 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 25063 3078 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 5673 0 0 0 65 3 0 0 20 0 15 0 93998741 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431458505424 140723875575746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93998743 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=8568 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=7302135314614015848 CPUtime=0.43 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) R 29050 29053 26305 0 -1 4202560 4507 0 0 0 43 0 0 0 20 0 15 0 93998746 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431009759904 140431447361915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=7450453974481135974 CPUtime=0.44 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) R 29050 29053 26305 0 -1 4202560 3717 0 0 0 44 0 0 0 20 0 15 0 93998746 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431008702656 140431440329120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=7295946094789283920 CPUtime=0.16 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 1250 0 0 0 16 0 0 0 20 0 15 0 93998746 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 25063 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 100252 KiB

[startup+1.50071 s]
/proc/loadavg: 1.95 1.95 1.95 5/216 29068
/proc/meminfo: memFree=21664764/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=199396 CPUtime=3.24 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 21866 0 0 0 312 12 0 0 20 0 15 0 93998741 10916999168 49849 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 49849 3119 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 6010 0 0 0 139 8 0 0 20 0 15 0 93998741 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431458504816 140723875575746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 93998742 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 93998743 10916999168 49849 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0

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

/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 19089 0 0 0 223892 13389 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431458504848 140723875575746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.9 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1609 0 0 0 241 49 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.9 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 2582 0 0 0 245 45 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=796 CPUtime=2.89 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 2249 0 0 0 248 41 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.92 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2218 0 0 0 247 45 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=0 CPUtime=4.87 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 5251 0 0 0 453 34 0 0 20 0 15 0 93998743 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.77 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 6398 0 0 0 76 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.82 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 6299 0 0 0 81 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.2 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 1547 0 0 0 19 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.9 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 723 0 0 0 45 45 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 2392.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214976 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.68 1.68 3/216 29469
/proc/meminfo: memFree=23128852/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=214976 CPUtime=2452.3 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 49622 0 0 0 231289 13941 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 53744 3130 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=214976 CPUtime=2432.59 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 19313 0 0 0 229531 13728 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431458505088 140723875575746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.97 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1609 0 0 0 246 51 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=0 CPUtime=2.98 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 2582 0 0 0 252 46 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.96 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 2249 0 0 0 254 42 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=214976 CPUtime=2.99 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2218 0 0 0 253 46 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=214976 CPUtime=5 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 5256 0 0 0 465 35 0 0 20 0 15 0 93998743 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.77 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 6398 0 0 0 76 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.82 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 6299 0 0 0 81 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=4012 CPUtime=0.2 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 1547 0 0 0 19 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.91 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 727 0 0 0 45 46 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 2452.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214976 KiB

[startup+2502.3 s]
/proc/loadavg: 1.45 1.62 1.66 3/216 29470
/proc/meminfo: memFree=23129728/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=214976 CPUtime=2512.49 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 50475 0 0 0 236978 14271 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 53744 3130 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=214976 CPUtime=2492.36 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 19694 0 0 0 235183 14053 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431458506112 140723875575746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=214976 CPUtime=3.05 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1861 0 0 0 253 52 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=214976 CPUtime=3.05 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 2584 0 0 0 258 47 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=214976 CPUtime=3.03 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 2270 0 0 0 260 43 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=214976 CPUtime=3.06 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2222 0 0 0 259 47 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=214976 CPUtime=5.12 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 5428 0 0 0 475 37 0 0 20 0 15 0 93998743 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.77 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 6400 0 0 0 76 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.82 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 6301 0 0 0 81 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=214976 CPUtime=0.2 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 1549 0 0 0 19 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=214976 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=27208 CPUtime=0.94 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 742 0 0 0 47 47 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 2512.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.8 s]
/proc/loadavg: 1.50 1.62 1.66 3/216 29471
/proc/meminfo: memFree=23129456/32770624 swapFree=67108404/67108860
[pid=29053] ppid=29050 vsize=10661132 memory=214976 CPUtime=2520.01 cores=1,3,5,7
/proc/29053/stat : 29053 (java) S 29050 29053 26305 0 -1 1077944320 50507 0 0 0 237691 14310 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140723874389632 140431454265079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
/proc/29053/statm: 2665283 53744 3130 1 0 2627263 0
[pid=29053/tid=29055] ppid=29050 vsize=10661132 memory=6791534058613427641 CPUtime=2499.83 cores=1,3,5,7
/proc/29053/task/29055/stat : 29055 (java) R 29050 29053 26305 0 -1 4202560 19722 0 0 0 235891 14092 0 0 20 0 15 0 93998741 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431458504720 140723875575746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29056] ppid=29050 vsize=10661132 memory=1796 CPUtime=3.06 cores=1,3,5,7
/proc/29053/task/29056/stat : 29056 (java) S 29050 29053 26305 0 -1 1077944384 1861 0 0 0 254 52 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431406885392 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29057] ppid=29050 vsize=10661132 memory=912 CPUtime=3.06 cores=1,3,5,7
/proc/29053/task/29057/stat : 29057 (java) S 29050 29053 26305 0 -1 1077944384 2584 0 0 0 259 47 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431059507856 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29058] ppid=29050 vsize=10661132 memory=3852 CPUtime=3.04 cores=1,3,5,7
/proc/29053/task/29058/stat : 29058 (java) S 29050 29053 26305 0 -1 1077944384 2270 0 0 0 261 43 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431058454800 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29059] ppid=29050 vsize=10661132 memory=6791534058613427641 CPUtime=3.07 cores=1,3,5,7
/proc/29053/task/29059/stat : 29059 (java) S 29050 29053 26305 0 -1 1077944384 2222 0 0 0 260 47 0 0 20 0 15 0 93998742 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431057402256 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29060] ppid=29050 vsize=10661132 memory=1792 CPUtime=5.14 cores=1,3,5,7
/proc/29053/task/29060/stat : 29060 (java) S 29050 29053 26305 0 -1 1077944384 5430 0 0 0 477 37 0 0 20 0 15 0 93998743 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431013985008 140431454276226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29061] ppid=29050 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29061/stat : 29061 (java) S 29050 29053 26305 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431012931232 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29062] ppid=29050 vsize=10661132 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29062/stat : 29062 (java) S 29050 29053 26305 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93998744 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431011878128 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29063] ppid=29050 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29063/stat : 29063 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431010826704 140431454283675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29064] ppid=29050 vsize=10661132 memory=15876 CPUtime=0.77 cores=1,3,5,7
/proc/29053/task/29064/stat : 29064 (java) S 29050 29053 26305 0 -1 1077944384 6400 0 0 0 76 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431009773808 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29065] ppid=29050 vsize=10661132 memory=4044 CPUtime=0.82 cores=1,3,5,7
/proc/29053/task/29065/stat : 29065 (java) S 29050 29053 26305 0 -1 1077944384 6301 0 0 0 81 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431008721264 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29066] ppid=29050 vsize=10661132 memory=15708 CPUtime=0.2 cores=1,3,5,7
/proc/29053/task/29066/stat : 29066 (java) S 29050 29053 26305 0 -1 1077944384 1549 0 0 0 19 1 0 0 20 0 15 0 93998746 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431007668208 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29067] ppid=29050 vsize=10661132 memory=2648 CPUtime=0 cores=1,3,5,7
/proc/29053/task/29067/stat : 29067 (java) S 29050 29053 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431006615904 140431454275285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
[pid=29053/tid=29068] ppid=29050 vsize=10661132 memory=2748 CPUtime=0.94 cores=1,3,5,7
/proc/29053/task/29068/stat : 29068 (java) S 29050 29053 26305 0 -1 1077944384 744 0 0 0 47 47 0 0 20 0 15 0 93998747 10916999168 53744 33554432000 4194304 4196468 140723874407088 140431005563952 140431454276226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20594688 140723874411676 140723874411785 140723874411785 140723874414543 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 214976 KiB

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

[startup+2509.81 s]
# the end of solver process 29053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2376.93 s, system=143.112 s

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

Child status: 143
Real time (s): 2509.81
CPU time (s): 2520.04
CPU user time (s): 2376.93
CPU system time (s): 143.112
CPU usage (%): 100.408
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 214976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2376.93
system time used= 143.112
maximum resident set size= 215552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198978
involuntary context switches= 4008


# summary of solver processes directly reported to runsolver:
#   pid: 29053
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2376.93
#   total CPU system time (s): 143.112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1177 second user time and 23.4498 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 09:52:36
IDJOB=4298500
IDBENCH=141148
IDSOLVER=2765
FILE ID=node148/4298500-1532764356
RUNJOBID= node148-1532739340-26337
PBS_JOBID= 21022440
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-example_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298500-1532764356/watcher-4298500-1532764356 -o /tmp/evaluation-result-4298500-1532764356/solver-4298500-1532764356 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26337 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298500-1532764356.xml --timelimit 2520

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

MD5SUM BENCH= ef5ffd6d9cd3ce1d40ba669a8320885c
RANDOM SEED=1055324824

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:        21788608 kB
MemAvailable:   30046168 kB
Buffers:          219344 kB
Cached:          8172760 kB
SwapCached:          352 kB
Active:          3866544 kB
Inactive:        6459668 kB
Active(anon):    1887604 kB
Inactive(anon):    74232 kB
Active(file):    1978940 kB
Inactive(file):  6385436 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:       1959020 kB
Mapped:            54684 kB
Shmem:             25016 kB
Slab:             349744 kB
SReclaimable:     321644 kB
SUnreclaim:        28100 kB
KernelStack:        3808 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2746588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1841152 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= 43260 MiB
End job on node148 at 2018-07-28 10:34:26