Trace number 4298584

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 NameAnswerCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.05 2502.02

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008964
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.02/2502.01	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298584-1532811619/watcher-4298584-1532811619 -o /tmp/evaluation-result-4298584-1532811619/solver-4298584-1532811619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298584-1532811619.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.98 1.80 1.75 4/220 32279
/proc/meminfo: memFree=27272032/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661052 memory=27732 CPUtime=0.13 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 5282 0 0 0 12 1 0 0 20 0 15 0 98725053 10916917248 6933 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665263 6933 2849 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661052 memory=-8269626465541460604 CPUtime=0.09 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 3153 0 0 0 8 1 0 0 20 0 15 0 98725053 10916917248 6933 33554432000 4194304 4196468 140729958716240 140189337712608 140188958518092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916917248 6933 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661052 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916917248 6933 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916917248 6933 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725054 10916917248 6933 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661052 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725056 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98725056 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98725056 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) R 32261 32264 31407 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188888517488 140189316927185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) R 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661052 memory=139672843904640 CPUtime=0.02 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) R 32261 32264 31407 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188886411888 140189312121974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661052 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725059 10916917248 6933 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27732 KiB

[startup+0.210767 s]*
/proc/loadavg: 1.98 1.80 1.75 3/220 32279
/proc/meminfo: memFree=27246776/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=40348 CPUtime=0.32 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 8174 0 0 0 30 2 0 0 20 0 15 0 98725053 10916995072 10087 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 10087 2978 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 5246 0 0 0 18 2 0 0 20 0 15 0 98725053 10916995072 10087 33554432000 4194304 4196468 140729958716240 140189337723760 140189333513373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=343 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 10087 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=139672843934162 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 10087 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 10087 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 10087 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) S 32261 32264 31407 0 -1 1077944384 669 0 0 0 2 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188888517488 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0.07 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 770 0 0 0 7 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 10087 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40348 KiB

[startup+0.319037 s]*
/proc/loadavg: 1.98 1.80 1.75 7/220 32279
/proc/meminfo: memFree=27221824/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=48608 CPUtime=0.58 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 9215 0 0 0 55 3 0 0 20 0 15 0 98725053 10916995072 12152 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 12152 3061 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 1077944384 5591 0 0 0 28 2 0 0 20 0 15 0 98725053 10916995072 12152 33554432000 4194304 4196468 140729958716240 140189337728272 140189333501653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 12152 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=139672843933721 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 12152 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 12152 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 12152 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) R 32261 32264 31407 0 -1 4202560 965 0 0 0 4 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188888503512 140189312735339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 212 0 0 0 6 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0.15 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 1077 0 0 0 15 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=139672843904640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 12152 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48608 KiB

[startup+0.700747 s]
/proc/loadavg: 1.98 1.80 1.75 5/220 32279
/proc/meminfo: memFree=27194784/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=96148 CPUtime=1.72 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 14432 0 0 0 168 4 0 0 20 0 15 0 98725053 10916995072 24037 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 24037 3090 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=1804 CPUtime=0.67 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 5616 0 0 0 65 2 0 0 20 0 15 0 98725053 10916995072 24037 33554432000 4194304 4196468 140729958716240 140189337728392 140188959968580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 24037 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 24037 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=11860 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 24037 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=5772 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 24037 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=1388 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=6296683612537770333 CPUtime=0.41 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) R 32261 32264 31407 0 -1 4202560 3383 0 0 0 41 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188888503920 140189319522433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=7595725831727968097 CPUtime=0.42 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) R 32261 32264 31407 0 -1 4202560 2912 0 0 0 42 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188887452368 140189312680896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=7236547281622689387 CPUtime=0.19 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 1151 0 0 0 19 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 24037 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 96148 KiB

[startup+1.50075 s]
/proc/loadavg: 1.98 1.80 1.75 3/220 32279
/proc/meminfo: memFree=27128344/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=191312 CPUtime=2.78 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 15823 0 0 0 272 6 0 0 20 0 15 0 98725053 10916995072 47828 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 47828 3124 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 5818 0 0 0 143 4 0 0 20 0 15 0 98725053 10916995072 47828 33554432000 4194304 4196468 140729958716240 140189337730816 140188960088682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 47828 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 47828 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 47828 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 98725054 10916995072 47828 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 47828 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0

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

/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 21432 0 0 0 230967 23 0 0 20 0 15 0 98725053 10916995072 81898 33554432000 4194304 4196468 140729958716240 140189337730960 140188960154658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=325544 CPUtime=5.18 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 4080 0 0 0 471 47 0 0 20 0 15 0 98725054 10916995072 81898 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=325544 CPUtime=5.2 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 4485 0 0 0 474 46 0 0 20 0 15 0 98725054 10916995072 81898 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=325544 CPUtime=5.21 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 3637 0 0 0 476 45 0 0 20 0 15 0 98725054 10916995072 81898 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=325544 CPUtime=5.2 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 4646 0 0 0 474 46 0 0 20 0 15 0 98725054 10916995072 81898 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=327592 CPUtime=5.39 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 6494 0 0 0 503 36 0 0 20 0 15 0 98725056 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=5089536246935 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=327592 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=28808 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=327592 CPUtime=0.57 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) S 32261 32264 31407 0 -1 1077944384 4826 0 0 0 56 1 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188888517488 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=327592 CPUtime=0.69 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 6248 0 0 0 69 0 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=325544 CPUtime=0.21 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 2223 0 0 0 21 0 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=325544 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=327592 CPUtime=1.06 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1214 0 0 0 50 56 0 0 20 0 15 0 98725059 10916995072 81898 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 2338.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 327592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.40 1.41 3/220 32372
/proc/meminfo: memFree=26792116/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=329640 CPUtime=2399.24 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 61898 0 0 0 239686 238 0 0 20 0 15 0 98725053 10916995072 82410 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 82410 3138 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=329640 CPUtime=2369.55 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 21837 0 0 0 236931 24 0 0 20 0 15 0 98725053 10916995072 82410 33554432000 4194304 4196468 140729958716240 140189337730960 140188960155218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=329640 CPUtime=5.35 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 4111 0 0 0 487 48 0 0 20 0 15 0 98725054 10916995072 82410 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=329640 CPUtime=5.38 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 4840 0 0 0 491 47 0 0 20 0 15 0 98725054 10916995072 82410 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=329640 CPUtime=5.39 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 3765 0 0 0 493 46 0 0 20 0 15 0 98725054 10916995072 82410 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=329640 CPUtime=5.37 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 4714 0 0 0 491 46 0 0 20 0 15 0 98725054 10916995072 82410 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=329640 CPUtime=5.54 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 6667 0 0 0 516 38 0 0 20 0 15 0 98725056 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=329640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=329640 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=4036 CPUtime=0.57 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) S 32261 32264 31407 0 -1 1077944384 4828 0 0 0 56 1 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188888517488 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=28808 CPUtime=0.69 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 6250 0 0 0 69 0 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=1244 CPUtime=0.21 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 2225 0 0 0 21 0 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=2268 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=329640 CPUtime=1.09 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1231 0 0 0 51 58 0 0 20 0 15 0 98725059 10916995072 82410 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 2399.24 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 329640 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.39 1.41 3/221 32381
/proc/meminfo: memFree=26783844/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=333736 CPUtime=2459.78 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 63115 0 0 0 245734 244 0 0 20 0 15 0 98725053 10916995072 83434 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 83434 3138 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=333736 CPUtime=2429.2 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 22250 0 0 0 242896 24 0 0 20 0 15 0 98725053 10916995072 83434 33554432000 4194304 4196468 140729958716240 140189337730816 140188959675354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=333736 CPUtime=5.54 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 4154 0 0 0 505 49 0 0 20 0 15 0 98725054 10916995072 83434 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=333736 CPUtime=5.56 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 5013 0 0 0 508 48 0 0 20 0 15 0 98725054 10916995072 83434 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=333736 CPUtime=5.58 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 3852 0 0 0 511 47 0 0 20 0 15 0 98725054 10916995072 83434 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=331688 CPUtime=5.55 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 5019 0 0 0 508 47 0 0 20 0 15 0 98725054 10916995072 83434 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=331688 CPUtime=5.68 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 6840 0 0 0 529 39 0 0 20 0 15 0 98725056 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=333736 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=333736 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=333736 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=333736 CPUtime=0.57 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) S 32261 32264 31407 0 -1 1077944384 4830 0 0 0 56 1 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188888517488 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=333736 CPUtime=0.69 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 6252 0 0 0 69 0 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=333736 CPUtime=0.21 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 2227 0 0 0 21 0 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=333736 CPUtime=1.11 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1248 0 0 0 52 59 0 0 20 0 15 0 98725059 10916995072 83434 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 2459.78 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 333736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502 s]*
/proc/loadavg: 1.37 1.38 1.40 3/221 32382
/proc/meminfo: memFree=26776480/32770624 swapFree=67108856/67108860
[pid=32264] ppid=32261 vsize=10661128 memory=337832 CPUtime=2520.02 cores=1,3,5,7
/proc/32264/stat : 32264 (java) S 32261 32264 31407 0 -1 1077944320 64315 0 0 0 251751 251 0 0 20 0 15 0 98725053 10916995072 84458 33554432000 4194304 4196468 140729958716240 140729958698784 140189333491447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
/proc/32264/statm: 2665282 84458 3138 1 0 2627263 0
[pid=32264/tid=32266] ppid=32261 vsize=10661128 memory=6791534058613427641 CPUtime=2488.55 cores=1,3,5,7
/proc/32264/task/32266/stat : 32266 (java) R 32261 32264 31407 0 -1 4202560 22658 0 0 0 248831 24 0 0 20 0 15 0 98725053 10916995072 84458 33554432000 4194304 4196468 140729958716240 140189337730816 140188960129858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32267] ppid=32261 vsize=10661128 memory=4126316290023845779 CPUtime=5.72 cores=1,3,5,7
/proc/32264/task/32267/stat : 32267 (java) S 32261 32264 31407 0 -1 1077944384 4309 0 0 0 521 51 0 0 20 0 15 0 98725054 10916995072 84458 33554432000 4194304 4196468 140729958716240 140189286112400 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32268] ppid=32261 vsize=10661128 memory=4427205132082312746 CPUtime=5.74 cores=1,3,5,7
/proc/32264/task/32268/stat : 32268 (java) S 32261 32264 31407 0 -1 1077944384 5031 0 0 0 524 50 0 0 20 0 15 0 98725054 10916995072 84458 33554432000 4194304 4196468 140729958716240 140189285059600 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32269] ppid=32261 vsize=10661128 memory=-8486080722631693414 CPUtime=5.76 cores=1,3,5,7
/proc/32264/task/32269/stat : 32269 (java) S 32261 32264 31407 0 -1 1077944384 4045 0 0 0 528 48 0 0 20 0 15 0 98725054 10916995072 84458 33554432000 4194304 4196468 140729958716240 140189284006800 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32270] ppid=32261 vsize=10661128 memory=-7023579799431922829 CPUtime=5.73 cores=1,3,5,7
/proc/32264/task/32270/stat : 32270 (java) S 32261 32264 31407 0 -1 1077944384 5249 0 0 0 524 49 0 0 20 0 15 0 98725054 10916995072 84458 33554432000 4194304 4196468 140729958716240 140189282954000 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32271] ppid=32261 vsize=10661128 memory=4629546024076873078 CPUtime=5.81 cores=1,3,5,7
/proc/32264/task/32271/stat : 32271 (java) S 32261 32264 31407 0 -1 1077944384 7013 0 0 0 541 40 0 0 20 0 15 0 98725056 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188892727664 140189333502594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32272] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32272/stat : 32272 (java) S 32261 32264 31407 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188891673632 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32273] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32273/stat : 32273 (java) S 32261 32264 31407 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98725056 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188890620784 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32274] ppid=32261 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32274/stat : 32274 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188889569104 140189333510043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32275] ppid=32261 vsize=10661128 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/32264/task/32275/stat : 32275 (java) S 32261 32264 31407 0 -1 1077944384 4832 0 0 0 56 1 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188888517488 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32276] ppid=32261 vsize=10661128 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/32264/task/32276/stat : 32276 (java) S 32261 32264 31407 0 -1 1077944384 6254 0 0 0 69 0 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188887464688 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32277] ppid=32261 vsize=10661128 memory=3835299135443441329 CPUtime=0.21 cores=1,3,5,7
/proc/32264/task/32277/stat : 32277 (java) S 32261 32264 31407 0 -1 1077944384 2229 0 0 0 21 0 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188886411888 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32278] ppid=32261 vsize=10661128 memory=736110047707279407 CPUtime=0 cores=1,3,5,7
/proc/32264/task/32278/stat : 32278 (java) S 32261 32264 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188885359328 140189333501653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
[pid=32264/tid=32279] ppid=32261 vsize=10661128 memory=3472467969071574970 CPUtime=1.14 cores=1,3,5,7
/proc/32264/task/32279/stat : 32279 (java) S 32261 32264 31407 0 -1 1077944384 1265 0 0 0 53 61 0 0 20 0 15 0 98725059 10916995072 84458 33554432000 4194304 4196468 140729958716240 140188884306608 140189333502594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16982016 140729958720650 140729958720777 140729958720777 140729958723535 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 337832 KiB

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

[startup+2502.02 s]
# the end of solver process 32264 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.53 s, system=2.52289 s

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

Child status: 143
Real time (s): 2502.02
CPU time (s): 2520.05
CPU user time (s): 2517.53
CPU system time (s): 2.52289
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 337832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.53
system time used= 2.52289
maximum resident set size= 338160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221813
involuntary context switches= 4450


# summary of solver processes directly reported to runsolver:
#   pid: 32264
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.53
#   total CPU system time (s): 2.52289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2496 second user time and 24.4607 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-28 23:00:19
IDJOB=4298584
IDBENCH=141169
IDSOLVER=2767
FILE ID=node133/4298584-1532811619
RUNJOBID= node133-1532808819-31439
PBS_JOBID= 21022475
Free space on /tmp= 48248 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298584-1532811619/watcher-4298584-1532811619 -o /tmp/evaluation-result-4298584-1532811619/solver-4298584-1532811619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298584-1532811619.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=94819683

node133.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.24
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.24
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.24
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.24
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:        27302980 kB
MemAvailable:   31801680 kB
Buffers:          184072 kB
Cached:          4562440 kB
SwapCached:            0 kB
Active:          2291080 kB
Inactive:        2655744 kB
Active(anon):     151656 kB
Inactive(anon):    76688 kB
Active(file):    2139424 kB
Inactive(file):  2579056 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              2588 kB
Writeback:             0 kB
AnonPages:        222024 kB
Mapped:            52964 kB
Shmem:             25244 kB
Slab:             219836 kB
SReclaimable:     192112 kB
SUnreclaim:        27724 kB
KernelStack:        3872 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 48248 MiB
End job on node133 at 2018-07-28 23:42:01