Trace number 4312267

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.112 240.822

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark251.971
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-17
0.66/0.56	c seed: 1541612184
0.66/0.57	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
11.16/4.42	c Parsing done, starting search...
252.08/240.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 (11369 MiB free)
  memory of node 1: 16384 MiB (9072 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312267-1534568859/watcher-4312267-1534568859 -o /tmp/evaluation-result-4312267-1534568859/solver-4312267-1534568859 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1541612184 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312267-1534568859.xml 

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

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=6133, runsolver pid=6130

[startup+0.100096 s]*
/proc/loadavg: 1.54 1.34 1.33 3/215 6148
/proc/meminfo: memFree=20916596/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14082736 memory=30216 CPUtime=0.12 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 6489 0 0 0 11 1 0 0 20 0 15 0 274449095 14420721664 7554 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3520684 7554 3149 1 0 3482761 0
[pid=6133/tid=6135] ppid=6130 vsize=14082736 memory=-8537805069660026048 CPUtime=0.09 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 1077944384 4499 0 0 0 8 1 0 0 20 0 15 0 274449095 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035634747056 140035630544597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449097 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035103852192 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035102799088 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0.01 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 15 0 274449100 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449101 14420721664 7554 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30216 KiB

[startup+0.210457 s]*
/proc/loadavg: 1.54 1.34 1.33 5/215 6148
/proc/meminfo: memFree=20900596/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14082736 memory=46036 CPUtime=0.28 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 10170 0 0 0 26 2 0 0 20 0 15 0 274449095 14420721664 11509 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3520684 11509 3332 1 0 3482761 0
[pid=6133/tid=6135] ppid=6130 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 7838 0 0 0 18 2 0 0 20 0 15 0 274449095 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035634760928 140035630556317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14082736 memory=139751288169424 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274449097 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035103852192 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035102799088 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) R 6130 6133 2226 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 15 0 274449100 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) R 6130 6133 2226 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 15 0 274449100 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035099642224 140035622823845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0.05 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) R 6130 6133 2226 0 -1 4202560 390 0 0 0 5 0 0 0 20 0 15 0 274449100 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035098589168 140035623631304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449101 14420721664 11574 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46036 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.54 1.34 1.33 3/215 6148
/proc/meminfo: memFree=20896688/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14082736 memory=49984 CPUtime=0.43 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 10649 0 0 0 41 2 0 0 20 0 15 0 274449095 14420721664 12496 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3520684 12496 3410 1 0 3482761 0
[pid=6133/tid=6135] ppid=6130 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 8172 0 0 0 28 2 0 0 20 0 15 0 274449095 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035634742224 140035615700035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14082736 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14082736 memory=139751288168918 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449096 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274449097 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035103852192 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274449098 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035102799088 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 15 0 274449100 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 137 0 0 0 2 0 0 0 20 0 15 0 274449100 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0.08 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 440 0 0 0 8 0 0 0 20 0 15 0 274449100 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14082736 memory=139751288149632 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449101 14420721664 12496 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49984 KiB

[startup+0.700686 s]
/proc/loadavg: 1.54 1.34 1.33 3/215 6148
/proc/meminfo: memFree=20873744/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14084804 memory=88148 CPUtime=0.98 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 17407 0 0 0 94 4 0 0 20 0 15 0 274449095 14422839296 22037 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3521201 22037 3499 1 0 3483273 0
[pid=6133/tid=6135] ppid=6130 vsize=14084804 memory=1764 CPUtime=0.67 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 14479 0 0 0 64 3 0 0 20 0 15 0 274449095 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035634758496 140035598125277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14084804 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14084804 memory=756 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14084804 memory=9168 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14084804 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449096 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274449097 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14084804 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274449098 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035103852192 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274449098 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035102799088 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14084804 memory=3920 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14084804 memory=7302135314614015848 CPUtime=0.07 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 15 0 274449100 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14084804 memory=7885332796437780070 CPUtime=0.07 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 295 0 0 0 7 0 0 0 20 0 15 0 274449100 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14084804 memory=4641048821391970386 CPUtime=0.15 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 559 0 0 0 15 0 0 0 20 0 15 0 274449100 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449101 14422839296 22037 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88148 KiB

[startup+1.50066 s]
/proc/loadavg: 1.54 1.34 1.33 5/215 6148
/proc/meminfo: memFree=20830252/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14086852 memory=192388 CPUtime=3.53 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 24719 0 0 0 345 8 0 0 20 0 15 0 274449095 14424936448 48097 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3521713 48097 3556 1 0 3483785 0
[pid=6133/tid=6135] ppid=6130 vsize=14086852 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 17614 0 0 0 141 5 0 0 20 0 15 0 274449095 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035634768304 140035630546326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14086852 memory=-8253362664378450063 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14086852 memory=7245577299922993209 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14086852 memory=-8412656559033194355 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274449096 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14086852 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274449096 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 274449097 14424936448 48097 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0

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

/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 27701 0 0 0 10124 21 0 0 20 0 15 0 274449095 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035634772208 140035280632479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14092996 memory=1533720 CPUtime=0.69 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 2964 0 0 0 58 11 0 0 20 0 15 0 274449096 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14092996 memory=2321 CPUtime=0.67 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1252 0 0 0 56 11 0 0 20 0 15 0 274449096 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14092996 memory=3684 CPUtime=0.67 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1365 0 0 0 57 10 0 0 20 0 15 0 274449096 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14092996 memory=6848 CPUtime=0.68 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 3122 0 0 0 58 10 0 0 20 0 15 0 274449096 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14092996 memory=3684 CPUtime=0.1 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 6026 0 0 0 10 0 0 0 20 0 15 0 274449097 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14092996 memory=139751190275713 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035103852256 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14092996 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035102799104 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14092996 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14092996 memory=3920 CPUtime=4.03 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 9545 0 0 0 402 1 0 0 20 0 15 0 274449100 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14092996 memory=8112282956445269571 CPUtime=3.69 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 5467 0 0 0 368 1 0 0 20 0 15 0 274449100 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14092996 memory=1616 CPUtime=1.32 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 6703 0 0 0 130 2 0 0 20 0 15 0 274449100 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14092996 memory=496 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14092996 memory=1272752 CPUtime=0.02 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 709 0 0 0 1 1 0 0 20 0 15 0 274449101 14431227904 383430 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 113.42 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1533720 KiB

[startup+162.301 s]
/proc/loadavg: 1.61 1.47 1.38 3/215 6157
/proc/meminfo: memFree=19313864/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14092996 memory=1698976 CPUtime=173.49 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 70921 0 0 0 17273 76 0 0 20 0 15 0 274449095 14431227904 424744 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3523249 424744 3621 1 0 3485321 0
[pid=6133/tid=6135] ppid=6130 vsize=14092996 memory=1698976 CPUtime=161.41 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 30354 0 0 0 16118 23 0 0 20 0 15 0 274449095 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035634772448 140035281401676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0.71 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 3052 0 0 0 60 11 0 0 20 0 15 0 274449096 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0.69 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1662 0 0 0 58 11 0 0 20 0 15 0 274449096 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0.69 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1603 0 0 0 59 10 0 0 20 0 15 0 274449096 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14092996 memory=279502379507680 CPUtime=0.7 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 4025 0 0 0 60 10 0 0 20 0 15 0 274449096 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14092996 memory=916 CPUtime=0.1 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 6335 0 0 0 10 0 0 0 20 0 15 0 274449097 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14092996 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035103852256 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035102799104 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14092996 memory=1698976 CPUtime=4.03 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 9548 0 0 0 402 1 0 0 20 0 15 0 274449100 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14092996 memory=1698976 CPUtime=3.69 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 5475 0 0 0 368 1 0 0 20 0 15 0 274449100 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14092996 memory=1698976 CPUtime=1.32 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 6707 0 0 0 130 2 0 0 20 0 15 0 274449100 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14092996 memory=3684 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14092996 memory=1698976 CPUtime=0.02 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 737 0 0 0 1 1 0 0 20 0 15 0 274449101 14431227904 424744 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 173.49 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1698976 KiB

[startup+222.301 s]
/proc/loadavg: 1.67 1.51 1.40 2/199 6160
/proc/meminfo: memFree=19828280/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14092996 memory=1828804 CPUtime=233.57 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 74076 0 0 0 23277 80 0 0 20 0 15 0 274449095 14431227904 457201 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3523249 457201 3621 1 0 3485321 0
[pid=6133/tid=6135] ppid=6130 vsize=14092996 memory=1828804 CPUtime=221.39 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 32299 0 0 0 22114 25 0 0 20 0 15 0 274449095 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035634772256 140035273207719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14092996 memory=8112282956445269571 CPUtime=0.73 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 3253 0 0 0 62 11 0 0 20 0 15 0 274449096 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14092996 memory=1705736 CPUtime=0.71 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1676 0 0 0 60 11 0 0 20 0 15 0 274449096 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14092996 memory=1705736 CPUtime=0.72 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1608 0 0 0 61 11 0 0 20 0 15 0 274449096 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14092996 memory=1828804 CPUtime=0.73 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 4219 0 0 0 62 11 0 0 20 0 15 0 274449096 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14092996 memory=1828804 CPUtime=0.1 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 6393 0 0 0 10 0 0 0 20 0 15 0 274449097 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14092996 memory=1828804 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035103852256 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14092996 memory=72 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035102799104 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14092996 memory=1828804 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14092996 memory=1828804 CPUtime=4.03 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 9550 0 0 0 402 1 0 0 20 0 15 0 274449100 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14092996 memory=3684 CPUtime=3.69 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 5477 0 0 0 368 1 0 0 20 0 15 0 274449100 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14092996 memory=6852 CPUtime=1.32 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 7435 0 0 0 130 2 0 0 20 0 15 0 274449100 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14092996 memory=496 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14092996 memory=928 CPUtime=0.04 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 743 0 0 0 2 2 0 0 20 0 15 0 274449101 14431227904 457201 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 233.57 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1828804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.801 s]
/proc/loadavg: 2.00 1.59 1.42 6/215 6235
/proc/meminfo: memFree=14199516/32770624 swapFree=67108368/67108860
[pid=6133] ppid=6130 vsize=14092996 memory=1828988 CPUtime=252.08 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 2226 0 -1 1077944320 75873 0 0 0 25128 80 0 0 20 0 15 0 274449095 14431227904 457247 33554432000 4194304 4196468 140728941396304 140728941378848 140035630534391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
/proc/6133/statm: 3523249 457247 3621 1 0 3485321 0
[pid=6133/tid=6135] ppid=6130 vsize=14092996 memory=8112282956445269571 CPUtime=239.89 cores=1,3,5,7
/proc/6133/task/6135/stat : 6135 (java) R 6130 6133 2226 0 -1 4202560 32969 0 0 0 23964 25 0 0 20 0 15 0 274449095 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035634769520 140035280632463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6136] ppid=6130 vsize=14092996 memory=916 CPUtime=0.73 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 2226 0 -1 1077944384 3253 0 0 0 62 11 0 0 20 0 15 0 274449096 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035598092816 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6137] ppid=6130 vsize=14092996 memory=3848 CPUtime=0.71 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 2226 0 -1 1077944384 1676 0 0 0 60 11 0 0 20 0 15 0 274449096 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035225483920 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6138] ppid=6130 vsize=14092996 memory=1828988 CPUtime=0.72 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 2226 0 -1 1077944384 1608 0 0 0 61 11 0 0 20 0 15 0 274449096 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035224430864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6139] ppid=6130 vsize=14092996 memory=9168 CPUtime=0.73 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 2226 0 -1 1077944384 4219 0 0 0 62 11 0 0 20 0 15 0 274449096 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035223378320 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6140] ppid=6130 vsize=14092996 memory=872 CPUtime=0.1 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 2226 0 -1 1077944384 6435 0 0 0 10 0 0 0 20 0 15 0 274449097 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035104905968 140035630545538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6141] ppid=6130 vsize=14092996 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 2226 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035103852256 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6142] ppid=6130 vsize=14092996 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 2226 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274449098 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035102799104 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6143] ppid=6130 vsize=14092996 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035101747664 140035630552987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6144] ppid=6130 vsize=14092996 memory=1616 CPUtime=4.03 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 2226 0 -1 1077944384 9552 0 0 0 402 1 0 0 20 0 15 0 274449100 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035100694768 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6145] ppid=6130 vsize=14092996 memory=756 CPUtime=3.69 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 2226 0 -1 1077944384 5482 0 0 0 368 1 0 0 20 0 15 0 274449100 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035099642224 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6146] ppid=6130 vsize=14092996 memory=9168 CPUtime=1.33 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 2226 0 -1 1077944384 8491 0 0 0 131 2 0 0 20 0 15 0 274449100 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035098589168 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6147] ppid=6130 vsize=14092996 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274449100 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035097536864 140035630544597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
[pid=6133/tid=6148] ppid=6130 vsize=14092996 memory=1920 CPUtime=0.04 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 2226 0 -1 1077944384 765 0 0 0 2 2 0 0 20 0 15 0 274449101 14431227904 457247 33554432000 4194304 4196468 140728941396304 140035096484912 140035630545538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8110080 140728941405262 140728941405454 140728941405454 140728941408207 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1828988 KiB

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

[startup+240.822 s]
# the end of solver process 6133 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.294 s, system=0.818332 s

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

Child status: 143
Real time (s): 240.822
CPU time (s): 252.112
CPU user time (s): 251.294
CPU system time (s): 0.818332
CPU usage (%): 104.688
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1828988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.294
system time used= 0.818332
maximum resident set size= 1829624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9176
involuntary context switches= 206


# summary of solver processes directly reported to runsolver:
#   pid: 6133
#   total CPU time (s): 252.112
#   total CPU user time (s): 251.294
#   total CPU system time (s): 0.818332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17762 second user time and 2.24625 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-18 07:07:39
IDJOB=4312267
IDBENCH=141061
IDSOLVER=2800
FILE ID=node148/4312267-1534568859
RUNJOBID= node148-1534568587-5848
PBS_JOBID= 21038631
Free space on /tmp= 49636 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4312267-1534568859/watcher-4312267-1534568859 -o /tmp/evaluation-result-4312267-1534568859/solver-4312267-1534568859 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1541612184 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312267-1534568859.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1541612184

node148.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:        20933792 kB
MemAvailable:   31176744 kB
Buffers:          220580 kB
Cached:         10280692 kB
SwapCached:            4 kB
Active:          7607628 kB
Inactive:        3658988 kB
Active(anon):     737556 kB
Inactive(anon):    96196 kB
Active(file):    6870072 kB
Inactive(file):  3562792 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36352 kB
Writeback:            12 kB
AnonPages:        772400 kB
Mapped:            32720 kB
Shmem:             65972 kB
Slab:             267596 kB
SReclaimable:     238548 kB
SUnreclaim:        29048 kB
KernelStack:        3568 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2283344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 49600 MiB
End job on node148 at 2018-08-18 07:11:40