Trace number 4300552

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.1 2478.21

General information on the benchmark

NameEternity/
Eternity-10-10_c18.xml
MD5SUMa3eb34d1d913b6993c7392d3f708e375
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints141
Number of domains2
Minimum domain size15
Maximum domain size100
Distribution of domain sizes[{"size":15,"count":220},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":310},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":40},{"arity":5,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints40
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":40},{"type":"allDifferent","count":1}]
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.08/2478.20	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 (9271 MiB free)
  memory of node 1: 16384 MiB (15793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300552-1532875707/watcher-4300552-1532875707 -o /tmp/evaluation-result-4300552-1532875707/solver-4300552-1532875707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300552-1532875707.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
Current StackSize limit: 8192 KiB

solver pid=9214, runsolver pid=9211

[startup+0.100135 s]*
/proc/loadavg: 1.30 1.33 1.37 4/216 9229
/proc/meminfo: memFree=25649212/32770624 swapFree=67028744/67108860
[pid=9214] ppid=9211 vsize=10661052 memory=28384 CPUtime=0.13 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 4983 0 0 0 12 1 0 0 20 0 15 0 105133870 10916917248 7096 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665263 7096 2842 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661052 memory=-8679948799044318400 CPUtime=0.08 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 2861 0 0 0 8 0 0 0 20 0 15 0 105133871 10916917248 7096 33554432000 4194304 4196468 140726298348192 139671278036096 139671257851237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 7096 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 7096 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 7096 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 7096 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) R 9211 9214 5719 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) R 9211 9214 5719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670626875376 139671253680402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0.02 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) R 9211 9214 5719 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670625823088 139671266044734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 7096 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28384 KiB

[startup+0.212968 s]*
/proc/loadavg: 1.30 1.33 1.37 6/216 9229
/proc/meminfo: memFree=25637932/32770624 swapFree=67028744/67108860
[pid=9214] ppid=9211 vsize=10661052 memory=40856 CPUtime=0.35 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 7812 0 0 0 33 2 0 0 20 0 15 0 105133870 10916917248 10214 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665263 10214 3017 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 4634 0 0 0 19 1 0 0 20 0 15 0 105133871 10916917248 10214 33554432000 4194304 4196468 140726298348192 139671278043408 139671273829533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661052 memory=342 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 10214 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661052 memory=140652969593664 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 10214 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 10214 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916917248 10214 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) R 9211 9214 5719 0 -1 1077944384 757 0 0 0 3 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) R 9211 9214 5719 0 -1 4202560 219 0 0 0 2 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670626866856 139671259833223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0.08 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) R 9211 9214 5719 0 -1 4202560 839 0 0 0 8 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670625820264 139671252763833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661052 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133876 10916917248 10214 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40856 KiB

[startup+0.321461 s]*
/proc/loadavg: 1.30 1.33 1.37 6/216 9229
/proc/meminfo: memFree=25629232/32770624 swapFree=67028744/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=50736 CPUtime=0.66 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 8760 0 0 0 63 3 0 0 20 0 15 0 105133870 10916995072 12684 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 12684 3070 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=7022364594140610616 CPUtime=0.31 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 4951 0 0 0 29 2 0 0 20 0 15 0 105133871 10916995072 12684 33554432000 4194304 4196468 140726298348192 139671278043920 139671259045104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 12684 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=140652970211704 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 12684 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 12684 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 12684 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) R 9211 9214 5719 0 -1 4202560 960 0 0 0 8 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670627914272 139671258917644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) R 9211 9214 5719 0 -1 4202560 507 0 0 0 9 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670626863856 139671258201465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=140652969584256 CPUtime=0.16 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) R 9211 9214 5719 0 -1 1077944384 973 0 0 0 16 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=140652969584256 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 12684 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 50736 KiB

[startup+0.706461 s]
/proc/loadavg: 1.30 1.33 1.37 6/216 9229
/proc/meminfo: memFree=25573568/32770624 swapFree=67028744/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=158844 CPUtime=1.92 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 11246 0 0 0 187 5 0 0 20 0 15 0 105133870 10916995072 39711 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 39711 3123 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=180256757528420 CPUtime=0.68 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 5200 0 0 0 65 3 0 0 20 0 15 0 105133871 10916995072 39711 33554432000 4194304 4196468 140726298348192 139671278047504 139670880844282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=446000 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 39711 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 39711 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 39711 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 39711 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 39711 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 39711 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 39711 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 39711 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) R 9211 9214 5719 0 -1 4202560 1847 0 0 0 42 0 0 0 20 0 15 0 105133876 10916995072 39711 33554432000 4194304 4196468 140726298348192 139670627914232 139671252223860 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) R 9211 9214 5719 0 -1 4202560 1460 0 0 0 46 0 0 0 20 0 15 0 105133876 10916995072 39760 33554432000 4194304 4196468 140726298348192 139670626861672 139671258924720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 5719 0 -1 1077944384 1367 0 0 0 33 0 0 0 20 0 15 0 105133876 10916995072 39760 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 39760 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 39760 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 158844 KiB

[startup+1.5007 s]
/proc/loadavg: 1.30 1.33 1.37 5/216 9229
/proc/meminfo: memFree=25486136/32770624 swapFree=67028744/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=329544 CPUtime=3.4 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 13092 0 0 0 329 11 0 0 20 0 15 0 105133870 10916995072 82386 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 82386 3147 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=9169 CPUtime=1.45 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 5273 0 0 0 140 5 0 0 20 0 15 0 105133871 10916995072 82386 33554432000 4194304 4196468 140726298348192 139671278047072 139670881174528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 82386 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 82386 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 82386 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105133871 10916995072 82386 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 82386 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0

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

/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 41426 0 0 0 229572 55 0 0 20 0 15 0 105133871 10916995072 354108 33554432000 4194304 4196468 140726298348192 139671278047264 139670881175886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=1414384 CPUtime=12.64 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 16304 0 0 0 1186 78 0 0 20 0 15 0 105133871 10916995072 354108 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=281305730242784 CPUtime=12.66 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 16150 0 0 0 1199 67 0 0 20 0 15 0 105133871 10916995072 354108 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=1414384 CPUtime=12.7 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 16291 0 0 0 1202 68 0 0 20 0 15 0 105133871 10916995072 354108 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=1414384 CPUtime=12.66 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 13515 0 0 0 1184 82 0 0 20 0 15 0 105133871 10916995072 354108 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=1414384 CPUtime=10.74 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 16357 0 0 0 1006 68 0 0 20 0 15 0 105133873 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=1414384 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=1414384 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=1416432 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=1410288 CPUtime=0.87 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 5719 0 -1 1077944384 5288 0 0 0 86 1 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=1416432 CPUtime=0.8 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 5719 0 -1 1077944384 3028 0 0 0 78 2 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670626875376 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=1414384 CPUtime=0.39 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 5719 0 -1 1077944384 1921 0 0 0 38 1 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=288230621803970871 CPUtime=1.38 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1282 0 0 0 60 78 0 0 20 0 15 0 105133876 10916995072 354108 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 2361.22 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1416432 KiB

[startup+2382.3 s]
/proc/loadavg: 1.19 1.25 1.29 3/215 9479
/proc/meminfo: memFree=22782228/32770624 swapFree=67028772/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=1420528 CPUtime=2422.34 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 135803 0 0 0 241811 423 0 0 20 0 15 0 105133870 10916995072 355132 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 355132 3158 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=281304453959527 CPUtime=2355.64 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 42252 0 0 0 235507 57 0 0 20 0 15 0 105133871 10916995072 355132 33554432000 4194304 4196468 140726298348192 139671278047264 139670881174542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=1418480 CPUtime=13.02 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 16660 0 0 0 1223 79 0 0 20 0 15 0 105133871 10916995072 355132 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=1420528 CPUtime=13.04 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 16850 0 0 0 1235 69 0 0 20 0 15 0 105133871 10916995072 355132 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=164 CPUtime=13.08 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 16627 0 0 0 1239 69 0 0 20 0 15 0 105133871 10916995072 355132 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=7378420574212809299 CPUtime=13.03 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 13949 0 0 0 1220 83 0 0 20 0 15 0 105133871 10916995072 355132 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=55 CPUtime=10.95 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 16552 0 0 0 1025 70 0 0 20 0 15 0 105133873 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=1420528 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=1420528 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=1420528 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=1418480 CPUtime=0.87 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 5719 0 -1 1077944384 5290 0 0 0 86 1 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=1418480 CPUtime=0.8 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 5719 0 -1 1077944384 3030 0 0 0 78 2 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670626875376 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=1420528 CPUtime=0.39 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 5719 0 -1 1077944384 1923 0 0 0 38 1 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=3472464551045836464 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=1420528 CPUtime=1.42 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1310 0 0 0 62 80 0 0 20 0 15 0 105133876 10916995072 355132 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 2422.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1420528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.78 1.39 1.34 3/215 9480
/proc/meminfo: memFree=22762268/32770624 swapFree=67028772/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=1426672 CPUtime=2483.47 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 138078 0 0 0 247917 430 0 0 20 0 15 0 105133870 10916995072 356668 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 356668 3158 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=1426672 CPUtime=2414.96 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 42939 0 0 0 241438 58 0 0 20 0 15 0 105133871 10916995072 356668 33554432000 4194304 4196468 140726298348192 139671278047264 139670881262789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=1424624 CPUtime=13.42 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 16977 0 0 0 1261 81 0 0 20 0 15 0 105133871 10916995072 356668 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=1426672 CPUtime=13.42 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 16951 0 0 0 1272 70 0 0 20 0 15 0 105133871 10916995072 356668 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=1424624 CPUtime=13.49 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 17405 0 0 0 1278 71 0 0 20 0 15 0 105133871 10916995072 356668 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=1426672 CPUtime=13.42 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 14152 0 0 0 1258 84 0 0 20 0 15 0 105133871 10916995072 356668 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=1426672 CPUtime=11.18 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 16717 0 0 0 1047 71 0 0 20 0 15 0 105133873 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=1426672 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=1426672 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=26800 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=1426672 CPUtime=0.87 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 5719 0 -1 1077944384 5293 0 0 0 86 1 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=8112282956445269571 CPUtime=0.81 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 5719 0 -1 1077944384 3032 0 0 0 79 2 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670626875376 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=3700 CPUtime=0.39 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 5719 0 -1 1077944384 1925 0 0 0 38 1 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=1426672 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=1426672 CPUtime=1.46 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1327 0 0 0 63 83 0 0 20 0 15 0 105133876 10916995072 356668 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 2483.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1426672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.2 s]
/proc/loadavg: 1.92 1.48 1.37 3/215 9481
/proc/meminfo: memFree=22749636/32770624 swapFree=67028772/67108860
[pid=9214] ppid=9211 vsize=10661128 memory=1430768 CPUtime=2520.08 cores=1,3,5,7
/proc/9214/stat : 9214 (java) S 9211 9214 5719 0 -1 1077944320 139891 0 0 0 251572 436 0 0 20 0 15 0 105133870 10916995072 357692 33554432000 4194304 4196468 140726298348192 140726298330736 139671273807607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
/proc/9214/statm: 2665282 357692 3158 1 0 2627263 0
[pid=9214/tid=9216] ppid=9211 vsize=10661128 memory=1008 CPUtime=2450.45 cores=1,3,5,7
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 5719 0 -1 4202560 43401 0 0 0 244987 58 0 0 20 0 15 0 105133871 10916995072 357692 33554432000 4194304 4196468 140726298348192 139671278047264 139670881045081 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9217] ppid=9211 vsize=10661128 memory=15316 CPUtime=13.65 cores=1,3,5,7
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 5719 0 -1 1077944384 17203 0 0 0 1284 81 0 0 20 0 15 0 105133871 10916995072 357692 33554432000 4194304 4196468 140726298348192 139671199881616 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9218] ppid=9211 vsize=10661128 memory=3604 CPUtime=13.66 cores=1,3,5,7
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 5719 0 -1 1077944384 17570 0 0 0 1296 70 0 0 20 0 15 0 105133871 10916995072 357692 33554432000 4194304 4196468 140726298348192 139671198828816 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9219] ppid=9211 vsize=10661128 memory=3200 CPUtime=13.72 cores=1,3,5,7
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 5719 0 -1 1077944384 17505 0 0 0 1301 71 0 0 20 0 15 0 105133871 10916995072 357692 33554432000 4194304 4196468 140726298348192 139671197776528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9220] ppid=9211 vsize=10661128 memory=1430768 CPUtime=13.65 cores=1,3,5,7
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 5719 0 -1 1077944384 14373 0 0 0 1280 85 0 0 20 0 15 0 105133871 10916995072 357692 33554432000 4194304 4196468 140726298348192 139671196723728 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9221] ppid=9211 vsize=10661128 memory=1408 CPUtime=11.31 cores=1,3,5,7
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 5719 0 -1 1077944384 16882 0 0 0 1059 72 0 0 20 0 15 0 105133873 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670632139376 139671273818754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9222] ppid=9211 vsize=10661128 memory=3268 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670631085344 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9223] ppid=9211 vsize=10661128 memory=2622716 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105133873 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670630033008 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9224] ppid=9211 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670628981328 139671273826203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9225] ppid=9211 vsize=10661128 memory=4872558044660077418 CPUtime=0.87 cores=1,3,5,7
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 5719 0 -1 1077944384 5295 0 0 0 86 1 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670627928176 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9226] ppid=9211 vsize=10661128 memory=1664 CPUtime=0.81 cores=1,3,5,7
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 5719 0 -1 1077944384 3034 0 0 0 79 2 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670626875376 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9227] ppid=9211 vsize=10661128 memory=1828 CPUtime=0.39 cores=1,3,5,7
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 5719 0 -1 1077944384 1927 0 0 0 38 1 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670625823088 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9228] ppid=9211 vsize=10661128 memory=1430768 CPUtime=0 cores=1,3,5,7
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670624770528 139671273817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
[pid=9214/tid=9229] ppid=9211 vsize=10661128 memory=1430768 CPUtime=1.48 cores=1,3,5,7
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 5719 0 -1 1077944384 1341 0 0 0 64 84 0 0 20 0 15 0 105133876 10916995072 357692 33554432000 4194304 4196468 140726298348192 139670623718320 139671273818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37339136 140726298350765 140726298350857 140726298350857 140726298353615 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1430768 KiB

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

[startup+2478.21 s]
# the end of solver process 9214 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.74 s, system=4.36741 s

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

Child status: 143
Real time (s): 2478.21
CPU time (s): 2520.1
CPU user time (s): 2515.74
CPU system time (s): 4.36741
CPU usage (%): 101.69
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 1430768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.74
system time used= 4.36741
maximum resident set size= 1431268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 341176
involuntary context switches= 5111


# summary of solver processes directly reported to runsolver:
#   pid: 9214
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.74
#   total CPU system time (s): 4.36741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.851 second user time and 23.8876 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 16:48:27
IDJOB=4300552
IDBENCH=141658
IDSOLVER=2766
FILE ID=node102/4300552-1532875707
RUNJOBID= node102-1532847434-5751
PBS_JOBID= 21022508
Free space on /tmp= 52980 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Eternity/Eternity-10-10_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300552-1532875707/watcher-4300552-1532875707 -o /tmp/evaluation-result-4300552-1532875707/solver-4300552-1532875707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300552-1532875707.xml

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

MD5SUM BENCH= a3eb34d1d913b6993c7392d3f708e375
RANDOM SEED=1132962271

node102.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.51
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.51
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.51
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.51
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:        25666456 kB
MemAvailable:   30798188 kB
Buffers:          228348 kB
Cached:          5147720 kB
SwapCached:        53108 kB
Active:          2289132 kB
Inactive:        4290072 kB
Active(anon):    1128824 kB
Inactive(anon):    99168 kB
Active(file):    1160308 kB
Inactive(file):  4190904 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028744 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       1119492 kB
Mapped:            49540 kB
Shmem:             22508 kB
Slab:             222080 kB
SReclaimable:     192708 kB
SUnreclaim:        29372 kB
KernelStack:        3824 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1966828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 17:29:45