Trace number 4311570

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-17SAT (TO)6 2520.08 2498.81

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2.86606
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 648442965
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
2.17/1.23	c Parsing done, starting search...
115.57/112.18	o 5
424.11/418.76	o 6
2520.06/2498.80	s SATISFIABLE
2520.06/2498.80	v <instantiation>
2520.06/2498.80	v 	<list>
2520.06/2498.80	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw
2520.06/2498.80	v 	</list>
2520.06/2498.80	v 	<values>
2520.06/2498.80	v 		0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 2 0 0 2 0 0 0 2 0 0 2 2 0 0 6 6 
2520.06/2498.80	v 	</values>
2520.06/2498.80	v </instantiation>

Verifier Data

OK	6

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 (11152 MiB free)
  memory of node 1: 16384 MiB (9241 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311570-1534558616/watcher-4311570-1534558616 -o /tmp/evaluation-result-4311570-1534558616/solver-4311570-1534558616 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9203 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 648442965 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311570-1534558616.xml 

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

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

solver pid=11303, runsolver pid=11300

[startup+0.100165 s]*
/proc/loadavg: 1.49 1.41 1.40 3/215 11318
/proc/meminfo: memFree=20866296/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14082736 memory=30652 CPUtime=0.12 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 6574 0 0 0 11 1 0 0 20 0 15 0 273424820 14420721664 7663 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3520684 7663 3151 1 0 3482761 0
[pid=11303/tid=11305] ppid=11300 vsize=14082736 memory=-8773748148830244989 CPUtime=0.09 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 4607 0 0 0 9 0 0 0 20 0 15 0 273424821 14420721664 7663 33554432000 4194304 4196468 140731118345248 140391682548480 140391291646779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424821 14420721664 7663 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 7663 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 7663 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 7663 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390791325088 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273424824 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390790272496 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0.01 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 7663 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30652 KiB

[startup+0.210937 s]*
/proc/loadavg: 1.49 1.41 1.40 7/215 11318
/proc/meminfo: memFree=20851040/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14082736 memory=46992 CPUtime=0.3 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 10383 0 0 0 28 2 0 0 20 0 15 0 273424820 14420721664 11748 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3520684 11748 3359 1 0 3482761 0
[pid=11303/tid=11305] ppid=11300 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 8067 0 0 0 18 2 0 0 20 0 15 0 273424821 14420721664 11748 33554432000 4194304 4196468 140731118345248 140391682578032 140391662396773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424821 14420721664 11748 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14082736 memory=139733815866093 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 11748 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 11748 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 11748 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390791325088 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273424824 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390790272496 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) R 11300 11303 9172 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) R 11300 11303 9172 0 -1 4202560 172 0 0 0 1 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390787115120 140391659878268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0.05 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) R 11300 11303 9172 0 -1 4202560 325 0 0 0 5 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390786059512 140391657337844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 11748 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46992 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.49 1.41 1.40 4/215 11318
/proc/meminfo: memFree=20847256/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14082736 memory=50664 CPUtime=0.44 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 10778 0 0 0 41 3 0 0 20 0 15 0 273424820 14420721664 12666 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3520684 12666 3374 1 0 3482761 0
[pid=11303/tid=11305] ppid=11300 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 8430 0 0 0 28 2 0 0 20 0 15 0 273424821 14420721664 12666 33554432000 4194304 4196468 140731118345248 140391682564656 140391678367052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424821 14420721664 12666 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14082736 memory=139733815866059 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 12666 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 12666 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424822 14420721664 12666 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273424823 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390791325088 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273424824 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390790272496 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 173 0 0 0 2 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0.07 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 343 0 0 0 7 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14082736 memory=139733815854720 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424826 14420721664 12666 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50664 KiB

[startup+0.701253 s]
/proc/loadavg: 1.49 1.41 1.40 4/215 11318
/proc/meminfo: memFree=20823072/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14084804 memory=88788 CPUtime=0.99 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 17625 0 0 0 95 4 0 0 20 0 15 0 273424820 14422839296 22197 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3521201 22197 3503 1 0 3483273 0
[pid=11303/tid=11305] ppid=11300 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 14879 0 0 0 64 3 0 0 20 0 15 0 273424821 14422839296 22197 33554432000 4194304 4196468 140731118345248 140391682577248 140391678375069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14084804 memory=5540 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424821 14422839296 22197 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14084804 memory=4400 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14422839296 22197 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14084804 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14422839296 22197 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424822 14422839296 22197 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273424823 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14084804 memory=868 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273424823 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390791325088 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14084804 memory=6616 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273424824 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390790272496 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14084804 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14084804 memory=7881696724453321575 CPUtime=0.09 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 604 0 0 0 9 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14084804 memory=5787213831426565969 CPUtime=0.06 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 321 0 0 0 6 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 436 0 0 0 15 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424826 14422839296 22197 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50089 s]
/proc/loadavg: 1.49 1.41 1.40 6/215 11318
/proc/meminfo: memFree=20787536/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14090948 memory=156436 CPUtime=3.05 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 28210 0 0 0 298 7 0 0 20 0 15 0 273424820 14429130752 39109 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3522737 39109 3540 1 0 3484809 0
[pid=11303/tid=11305] ppid=11300 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 19839 0 0 0 142 5 0 0 20 0 15 0 273424821 14429130752 39109 33554432000 4194304 4196468 140731118345248 140391682585392 140391296342094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424821 14429130752 39109 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14090948 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14429130752 39109 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273424822 14429130752 39109 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14090948 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273424822 14429130752 39109 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 273424823 14429130752 39109 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0

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

/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 42391 0 0 0 230788 24 0 0 20 0 15 0 273424821 14429130752 71493 33554432000 4194304 4196468 140731118345248 140391682591200 140391296888673 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14090948 memory=283924 CPUtime=5.96 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2458 0 0 0 555 41 0 0 20 0 15 0 273424821 14429130752 71493 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14090948 memory=285972 CPUtime=5.94 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 3620 0 0 0 552 42 0 0 20 0 15 0 273424822 14429130752 71493 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14090948 memory=285972 CPUtime=5.94 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 1701 0 0 0 552 42 0 0 20 0 15 0 273424822 14429130752 71493 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14090948 memory=285972 CPUtime=5.93 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 5288 0 0 0 552 41 0 0 20 0 15 0 273424822 14429130752 71493 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14090948 memory=285972 CPUtime=5.73 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5432 0 0 0 535 38 0 0 20 0 15 0 273424823 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14090948 memory=285972 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273424823 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390791325152 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14090948 memory=285972 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273424824 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390790272512 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14090948 memory=285972 CPUtime=1.13 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 5492 0 0 0 113 0 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14090948 memory=285972 CPUtime=1.24 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 7914 0 0 0 123 1 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14090948 memory=285972 CPUtime=0.62 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 7958 0 0 0 61 1 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14090948 memory=285972 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14090948 memory=287400 CPUtime=1.17 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1132 0 0 0 59 58 0 0 20 0 15 0 273424826 14429130752 71493 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 2341.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 285972 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 1.41 1.40 3/215 11392
/proc/meminfo: memFree=20491336/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14090948 memory=290068 CPUtime=2402.43 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 85979 0 0 0 240007 236 0 0 20 0 15 0 273424820 14429130752 72517 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3522737 72517 3570 1 0 3484809 0
[pid=11303/tid=11305] ppid=11300 vsize=14090948 memory=288020 CPUtime=2367.69 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 42972 0 0 0 236744 25 0 0 20 0 15 0 273424821 14429130752 72517 33554432000 4194304 4196468 140731118345248 140391682591232 140391297418780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14090948 memory=288020 CPUtime=6.16 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2583 0 0 0 574 42 0 0 20 0 15 0 273424821 14429130752 72517 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14090948 memory=290068 CPUtime=6.14 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 3675 0 0 0 571 43 0 0 20 0 15 0 273424822 14429130752 72517 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14090948 memory=288020 CPUtime=6.13 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 1859 0 0 0 570 43 0 0 20 0 15 0 273424822 14429130752 72517 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14090948 memory=290068 CPUtime=6.14 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 5309 0 0 0 572 42 0 0 20 0 15 0 273424822 14429130752 72517 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14090948 memory=290068 CPUtime=5.89 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5608 0 0 0 551 38 0 0 20 0 15 0 273424823 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14090948 memory=285972 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273424823 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390791325152 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14090948 memory=288020 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273424824 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390790272512 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14090948 memory=290068 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14090948 memory=288020 CPUtime=1.13 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 5494 0 0 0 113 0 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14090948 memory=288020 CPUtime=1.24 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 7916 0 0 0 123 1 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14090948 memory=288020 CPUtime=0.62 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 7960 0 0 0 61 1 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14090948 memory=285972 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14090948 memory=6791534058613427641 CPUtime=1.19 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1147 0 0 0 60 59 0 0 20 0 15 0 273424826 14429130752 72517 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 2402.43 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 290068 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.45 1.41 3/215 11470
/proc/meminfo: memFree=20553524/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14090948 memory=292116 CPUtime=2462.99 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 87083 0 0 0 246056 243 0 0 20 0 15 0 273424820 14429130752 73029 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3522737 73029 3570 1 0 3484809 0
[pid=11303/tid=11305] ppid=11300 vsize=14090948 memory=292116 CPUtime=2427.25 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 43548 0 0 0 242700 25 0 0 20 0 15 0 273424821 14429130752 73029 33554432000 4194304 4196468 140731118345248 140391682591152 140391296857230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14090948 memory=290068 CPUtime=6.35 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2760 0 0 0 592 43 0 0 20 0 15 0 273424821 14429130752 73029 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14090948 memory=290068 CPUtime=6.33 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 3734 0 0 0 589 44 0 0 20 0 15 0 273424822 14429130752 73029 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14090948 memory=292116 CPUtime=6.33 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 1944 0 0 0 589 44 0 0 20 0 15 0 273424822 14429130752 73029 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14090948 memory=292116 CPUtime=6.33 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 5319 0 0 0 590 43 0 0 20 0 15 0 273424822 14429130752 73029 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14090948 memory=292116 CPUtime=6.05 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5782 0 0 0 566 39 0 0 20 0 15 0 273424823 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14090948 memory=292116 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273424823 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390791325152 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14090948 memory=292116 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273424824 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390790272512 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14090948 memory=292116 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14090948 memory=292116 CPUtime=1.14 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 5496 0 0 0 114 0 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14090948 memory=290068 CPUtime=1.24 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 7918 0 0 0 123 1 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14090948 memory=292116 CPUtime=0.62 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 7962 0 0 0 61 1 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14090948 memory=292116 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14090948 memory=6416 CPUtime=1.23 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1164 0 0 0 62 61 0 0 20 0 15 0 273424826 14429130752 73029 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 2462.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 292116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.8 s]
/proc/loadavg: 1.22 1.37 1.39 3/215 11472
/proc/meminfo: memFree=20614064/32770624 swapFree=67108372/67108860
[pid=11303] ppid=11300 vsize=14090948 memory=294164 CPUtime=2520.06 cores=0,2,4,6
/proc/11303/stat : 11303 (java) S 11300 11303 9172 0 -1 1077944320 87440 0 0 0 251756 250 0 0 20 0 15 0 273424820 14429130752 73541 33554432000 4194304 4196468 140731118345248 140731118327792 140391678353143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
/proc/11303/statm: 3522737 73541 3570 1 0 3484809 0
[pid=11303/tid=11305] ppid=11300 vsize=14090948 memory=1220 CPUtime=2483.36 cores=0,2,4,6
/proc/11303/task/11305/stat : 11305 (java) R 11300 11303 9172 0 -1 4202560 43823 0 0 0 248310 26 0 0 20 0 15 0 273424821 14429130752 73541 33554432000 4194304 4196468 140731118345248 140391682591312 140391297231641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11306] ppid=11300 vsize=14090948 memory=1800 CPUtime=6.55 cores=0,2,4,6
/proc/11303/task/11306/stat : 11306 (java) S 11300 11303 9172 0 -1 1077944384 2771 0 0 0 611 44 0 0 20 0 15 0 273424821 14429130752 73541 33554432000 4194304 4196468 140731118345248 140391615953168 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11307] ppid=11300 vsize=14090948 memory=294164 CPUtime=6.53 cores=0,2,4,6
/proc/11303/task/11307/stat : 11307 (java) S 11300 11303 9172 0 -1 1077944384 3739 0 0 0 607 46 0 0 20 0 15 0 273424822 14429130752 73541 33554432000 4194304 4196468 140731118345248 140391614900624 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11308] ppid=11300 vsize=14090948 memory=294164 CPUtime=6.52 cores=0,2,4,6
/proc/11303/task/11308/stat : 11308 (java) S 11300 11303 9172 0 -1 1077944384 1989 0 0 0 608 44 0 0 20 0 15 0 273424822 14429130752 73541 33554432000 4194304 4196468 140731118345248 140391613848080 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11309] ppid=11300 vsize=14090948 memory=294164 CPUtime=6.52 cores=0,2,4,6
/proc/11303/task/11309/stat : 11309 (java) S 11300 11303 9172 0 -1 1077944384 5334 0 0 0 608 44 0 0 20 0 15 0 273424822 14429130752 73541 33554432000 4194304 4196468 140731118345248 140391612795536 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11310] ppid=11300 vsize=14090948 memory=279467348662240 CPUtime=6.2 cores=0,2,4,6
/proc/11303/task/11310/stat : 11310 (java) S 11300 11303 9172 0 -1 1077944384 5786 0 0 0 580 40 0 0 20 0 15 0 273424823 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390792378864 140391678364290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11311] ppid=11300 vsize=14090948 memory=7595440001688102255 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11311/stat : 11311 (java) S 11300 11303 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273424823 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390791325152 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11312] ppid=11300 vsize=14090948 memory=7595440001688102255 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11312/stat : 11312 (java) S 11300 11303 9172 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273424824 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390790272512 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11313] ppid=11300 vsize=14090948 memory=7595440001688102255 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11313/stat : 11313 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390789221072 140391678371739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11314] ppid=11300 vsize=14090948 memory=1364 CPUtime=1.14 cores=0,2,4,6
/proc/11303/task/11314/stat : 11314 (java) S 11300 11303 9172 0 -1 1077944384 5496 0 0 0 114 0 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390788167664 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11315] ppid=11300 vsize=14090948 memory=200137 CPUtime=1.24 cores=0,2,4,6
/proc/11303/task/11315/stat : 11315 (java) S 11300 11303 9172 0 -1 1077944384 7918 0 0 0 123 1 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390787115120 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11316] ppid=11300 vsize=14090948 memory=288230574492221466 CPUtime=0.62 cores=0,2,4,6
/proc/11303/task/11316/stat : 11316 (java) S 11300 11303 9172 0 -1 1077944384 7962 0 0 0 61 1 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390786062576 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11317] ppid=11300 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/11303/task/11317/stat : 11317 (java) S 11300 11303 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390785010272 140391678363349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
[pid=11303/tid=11318] ppid=11300 vsize=14090948 memory=14694097571023705 CPUtime=1.26 cores=0,2,4,6
/proc/11303/task/11318/stat : 11318 (java) S 11300 11303 9172 0 -1 1077944384 1166 0 0 0 63 63 0 0 20 0 15 0 273424826 14429130752 73541 33554432000 4194304 4196468 140731118345248 140390783957808 140391678364290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 36265984 140731118347337 140731118347529 140731118347529 140731118350287 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 294164 KiB

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

[startup+2498.81 s]
# the end of solver process 11303 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.57 s, system=2.50713 s

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

Child status: 143
Real time (s): 2498.81
CPU time (s): 2520.08
CPU user time (s): 2517.57
CPU system time (s): 2.50713
CPU usage (%): 100.851
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 294164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.57
system time used= 2.50713
maximum resident set size= 294624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223170
involuntary context switches= 7444


# summary of solver processes directly reported to runsolver:
#   pid: 11303
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.57
#   total CPU system time (s): 2.50713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0942 second user time and 24.9349 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-18 04:16:56
IDJOB=4311570
IDBENCH=141494
IDSOLVER=2799
FILE ID=node137/4311570-1534558616
RUNJOBID= node137-1534541039-9203
PBS_JOBID= 21038634
Free space on /tmp= 43528 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_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-4311570-1534558616/watcher-4311570-1534558616 -o /tmp/evaluation-result-4311570-1534558616/solver-4311570-1534558616 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9203 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 648442965 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311570-1534558616.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=648442965

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20883308 kB
MemAvailable:   31722620 kB
Buffers:          214332 kB
Cached:         10878912 kB
SwapCached:            8 kB
Active:          7522356 kB
Inactive:        3790452 kB
Active(anon):     189068 kB
Inactive(anon):    99076 kB
Active(file):    7333288 kB
Inactive(file):  3691376 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             36040 kB
Writeback:             0 kB
AnonPages:        248752 kB
Mapped:            33348 kB
Shmem:             66008 kB
Slab:             271928 kB
SReclaimable:     243108 kB
SUnreclaim:        28820 kB
KernelStack:        3792 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1236924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 43492 MiB
End job on node137 at 2018-08-18 04:58:35