Trace number 4308087

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
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.05 2509.81

General information on the benchmark

NameLangford/
LangfordBin-14_c18.xml
MD5SUM907d87f313d4aa93f4a53d5ea17b135a
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 variables56
Number of constraints42
Number of domains2
Minimum domain size14
Maximum domain size28
Distribution of domain sizes[{"size":14,"count":28},{"size":28,"count":28}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":28}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":14},{"arity":29,"count":28}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"element","count":28}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 727934395
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.52/1.01	c Parsing done, starting search...
2520.03/2509.80	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 (11636 MiB free)
  memory of node 1: 16384 MiB (9819 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308087-1534291307/watcher-4308087-1534291307 -o /tmp/evaluation-result-4308087-1534291307/solver-4308087-1534291307 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 727934395 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308087-1534291307.xml 

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

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


[startup+0.100959 s]*
/proc/loadavg: 1.28 1.34 1.39 3/221 2315
/proc/meminfo: memFree=21952584/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14082736 memory=31196 CPUtime=0.12 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 6698 0 0 0 11 1 0 0 20 0 15 0 246693939 14420721664 7799 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3520684 7799 3150 1 0 3482761 0
[pid=2300/tid=2302] ppid=2297 vsize=14082736 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 4752 0 0 0 8 1 0 0 20 0 15 0 246693939 14420721664 7799 33554432000 4194304 4196468 140726581517680 139810476053688 139810455922014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 7799 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 7799 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 7799 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 7799 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809652418080 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809651365232 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0.01 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 7799 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31196 KiB

[startup+0.212914 s]*
/proc/loadavg: 1.28 1.34 1.39 6/221 2315
/proc/meminfo: memFree=21920828/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14082736 memory=46984 CPUtime=0.3 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 10379 0 0 0 28 2 0 0 20 0 15 0 246693939 14420721664 11746 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3520684 11746 3364 1 0 3482761 0
[pid=2300/tid=2302] ppid=2297 vsize=14082736 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 8092 0 0 0 18 1 0 0 20 0 15 0 246693939 14420721664 11746 33554432000 4194304 4196468 140726581517680 139810476059184 139810061965728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14082736 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 11746 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14082736 memory=140687744425376 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 11746 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 11746 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 11746 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809652418080 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809651365232 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) R 2297 2300 30369 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809649261008 139810471851733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) R 2297 2300 30369 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809648208112 139810453017429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0.05 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) R 2297 2300 30369 0 -1 4202560 304 0 0 0 5 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809647150352 139810471853462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 11746 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46984 KiB

[startup+0.310849 s]*
/proc/loadavg: 1.28 1.34 1.39 5/221 2315
/proc/meminfo: memFree=21922540/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14082736 memory=50256 CPUtime=0.44 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 10785 0 0 0 42 2 0 0 20 0 15 0 246693939 14420721664 12564 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3520684 12564 3367 1 0 3482761 0
[pid=2300/tid=2302] ppid=2297 vsize=14082736 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 8453 0 0 0 28 2 0 0 20 0 15 0 246693939 14420721664 12614 33554432000 4194304 4196468 140726581517680 139810476040928 139810455922014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 12614 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14082736 memory=140687626569167 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 12614 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 12614 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14082736 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693940 14420721664 12614 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14082736 memory=140687743583872 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14082736 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809652418080 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14082736 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246693942 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809651365232 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14082736 memory=281375253147552 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14082736 memory=140687626576143 CPUtime=0.02 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14082736 memory=281375370169184 CPUtime=0.07 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 324 0 0 0 7 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14082736 memory=140687626580751 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14082736 memory=140687743583883 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246693945 14420721664 12614 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50256 KiB

[startup+0.700757 s]
/proc/loadavg: 1.28 1.34 1.39 3/221 2315
/proc/meminfo: memFree=21908392/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14084804 memory=88848 CPUtime=0.99 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 17616 0 0 0 95 4 0 0 20 0 15 0 246693939 14422839296 22212 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3521201 22212 3502 1 0 3483273 0
[pid=2300/tid=2302] ppid=2297 vsize=14084804 memory=150596116028514 CPUtime=0.67 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 14892 0 0 0 64 3 0 0 20 0 15 0 246693939 14422839296 22212 33554432000 4194304 4196468 140726581517680 139810476056432 139810455922014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14084804 memory=1375625 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14422839296 22212 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14422839296 22212 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14422839296 22212 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14084804 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693940 14422839296 22212 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246693942 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246693942 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809652418080 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246693942 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809651365232 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 664 0 0 0 8 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 259 0 0 0 6 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 418 0 0 0 15 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246693945 14422839296 22212 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88848 KiB

[startup+1.50095 s]
/proc/loadavg: 1.28 1.34 1.39 3/221 2315
/proc/meminfo: memFree=21875588/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14088900 memory=136840 CPUtime=3 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 25366 0 0 0 292 8 0 0 20 0 15 0 246693939 14427033600 34210 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3522225 34210 3524 1 0 3484297 0
[pid=2300/tid=2302] ppid=2297 vsize=14088900 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 17980 0 0 0 142 5 0 0 20 0 15 0 246693939 14427033600 34210 33554432000 4194304 4196468 140726581517680 139810476076760 139810064889714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14088900 memory=150596116297394 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14427033600 34210 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14088900 memory=1375625 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14427033600 34210 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246693940 14427033600 34210 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693940 14427033600 34210 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14088900 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 34210 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0

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

/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 32555 0 0 0 237319 18 0 0 20 0 15 0 246693939 14427033600 58072 33554432000 4194304 4196468 140726581517680 139810476079584 139810065048678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14088900 memory=281375253572272 CPUtime=3.2 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 2798 0 0 0 295 25 0 0 20 0 15 0 246693940 14427033600 58072 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14088900 memory=232288 CPUtime=3.18 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 2327 0 0 0 290 28 0 0 20 0 15 0 246693940 14427033600 58072 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14088900 memory=232288 CPUtime=3.19 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 2844 0 0 0 291 28 0 0 20 0 15 0 246693940 14427033600 58072 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14088900 memory=232288 CPUtime=3.17 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 2026 0 0 0 293 24 0 0 20 0 15 0 246693940 14427033600 58072 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14088900 memory=232288 CPUtime=3.48 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 4327 0 0 0 323 25 0 0 20 0 15 0 246693942 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14088900 memory=232288 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809652418144 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14088900 memory=232288 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809651365248 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14088900 memory=232288 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14088900 memory=3360 CPUtime=0.72 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 3322 0 0 0 71 1 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14088900 memory=232288 CPUtime=0.7 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 2824 0 0 0 70 0 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14088900 memory=67112 CPUtime=0.4 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 3764 0 0 0 39 1 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14088900 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14088900 memory=1220 CPUtime=0.56 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 1441 0 0 0 21 35 0 0 20 0 15 0 246693945 14427033600 58072 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 2392.04 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 232288 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.44 1.44 3/221 2712
/proc/meminfo: memFree=23805760/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14088900 memory=234336 CPUtime=2452.27 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 59927 0 0 0 245085 142 0 0 20 0 15 0 246693939 14427033600 58584 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3522225 58584 3568 1 0 3484297 0
[pid=2300/tid=2302] ppid=2297 vsize=14088900 memory=234336 CPUtime=2433.12 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 32712 0 0 0 243294 18 0 0 20 0 15 0 246693939 14427033600 58584 33554432000 4194304 4196468 140726581517680 139810476079584 139810457051993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.29 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 2824 0 0 0 304 25 0 0 20 0 15 0 246693940 14427033600 58584 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.27 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 2335 0 0 0 299 28 0 0 20 0 15 0 246693940 14427033600 58584 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.27 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 2848 0 0 0 299 28 0 0 20 0 15 0 246693940 14427033600 58584 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.26 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 2044 0 0 0 302 24 0 0 20 0 15 0 246693940 14427033600 58584 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.57 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 4331 0 0 0 331 26 0 0 20 0 15 0 246693942 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14088900 memory=234336 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809652418144 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14088900 memory=281375254607840 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809651365248 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14088900 memory=37136 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14088900 memory=234336 CPUtime=0.72 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 3322 0 0 0 71 1 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14088900 memory=234336 CPUtime=0.7 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 2824 0 0 0 70 0 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14088900 memory=234336 CPUtime=0.4 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 3764 0 0 0 39 1 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14088900 memory=234336 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14088900 memory=234336 CPUtime=0.58 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 1445 0 0 0 22 36 0 0 20 0 15 0 246693945 14427033600 58584 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 2452.27 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 234336 KiB

[startup+2502.3 s]
/proc/loadavg: 1.27 1.41 1.43 3/221 2714
/proc/meminfo: memFree=23804288/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14088900 memory=236440 CPUtime=2512.49 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 60396 0 0 0 251103 146 0 0 20 0 15 0 246693939 14427033600 59110 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3522225 59110 3568 1 0 3484297 0
[pid=2300/tid=2302] ppid=2297 vsize=14088900 memory=236440 CPUtime=2492.85 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 33037 0 0 0 249267 18 0 0 20 0 15 0 246693939 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810476079680 139810456413963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.39 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 2839 0 0 0 313 26 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.36 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 2344 0 0 0 307 29 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14088900 memory=234336 CPUtime=3.37 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 2862 0 0 0 308 29 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14088900 memory=236440 CPUtime=3.36 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 2118 0 0 0 311 25 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14088900 memory=236440 CPUtime=3.66 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 4351 0 0 0 339 27 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14088900 memory=236440 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809652418144 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14088900 memory=236440 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809651365248 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14088900 memory=236440 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14088900 memory=236440 CPUtime=0.72 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 3324 0 0 0 71 1 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14088900 memory=236440 CPUtime=0.7 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 2826 0 0 0 70 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14088900 memory=236440 CPUtime=0.4 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 3766 0 0 0 39 1 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14088900 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14088900 memory=236440 CPUtime=0.59 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 1451 0 0 0 23 36 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 2512.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 236440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.8 s]
/proc/loadavg: 1.33 1.42 1.43 3/221 2714
/proc/meminfo: memFree=23804348/32770624 swapFree=67108688/67108860
[pid=2300] ppid=2297 vsize=14088900 memory=236440 CPUtime=2520.03 cores=1,3,5,7
/proc/2300/stat : 2300 (java) S 2297 2300 30369 0 -1 1077944320 60422 0 0 0 251856 147 0 0 20 0 15 0 246693939 14427033600 59110 33554432000 4194304 4196468 140726581517680 140726581500224 139810471841527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
/proc/2300/statm: 3522225 59110 3568 1 0 3484297 0
[pid=2300/tid=2302] ppid=2297 vsize=14088900 memory=872 CPUtime=2500.32 cores=1,3,5,7
/proc/2300/task/2302/stat : 2302 (java) R 2297 2300 30369 0 -1 4202560 33056 0 0 0 250014 18 0 0 20 0 15 0 246693939 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810476079584 139810060969076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2303] ppid=2297 vsize=14088900 memory=4216 CPUtime=3.4 cores=1,3,5,7
/proc/2300/task/2303/stat : 2303 (java) S 2297 2300 30369 0 -1 1077944384 2839 0 0 0 314 26 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810386909840 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2304] ppid=2297 vsize=14088900 memory=37136 CPUtime=3.37 cores=1,3,5,7
/proc/2300/task/2304/stat : 2304 (java) S 2297 2300 30369 0 -1 1077944384 2345 0 0 0 308 29 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810385857040 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2305] ppid=2297 vsize=14088900 memory=3360 CPUtime=3.38 cores=1,3,5,7
/proc/2300/task/2305/stat : 2305 (java) S 2297 2300 30369 0 -1 1077944384 2863 0 0 0 309 29 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810384804240 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2306] ppid=2297 vsize=14088900 memory=496 CPUtime=3.37 cores=1,3,5,7
/proc/2300/task/2306/stat : 2306 (java) S 2297 2300 30369 0 -1 1077944384 2119 0 0 0 312 25 0 0 20 0 15 0 246693940 14427033600 59110 33554432000 4194304 4196468 140726581517680 139810383751440 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2307] ppid=2297 vsize=14088900 memory=1624 CPUtime=3.67 cores=1,3,5,7
/proc/2300/task/2307/stat : 2307 (java) S 2297 2300 30369 0 -1 1077944384 4353 0 0 0 340 27 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809653472112 139810471852674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2308] ppid=2297 vsize=14088900 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2308/stat : 2308 (java) S 2297 2300 30369 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809652418144 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2309] ppid=2297 vsize=14088900 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2309/stat : 2309 (java) S 2297 2300 30369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 246693942 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809651365248 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2310] ppid=2297 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2310/stat : 2310 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809650313552 139810471860123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2311] ppid=2297 vsize=14088900 memory=15784 CPUtime=0.72 cores=1,3,5,7
/proc/2300/task/2311/stat : 2311 (java) S 2297 2300 30369 0 -1 1077944384 3324 0 0 0 71 1 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809649260912 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2312] ppid=2297 vsize=14088900 memory=1172 CPUtime=0.7 cores=1,3,5,7
/proc/2300/task/2312/stat : 2312 (java) S 2297 2300 30369 0 -1 1077944384 2826 0 0 0 70 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809648208112 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2313] ppid=2297 vsize=14088900 memory=3980 CPUtime=0.4 cores=1,3,5,7
/proc/2300/task/2313/stat : 2313 (java) S 2297 2300 30369 0 -1 1077944384 3766 0 0 0 39 1 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809647155312 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2314] ppid=2297 vsize=14088900 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/2300/task/2314/stat : 2314 (java) S 2297 2300 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809646102752 139810471851733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
[pid=2300/tid=2315] ppid=2297 vsize=14088900 memory=3204 CPUtime=0.59 cores=1,3,5,7
/proc/2300/task/2315/stat : 2315 (java) S 2297 2300 30369 0 -1 1077944384 1453 0 0 0 23 36 0 0 20 0 15 0 246693945 14427033600 59110 33554432000 4194304 4196468 140726581517680 139809645051056 139810471852674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29626368 140726581519433 140726581519625 140726581519625 140726581522383 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 236440 KiB

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

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

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

Child status: 143
Real time (s): 2509.81
CPU time (s): 2520.05
CPU user time (s): 2518.57
CPU system time (s): 1.47338
CPU usage (%): 100.408
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 236440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.57
system time used= 1.47338
maximum resident set size= 236848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60615
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= 155773
involuntary context switches= 6213


# summary of solver processes directly reported to runsolver:
#   pid: 2300
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.57
#   total CPU system time (s): 1.47338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9565 second user time and 22.5501 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 02:01:47
IDJOB=4308087
IDBENCH=141340
IDSOLVER=2791
FILE ID=node134/4308087-1534291307
RUNJOBID= node134-1534271267-32166
PBS_JOBID= 21038123
Free space on /tmp= 43368 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-14_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308087-1534291307/watcher-4308087-1534291307 -o /tmp/evaluation-result-4308087-1534291307/solver-4308087-1534291307 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 727934395 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308087-1534291307.xml

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

MD5SUM BENCH= 907d87f313d4aa93f4a53d5ea17b135a
RANDOM SEED=727934395

node134.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.68
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.68
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.68
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.68
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:        21971580 kB
MemAvailable:   29290552 kB
Buffers:          184932 kB
Cached:          7340644 kB
SwapCached:           32 kB
Active:          6552200 kB
Inactive:        3635636 kB
Active(anon):    2611840 kB
Inactive(anon):   103248 kB
Active(file):    3940360 kB
Inactive(file):  3532388 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35960 kB
Writeback:             0 kB
AnonPages:       2670144 kB
Mapped:            68412 kB
Shmem:             49652 kB
Slab:             303388 kB
SReclaimable:     274684 kB
SUnreclaim:        28704 kB
KernelStack:        3616 kB
PageTables:        10776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3726904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2531328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43332 MiB
End job on node134 at 2018-08-15 02:43:37