Trace number 4312269

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.049 243.035

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization 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 variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1938585838
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
8.49/3.70	c Parsing done, starting search...
252.01/243.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13337 MiB free)
  memory of node 1: 16384 MiB (10960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312269-1534568687/watcher-4312269-1534568687 -o /tmp/evaluation-result-4312269-1534568687/solver-4312269-1534568687 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8118 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938585838 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312269-1534568687.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=8149, runsolver pid=8145

[startup+0.100142 s]*
/proc/loadavg: 0.69 0.74 0.93 6/218 8177
/proc/meminfo: memFree=24845488/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14082736 memory=31952 CPUtime=0.12 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 6890 0 0 0 11 1 0 0 20 0 15 0 274431880 14420721664 7988 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3520684 7988 3152 1 0 3482761 0
[pid=8149/tid=8151] ppid=8145 vsize=14082736 memory=-8824901845028533440 CPUtime=0.09 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 4930 0 0 0 8 1 0 0 20 0 15 0 274431880 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964865571680 139964845413726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964402411168 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964401358064 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0.01 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) R 8145 8149 3449 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 274431885 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964397148144 139964861345174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 7988 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31952 KiB

[startup+0.215063 s]*
/proc/loadavg: 0.69 0.74 0.93 11/218 8177
/proc/meminfo: memFree=24814340/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14082736 memory=47764 CPUtime=0.32 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 10566 0 0 0 30 2 0 0 20 0 15 0 274431880 14420721664 11941 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3520684 11941 3366 1 0 3482761 0
[pid=8149/tid=8151] ppid=8145 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) S 8145 8149 3449 0 -1 1077944384 8273 0 0 0 19 1 0 0 20 0 15 0 274431880 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964865562016 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14082736 memory=139990481487692 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964402411168 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964401358064 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 274431885 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) R 8145 8149 3449 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 274431885 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964398201328 139964861343445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0.06 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 303 0 0 0 6 0 0 0 20 0 15 0 274431885 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 11941 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47764 KiB

[startup+0.310519 s]*
/proc/loadavg: 0.69 0.74 0.93 4/218 8177
/proc/meminfo: memFree=24808136/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14082736 memory=50892 CPUtime=0.45 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 10909 0 0 0 43 2 0 0 20 0 15 0 274431880 14420721664 12723 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3520684 12723 3369 1 0 3482761 0
[pid=8149/tid=8151] ppid=8145 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 8596 0 0 0 28 1 0 0 20 0 15 0 274431880 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964865542592 139964842896814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14082736 memory=15117744973260440 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964402411168 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431883 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964401358064 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 274431885 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 274431885 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0.08 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 312 0 0 0 8 0 0 0 20 0 15 0 274431885 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14082736 memory=139990481479296 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431886 14420721664 12723 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50892 KiB

[startup+0.700775 s]
/proc/loadavg: 0.69 0.74 0.93 5/218 8177
/proc/meminfo: memFree=24760636/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14084804 memory=91068 CPUtime=0.99 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 17616 0 0 0 95 4 0 0 20 0 15 0 274431880 14422839296 22767 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3521201 22767 3506 1 0 3483273 0
[pid=8149/tid=8151] ppid=8145 vsize=14084804 memory=1784 CPUtime=0.67 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 14921 0 0 0 64 3 0 0 20 0 15 0 274431880 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964865548512 139964845413726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14084804 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431883 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964402411168 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431883 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964401358064 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14084804 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14084804 memory=7450174591119418944 CPUtime=0.08 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 664 0 0 0 8 0 0 0 20 0 15 0 274431885 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14084804 memory=6442510787546475095 CPUtime=0.07 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 272 0 0 0 7 0 0 0 20 0 15 0 274431885 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14084804 memory=7523071198212214892 CPUtime=0.15 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 383 0 0 0 15 0 0 0 20 0 15 0 274431885 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431886 14422839296 22767 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 91068 KiB

[startup+1.50071 s]
/proc/loadavg: 0.69 0.74 0.93 9/218 8177
/proc/meminfo: memFree=24673956/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14088900 memory=181000 CPUtime=3.44 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 25543 0 0 0 336 8 0 0 20 0 15 0 274431880 14427033600 45250 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3522225 45250 3550 1 0 3484297 0
[pid=8149/tid=8151] ppid=8145 vsize=14088900 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 18164 0 0 0 142 5 0 0 20 0 15 0 274431880 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964865567232 139964483745228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14088900 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14088900 memory=-2843874019102283166 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14088900 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431881 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14088900 memory=1401637097735671167 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431881 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14088900 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 274431882 14427033600 45250 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0

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

/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 31196 0 0 0 10159 32 0 0 20 0 15 0 274431880 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964865571152 139964492406231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0.29 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 800 0 0 0 21 8 0 0 20 0 15 0 274431881 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0.29 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 478 0 0 0 21 8 0 0 20 0 15 0 274431881 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0.29 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1087 0 0 0 20 9 0 0 20 0 15 0 274431881 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0.3 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 3649 0 0 0 21 9 0 0 20 0 15 0 274431881 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14092996 memory=279980732003392 CPUtime=0.02 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 2617 0 0 0 2 0 0 0 20 0 15 0 274431882 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964402411232 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14092996 memory=2386084 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964401358080 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14092996 memory=10166 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14092996 memory=9241 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 14755 0 0 0 332 2 0 0 20 0 15 0 274431885 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14092996 memory=145 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 10755 0 0 0 333 1 0 0 20 0 15 0 274431885 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14092996 memory=279980529778845 CPUtime=1.26 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 9145 0 0 0 124 2 0 0 20 0 15 0 274431885 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14092996 memory=126 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14092996 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 856 0 0 0 1 1 0 0 20 0 15 0 274431886 14431227904 596521 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 111.16 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2386084 KiB

[startup+162.301 s]
/proc/loadavg: 1.83 1.24 1.09 4/219 8180
/proc/meminfo: memFree=20574016/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14092996 memory=2391092 CPUtime=171.24 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 80470 0 0 0 17044 80 0 0 20 0 15 0 274431880 14431227904 597773 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3523249 597773 3604 1 0 3485321 0
[pid=8149/tid=8151] ppid=8145 vsize=14092996 memory=2391092 CPUtime=161.88 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 32832 0 0 0 16156 32 0 0 20 0 15 0 274431880 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964865571136 139964481758116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14092996 memory=2390076 CPUtime=0.32 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 1014 0 0 0 23 9 0 0 20 0 15 0 274431881 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14092996 memory=2390076 CPUtime=0.31 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1324 0 0 0 22 9 0 0 20 0 15 0 274431881 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14092996 memory=2390076 CPUtime=0.32 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1374 0 0 0 22 10 0 0 20 0 15 0 274431881 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14092996 memory=2390076 CPUtime=0.31 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 3757 0 0 0 22 9 0 0 20 0 15 0 274431881 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14092996 memory=2390076 CPUtime=0.03 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 2880 0 0 0 2 1 0 0 20 0 15 0 274431882 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14092996 memory=2391092 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964402411232 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14092996 memory=2391092 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964401358080 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14092996 memory=2389348 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14092996 memory=8112282956445269571 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 14755 0 0 0 332 2 0 0 20 0 15 0 274431885 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14092996 memory=10692 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 11076 0 0 0 333 1 0 0 20 0 15 0 274431885 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14092996 memory=2391092 CPUtime=1.26 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 9145 0 0 0 124 2 0 0 20 0 15 0 274431885 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14092996 memory=2391092 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14092996 memory=2391092 CPUtime=0.04 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 881 0 0 0 2 2 0 0 20 0 15 0 274431886 14431227904 597773 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 171.24 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2391092 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 1.40 1.15 4/219 8181
/proc/meminfo: memFree=20571608/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14092996 memory=2396460 CPUtime=231.29 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 83020 0 0 0 23047 82 0 0 20 0 15 0 274431880 14431227904 599115 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3523249 599115 3604 1 0 3485321 0
[pid=8149/tid=8151] ppid=8145 vsize=14092996 memory=2396460 CPUtime=221.86 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 35142 0 0 0 22154 32 0 0 20 0 15 0 274431880 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964865571136 139964491857216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14092996 memory=2396460 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 1017 0 0 0 24 9 0 0 20 0 15 0 274431881 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14092996 memory=2393872 CPUtime=0.32 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1425 0 0 0 23 9 0 0 20 0 15 0 274431881 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14092996 memory=2393872 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1383 0 0 0 23 10 0 0 20 0 15 0 274431881 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14092996 memory=2396460 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 3865 0 0 0 23 10 0 0 20 0 15 0 274431881 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14092996 memory=2396460 CPUtime=0.03 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 2888 0 0 0 2 1 0 0 20 0 15 0 274431882 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14092996 memory=2393872 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964402411232 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964401358080 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14092996 memory=508 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14092996 memory=2396460 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 14758 0 0 0 332 2 0 0 20 0 15 0 274431885 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14092996 memory=2396460 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 11078 0 0 0 333 1 0 0 20 0 15 0 274431885 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14092996 memory=3500 CPUtime=1.26 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 9147 0 0 0 124 2 0 0 20 0 15 0 274431885 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14092996 memory=3500 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14092996 memory=6848 CPUtime=0.06 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 885 0 0 0 3 3 0 0 20 0 15 0 274431886 14431227904 599115 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 231.29 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2396460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.001 s]*
/proc/loadavg: 2.20 1.48 1.19 4/219 8182
/proc/meminfo: memFree=20566704/32770624 swapFree=67108840/67108860
[pid=8149] ppid=8145 vsize=14092996 memory=2398864 CPUtime=252.01 cores=0,2,4,6
/proc/8149/stat : 8149 (java) S 8145 8149 3449 0 -1 1077944320 85568 0 0 0 25118 83 0 0 20 0 15 0 274431880 14431227904 599716 33554432000 4194304 4196468 140723764596224 140723764578768 139964861333239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
/proc/8149/statm: 3523249 599716 3604 1 0 3485321 0
[pid=8149/tid=8151] ppid=8145 vsize=14092996 memory=7022364594140610616 CPUtime=242.57 cores=0,2,4,6
/proc/8149/task/8151/stat : 8151 (java) R 8145 8149 3449 0 -1 4202560 36212 0 0 0 24225 32 0 0 20 0 15 0 274431880 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964865571072 139964479246091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8156] ppid=8145 vsize=14092996 memory=365 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8156/stat : 8156 (java) S 8145 8149 3449 0 -1 1077944384 1846 0 0 0 24 9 0 0 20 0 15 0 274431881 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964798933520 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8157] ppid=8145 vsize=14092996 memory=139990481487692 CPUtime=0.32 cores=0,2,4,6
/proc/8149/task/8157/stat : 8157 (java) S 8145 8149 3449 0 -1 1077944384 1513 0 0 0 23 9 0 0 20 0 15 0 274431881 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964455590544 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8158] ppid=8145 vsize=14092996 memory=4206468019014099040 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8158/stat : 8158 (java) S 8145 8149 3449 0 -1 1077944384 1534 0 0 0 23 10 0 0 20 0 15 0 274431881 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964454537488 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8159] ppid=8145 vsize=14092996 memory=3472328296225127020 CPUtime=0.33 cores=0,2,4,6
/proc/8149/task/8159/stat : 8159 (java) S 8145 8149 3449 0 -1 1077944384 3992 0 0 0 23 10 0 0 20 0 15 0 274431881 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964453484944 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8162] ppid=8145 vsize=14092996 memory=749538968475929737 CPUtime=0.03 cores=0,2,4,6
/proc/8149/task/8162/stat : 8162 (java) S 8145 8149 3449 0 -1 1077944384 3141 0 0 0 2 1 0 0 20 0 15 0 274431882 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964403464944 139964861344386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8164] ppid=8145 vsize=14092996 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8164/stat : 8164 (java) S 8145 8149 3449 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964402411232 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8165] ppid=8145 vsize=14092996 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8165/stat : 8165 (java) S 8145 8149 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274431883 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964401358080 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8171] ppid=8145 vsize=14092996 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8171/stat : 8171 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964400306640 139964861351835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8173] ppid=8145 vsize=14092996 memory=0 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8173/stat : 8173 (java) S 8145 8149 3449 0 -1 1077944384 14760 0 0 0 332 2 0 0 20 0 15 0 274431885 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964399253744 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8174] ppid=8145 vsize=14092996 memory=6873730494919109728 CPUtime=3.34 cores=0,2,4,6
/proc/8149/task/8174/stat : 8174 (java) S 8145 8149 3449 0 -1 1077944384 11080 0 0 0 333 1 0 0 20 0 15 0 274431885 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964398201200 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8175] ppid=8145 vsize=14092996 memory=3977723566553554358 CPUtime=1.26 cores=0,2,4,6
/proc/8149/task/8175/stat : 8175 (java) S 8145 8149 3449 0 -1 1077944384 9149 0 0 0 124 2 0 0 20 0 15 0 274431885 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964397148144 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8176] ppid=8145 vsize=14092996 memory=3834033537023162159 CPUtime=0 cores=0,2,4,6
/proc/8149/task/8176/stat : 8176 (java) S 8145 8149 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431886 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964396095840 139964861343445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
[pid=8149/tid=8177] ppid=8145 vsize=14092996 memory=279980846903600 CPUtime=0.06 cores=0,2,4,6
/proc/8149/task/8177/stat : 8177 (java) S 8145 8149 3449 0 -1 1077944384 909 0 0 0 3 3 0 0 20 0 15 0 274431886 14431227904 599716 33554432000 4194304 4196468 140723764596224 139964327128112 139964861344386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21028864 140723764601934 140723764602126 140723764602126 140723764604879 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2398864 KiB

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

[startup+243.035 s]
# the end of solver process 8149 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.195 s, system=0.854313 s

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

Child status: 143
Real time (s): 243.035
CPU time (s): 252.049
CPU user time (s): 251.195
CPU system time (s): 0.854313
CPU usage (%): 103.709
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2398864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.195
system time used= 0.854313
maximum resident set size= 2399360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9438
involuntary context switches= 402


# summary of solver processes directly reported to runsolver:
#   pid: 8149
#   total CPU time (s): 252.049
#   total CPU user time (s): 251.195
#   total CPU system time (s): 0.854313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34905 second user time and 2.28334 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 07:04:47
IDJOB=4312269
IDBENCH=141045
IDSOLVER=2800
FILE ID=node135/4312269-1534568687
RUNJOBID= node135-1534568687-8118
PBS_JOBID= 21038636
Free space on /tmp= 54392 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312269-1534568687/watcher-4312269-1534568687 -o /tmp/evaluation-result-4312269-1534568687/solver-4312269-1534568687 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8118 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938585838 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312269-1534568687.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1938585838

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24883616 kB
MemAvailable:   31887496 kB
Buffers:          202184 kB
Cached:          7049860 kB
SwapCached:           20 kB
Active:          4137968 kB
Inactive:        3168092 kB
Active(anon):      33528 kB
Inactive(anon):    89388 kB
Active(file):    4104440 kB
Inactive(file):  3078704 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             71808 kB
Writeback:            52 kB
AnonPages:         75792 kB
Mapped:            21500 kB
Shmem:             66188 kB
Slab:             278332 kB
SReclaimable:     249196 kB
SUnreclaim:        29136 kB
KernelStack:        3184 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     368360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54320 MiB
End job on node135 at 2018-08-18 07:08:50