Trace number 4299963

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
slowpoke 2018-04-29? (TO) 2520.05 2505.61

General information on the benchmark

NameMagicSquare/
MagicSquare-10-sum_c18.xml
MD5SUM9b613e70bdeb54a559e13aaa64a0062e
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 benchmark29.5201
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints23
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":80},{"degree":4,"count":20}]
Minimum constraint arity10
Maximum constraint arity100
Distribution of constraint arities[{"arity":10,"count":22},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":22}]
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: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
0.32/0.28	I had a sum
2520.03/2505.60	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 (13398 MiB free)
  memory of node 1: 16384 MiB (13909 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299963-1532835181/watcher-4299963-1532835181 -o /tmp/evaluation-result-4299963-1532835181/solver-4299963-1532835181 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532810215-29951 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299963-1532835181.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=32557, runsolver pid=32554
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.55 1.49 1.50 4/216 32572
/proc/meminfo: memFree=27947916/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661056 memory=27888 CPUtime=0.13 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 5325 0 0 0 12 1 0 0 20 0 15 0 101081235 10916921344 6972 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665264 6972 2886 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661056 memory=-8269626465541066107 CPUtime=0.09 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 3149 0 0 0 9 0 0 0 20 0 15 0 101081235 10916921344 6972 33554432000 4194304 4196468 140720312939376 140058095241184 140058083257150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916921344 6972 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661056 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916921344 6972 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916921344 6972 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081236 10916921344 6972 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661056 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081237 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101081238 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101081238 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) R 32554 32557 29919 0 -1 4202560 353 0 0 0 0 0 0 0 20 0 15 0 101081240 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057121843440 140058068852880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) R 32554 32557 29919 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 101081240 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661056 memory=140406306956928 CPUtime=0.01 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) R 32554 32557 29919 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 15 0 101081240 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057119737840 140058091041370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661056 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) R 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081241 10916921344 6972 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27888 KiB

[startup+0.210681 s]*
/proc/loadavg: 1.55 1.49 1.50 3/216 32572
/proc/meminfo: memFree=27935512/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=40408 CPUtime=0.32 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 8163 0 0 0 30 2 0 0 20 0 15 0 101081235 10916999168 10102 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 10102 3008 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 5263 0 0 0 19 1 0 0 20 0 15 0 101081235 10916999168 10102 33554432000 4194304 4196468 140720312939376 140058095252336 140058075063653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 10102 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=3833892506921133728 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 10102 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 10102 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 10102 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081237 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 470 0 0 0 2 0 0 0 20 0 15 0 101081240 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) S 32554 32557 29919 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 101081240 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0.06 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 781 0 0 0 6 0 0 0 20 0 15 0 101081240 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081241 10916999168 10102 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40408 KiB

[startup+0.310084 s]*
/proc/loadavg: 1.55 1.49 1.50 5/216 32572
/proc/meminfo: memFree=27928812/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=46788 CPUtime=0.56 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 8752 0 0 0 53 3 0 0 20 0 15 0 101081235 10916999168 11697 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 11697 3045 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 5597 0 0 0 28 1 0 0 20 0 15 0 101081235 10916999168 11697 33554432000 4194304 4196468 140720312939376 140058095258784 140720312956866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 11697 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=3688931794403518112 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 11697 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 11697 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 11697 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081237 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) R 32554 32557 29919 0 -1 4202560 506 0 0 0 5 0 0 0 20 0 15 0 101081240 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) R 32554 32557 29919 0 -1 4202560 396 0 0 0 5 0 0 0 20 0 15 0 101081240 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057120779888 140058076146097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0.13 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) R 32554 32557 29919 0 -1 1077944384 885 0 0 0 13 0 0 0 20 0 15 0 101081240 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=140406306956928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081241 10916999168 11697 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46788 KiB

[startup+0.700805 s]
/proc/loadavg: 1.55 1.49 1.50 5/216 32572
/proc/meminfo: memFree=27903944/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=102044 CPUtime=1.67 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 11821 0 0 0 162 5 0 0 20 0 15 0 101081235 10916999168 25511 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 25511 3096 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=16236 CPUtime=0.68 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 5653 0 0 0 65 3 0 0 20 0 15 0 101081235 10916999168 25511 33554432000 4194304 4196468 140720312939376 140058095258704 140720312956866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 25511 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=640 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 25511 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 25511 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=960 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 25511 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101081237 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=6153431502485415274 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=6081108994580113768 CPUtime=0.39 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 1784 0 0 0 39 0 0 0 20 0 15 0 101081240 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=6154282490091891024 CPUtime=0.39 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) R 32554 32557 29919 0 -1 4202560 1636 0 0 0 39 0 0 0 20 0 15 0 101081240 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057120790896 140058074406566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 1380 0 0 0 18 1 0 0 20 0 15 0 101081240 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101081241 10916999168 25511 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 102044 KiB

[startup+1.50077 s]
/proc/loadavg: 1.55 1.49 1.50 3/216 32572
/proc/meminfo: memFree=27811848/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=182544 CPUtime=2.69 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 14885 0 0 0 259 10 0 0 20 0 15 0 101081235 10916999168 45636 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 45636 3129 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=182544 CPUtime=1.47 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 6066 0 0 0 140 7 0 0 20 0 15 0 101081235 10916999168 45636 33554432000 4194304 4196468 140720312939376 140058095260944 140720312956866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 45636 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 45636 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 45636 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 101081236 10916999168 45636 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 101081237 10916999168 45636 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0

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

/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 19241 0 0 0 232949 4296 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058095259504 140720312956866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.21 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 3389 0 0 0 388 33 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.22 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 3325 0 0 0 390 32 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.24 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 4128 0 0 0 390 34 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.22 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2620 0 0 0 387 35 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.52 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 5167 0 0 0 416 36 0 0 20 0 15 0 101081237 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=840 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=3868 CPUtime=0.5 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 3783 0 0 0 49 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=1280 CPUtime=0.56 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) S 32554 32557 29919 0 -1 1077944384 2672 0 0 0 56 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=2340 CPUtime=0.22 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 2555 0 0 0 21 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=928 CPUtime=0.82 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 689 0 0 0 46 36 0 0 20 0 15 0 101081241 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 2396.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183680 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.41 1.41 3/216 32747
/proc/meminfo: memFree=27781532/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=183680 CPUtime=2456.38 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 49209 0 0 0 241062 4576 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 45920 3145 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=183680 CPUtime=2432.21 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 19451 0 0 0 238819 4402 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058095259520 140720312956866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.32 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 3389 0 0 0 399 33 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.34 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 3325 0 0 0 401 33 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.35 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 4128 0 0 0 400 35 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.32 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2620 0 0 0 396 36 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=164 CPUtime=4.63 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 5173 0 0 0 426 37 0 0 20 0 15 0 101081237 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.5 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 3783 0 0 0 49 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.56 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) S 32554 32557 29919 0 -1 1077944384 2672 0 0 0 56 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.22 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 2555 0 0 0 21 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.85 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 693 0 0 0 48 37 0 0 20 0 15 0 101081241 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 2456.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183680 KiB

[startup+2502.3 s]
/proc/loadavg: 1.21 1.38 1.40 3/216 360
/proc/meminfo: memFree=27720232/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=183680 CPUtime=2516.71 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 50055 0 0 0 246984 4687 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 45920 3145 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=183680 CPUtime=2491.97 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 19830 0 0 0 244689 4508 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058095259584 140720312956866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.43 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 3413 0 0 0 409 34 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.44 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 3532 0 0 0 410 34 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.46 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 4146 0 0 0 410 36 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.42 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2648 0 0 0 405 37 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.74 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 5343 0 0 0 436 38 0 0 20 0 15 0 101081237 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.5 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 3785 0 0 0 49 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.56 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) S 32554 32557 29919 0 -1 1077944384 2674 0 0 0 56 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=183680 CPUtime=0.22 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 2557 0 0 0 21 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=1408 CPUtime=0.87 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 707 0 0 0 49 38 0 0 20 0 15 0 101081241 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 2516.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.6 s]
/proc/loadavg: 1.21 1.38 1.40 3/216 360
/proc/meminfo: memFree=27723020/32770624 swapFree=67108532/67108860
[pid=32557] ppid=32554 vsize=10661132 memory=183680 CPUtime=2520.03 cores=1,3,5,7
/proc/32557/stat : 32557 (java) S 32554 32557 29919 0 -1 1077944320 50071 0 0 0 247309 4694 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140720312921920 140058091020023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
/proc/32557/statm: 2665283 45920 3145 1 0 2627263 0
[pid=32557/tid=32559] ppid=32554 vsize=10661132 memory=183680 CPUtime=2495.26 cores=1,3,5,7
/proc/32557/task/32559/stat : 32559 (java) R 32554 32557 29919 0 -1 4202560 19842 0 0 0 245011 4515 0 0 20 0 15 0 101081235 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058095259440 140720312956866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32560] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.44 cores=1,3,5,7
/proc/32557/task/32560/stat : 32560 (java) S 32554 32557 29919 0 -1 1077944384 3413 0 0 0 410 34 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058017094160 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32561] ppid=32554 vsize=10661132 memory=183680 CPUtime=4.45 cores=1,3,5,7
/proc/32557/task/32561/stat : 32561 (java) S 32554 32557 29919 0 -1 1077944384 3532 0 0 0 411 34 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058016041616 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32562] ppid=32554 vsize=10661132 memory=6791534058613427641 CPUtime=4.46 cores=1,3,5,7
/proc/32557/task/32562/stat : 32562 (java) S 32554 32557 29919 0 -1 1077944384 4146 0 0 0 410 36 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058014988560 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32563] ppid=32554 vsize=10661132 memory=288230583166042426 CPUtime=4.43 cores=1,3,5,7
/proc/32557/task/32563/stat : 32563 (java) S 32554 32557 29919 0 -1 1077944384 2648 0 0 0 406 37 0 0 20 0 15 0 101081236 10916999168 45920 33554432000 4194304 4196468 140720312939376 140058013936016 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32564] ppid=32554 vsize=10661132 memory=13846361221106227 CPUtime=4.75 cores=1,3,5,7
/proc/32557/task/32564/stat : 32564 (java) S 32554 32557 29919 0 -1 1077944384 5345 0 0 0 437 38 0 0 20 0 15 0 101081237 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057126054640 140058091031170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32565] ppid=32554 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32565/stat : 32565 (java) S 32554 32557 29919 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057125000864 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32566] ppid=32554 vsize=10661132 memory=15436 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32566/stat : 32566 (java) S 32554 32557 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101081238 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057123947760 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32567] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32567/stat : 32567 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057122896336 140058091038619 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32568] ppid=32554 vsize=10661132 memory=2340 CPUtime=0.5 cores=1,3,5,7
/proc/32557/task/32568/stat : 32568 (java) S 32554 32557 29919 0 -1 1077944384 3785 0 0 0 49 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057121843440 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32569] ppid=32554 vsize=10661132 memory=1832 CPUtime=0.56 cores=1,3,5,7
/proc/32557/task/32569/stat : 32569 (java) S 32554 32557 29919 0 -1 1077944384 2674 0 0 0 56 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057120790896 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32570] ppid=32554 vsize=10661132 memory=792 CPUtime=0.22 cores=1,3,5,7
/proc/32557/task/32570/stat : 32570 (java) S 32554 32557 29919 0 -1 1077944384 2557 0 0 0 21 1 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057119737840 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32571] ppid=32554 vsize=10661132 memory=183680 CPUtime=0 cores=1,3,5,7
/proc/32557/task/32571/stat : 32571 (java) S 32554 32557 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101081240 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057118685536 140058091030229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
[pid=32557/tid=32572] ppid=32554 vsize=10661132 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/32557/task/32572/stat : 32572 (java) S 32554 32557 29919 0 -1 1077944384 709 0 0 0 49 38 0 0 20 0 15 0 101081241 10916999168 45920 33554432000 4194304 4196468 140720312939376 140057117633584 140058091031170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22839296 140720312943772 140720312943881 140720312943881 140720312946639 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183680 KiB

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

[startup+2505.61 s]
# the end of solver process 32557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2473.1 s, system=46.9482 s

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

Child status: 143
Real time (s): 2505.61
CPU time (s): 2520.05
CPU user time (s): 2473.1
CPU system time (s): 46.9482
CPU usage (%): 100.576
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 188804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2473.1
system time used= 46.9482
maximum resident set size= 189324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191266
involuntary context switches= 2800


# summary of solver processes directly reported to runsolver:
#   pid: 32557
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2473.1
#   total CPU system time (s): 46.9482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2715 second user time and 23.6311 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-29 05:33:01
IDJOB=4299963
IDBENCH=141513
IDSOLVER=2765
FILE ID=node104/4299963-1532835181
RUNJOBID= node104-1532810215-29951
PBS_JOBID= 21022484
Free space on /tmp= 48344 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-10-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299963-1532835181/watcher-4299963-1532835181 -o /tmp/evaluation-result-4299963-1532835181/solver-4299963-1532835181 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532810215-29951 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299963-1532835181.xml --timelimit 2520

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

MD5SUM BENCH= 9b613e70bdeb54a559e13aaa64a0062e
RANDOM SEED=323419535

node104.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.11
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.11
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.11
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.11
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:        27963840 kB
MemAvailable:   31843668 kB
Buffers:          169708 kB
Cached:          3962140 kB
SwapCached:           12 kB
Active:          2062844 kB
Inactive:        2230696 kB
Active(anon):     116512 kB
Inactive(anon):    73076 kB
Active(file):    1946332 kB
Inactive(file):  2157620 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:        242948 kB
Mapped:            53480 kB
Shmem:             25060 kB
Slab:             211592 kB
SReclaimable:     183424 kB
SUnreclaim:        28168 kB
KernelStack:        3824 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1050108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 48344 MiB
End job on node104 at 2018-07-29 06:14:46