Trace number 4308505

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 - Hybrid 2018-08-14SAT (TO)34 2520.12 2470.13

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2400.22
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.69/0.55	c version: 2018-08-14
0.69/0.55	c seed: 979221528
0.69/0.55	c timeout: 2520
0.69/0.55	c memlimit: 11000
0.69/0.55	c nbcore: 4
0.69/0.57	c Parsing instance...
1.78/1.11	c Parsing done, starting first complete search...
1.78/1.14	o 59
1.78/1.15	o 58
1.78/1.15	o 57
1.78/1.15	o 56
1.78/1.16	o 54
3.45/1.76	c First complete search done, starting ALNS search...
3.78/1.84	o 49
4.03/1.92	o 47
4.03/1.93	o 45
4.03/1.94	o 43
4.03/1.95	o 42
4.03/1.95	o 40
4.03/1.97	o 39
4.03/1.98	o 38
4.40/2.02	o 37
6.07/2.98	o 36
6.83/3.63	o 34
2520.10/2470.11	s SATISFIABLE
2520.10/2470.11	v <instantiation>
2520.10/2470.11	v 	<list>
2520.10/2470.11	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
2520.10/2470.11	v 	</list>
2520.10/2470.11	v 	<values>
2520.10/2470.11	v 		14 2 0 6 11 13 15 12 8 10 4 1 7 5 3 9 1 2 0 1 1 0 0 1 0 0 0 1 2 1 0 1 1 0 1 1 1 2 1 1 0 2 1 0 0 0 1 2 1 2 1 0 1 0 
2520.10/2470.11	v 	</values>
2520.10/2470.11	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308505-1534298387/watcher-4308505-1534298387 -o /tmp/evaluation-result-4308505-1534298387/solver-4308505-1534298387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534293443-21972 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 979221528 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308505-1534298387.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=22459, runsolver pid=22456

[startup+0.100206 s]*
/proc/loadavg: 1.39 1.48 1.46 3/215 22474
/proc/meminfo: memFree=20951800/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14082736 memory=32632 CPUtime=0.11 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 7107 0 0 0 10 1 0 0 20 0 15 0 247401925 14420721664 8158 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3520684 8158 3138 1 0 3482761 0
[pid=22459/tid=22461] ppid=22456 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 5167 0 0 0 8 1 0 0 20 0 15 0 247401925 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259828623376 140259824424093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14082736 memory=5793855741738887609 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259297436576 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259296383984 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0.01 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) R 22456 22459 21941 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259292175088 140259803102368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 8158 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32632 KiB

[startup+0.217248 s]*
/proc/loadavg: 1.39 1.48 1.46 6/215 22474
/proc/meminfo: memFree=20935924/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14082736 memory=47048 CPUtime=0.33 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 10401 0 0 0 31 2 0 0 20 0 15 0 247401925 14420721664 11762 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3520684 11762 3373 1 0 3482761 0
[pid=22459/tid=22461] ppid=22456 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 8077 0 0 0 19 1 0 0 20 0 15 0 247401925 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259828634432 140259824423514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14082736 memory=4211974216933784970 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259297436576 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259296383984 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 154 0 0 0 2 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0.07 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) R 22456 22459 21941 0 -1 4202560 327 0 0 0 7 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259292175088 140259803329007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 11762 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47048 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.39 1.48 1.46 3/215 22474
/proc/meminfo: memFree=20932512/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14082736 memory=50492 CPUtime=0.43 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 10734 0 0 0 41 2 0 0 20 0 15 0 247401925 14420721664 12623 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3520684 12623 3378 1 0 3482761 0
[pid=22459/tid=22461] ppid=22456 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 8396 0 0 0 28 2 0 0 20 0 15 0 247401925 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259828623264 140259804677359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14082736 memory=4211974216933784970 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14082736 memory=140490728996789 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14082736 memory=140490594975685 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14082736 memory=140490594962895 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401926 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14082736 memory=140490729016400 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14082736 memory=140490594972111 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259297436576 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14082736 memory=280981189934992 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247401928 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259296383984 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14082736 memory=280981189932656 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 154 0 0 0 2 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0.08 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14082736 memory=140490728994432 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401931 14420721664 12623 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50492 KiB

[startup+0.700834 s]
/proc/loadavg: 1.44 1.49 1.47 3/215 22474
/proc/meminfo: memFree=20908336/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14084804 memory=88776 CPUtime=1 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 17595 0 0 0 95 5 0 0 20 0 15 0 247401925 14422839296 22194 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3521201 22194 3499 1 0 3483273 0
[pid=22459/tid=22461] ppid=22456 vsize=14084804 memory=1220 CPUtime=0.67 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 14835 0 0 0 63 4 0 0 20 0 15 0 247401925 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259828626160 140259808482654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14084804 memory=868 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14084804 memory=7307747153392788800 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14084804 memory=8025788831224522324 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401926 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14084804 memory=6370994028255662163 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 247401928 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247401928 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259297436576 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247401928 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259296383984 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14084804 memory=229 CPUtime=0.07 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 622 0 0 0 7 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 298 0 0 0 8 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14084804 memory=705 CPUtime=0.15 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 458 0 0 0 15 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14084804 memory=280981190118896 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401931 14422839296 22194 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88776 KiB

[startup+1.50133 s]
/proc/loadavg: 1.44 1.49 1.47 3/215 22474
/proc/meminfo: memFree=20876608/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14090948 memory=150632 CPUtime=2.9 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 28609 0 0 0 281 9 0 0 20 0 15 0 247401925 14429130752 37658 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3522737 37658 3555 1 0 3484809 0
[pid=22459/tid=22461] ppid=22456 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 20369 0 0 0 140 7 0 0 20 0 15 0 247401925 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259828639544 140259426488439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14090948 memory=4948504503099693952 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14090948 memory=-5935003825296075364 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247401926 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247401926 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14090948 memory=-7089621672939967022 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247401928 14429130752 37658 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0

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

/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 115698 0 0 0 235543 45 0 0 20 0 15 0 247401925 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259828640224 140259422718887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14092996 memory=443044 CPUtime=14.56 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 10493 0 0 0 1401 55 0 0 20 0 15 0 247401926 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14092996 memory=476852 CPUtime=14.58 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 7756 0 0 0 1402 56 0 0 20 0 15 0 247401926 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14092996 memory=476044 CPUtime=14.6 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 9399 0 0 0 1405 55 0 0 20 0 15 0 247401926 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14092996 memory=494756 CPUtime=14.55 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 9793 0 0 0 1402 53 0 0 20 0 15 0 247401926 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14092996 memory=493232 CPUtime=8.29 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 7907 0 0 0 763 66 0 0 20 0 15 0 247401928 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14092996 memory=493232 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259297436640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14092996 memory=492720 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259296384000 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14092996 memory=492720 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14092996 memory=476040 CPUtime=2.71 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 22013 0 0 0 268 3 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14092996 memory=3812 CPUtime=2.82 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 18770 0 0 0 279 3 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14092996 memory=67344 CPUtime=0.99 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 16315 0 0 0 97 2 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14092996 memory=13146 CPUtime=1.34 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1380 0 0 0 70 64 0 0 20 0 15 0 247401931 14431227904 123180 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 2430.42 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 492720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.29 1.31 3/215 22657
/proc/meminfo: memFree=23474652/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14092996 memory=463092 CPUtime=2491.7 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 224994 0 0 0 248815 355 0 0 20 0 15 0 247401925 14431227904 115773 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3523249 115773 3607 1 0 3485321 0
[pid=22459/tid=22461] ppid=22456 vsize=14092996 memory=463092 CPUtime=2415.19 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 116800 0 0 0 241473 46 0 0 20 0 15 0 247401925 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259828640224 140259428585846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14092996 memory=463604 CPUtime=15.01 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 11125 0 0 0 1444 57 0 0 20 0 15 0 247401926 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14092996 memory=476852 CPUtime=15.02 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 8462 0 0 0 1445 57 0 0 20 0 15 0 247401926 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14092996 memory=463092 CPUtime=15.04 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 10177 0 0 0 1448 56 0 0 20 0 15 0 247401926 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14092996 memory=50884 CPUtime=15 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 10402 0 0 0 1445 55 0 0 20 0 15 0 247401926 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14092996 memory=472844 CPUtime=8.46 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 8089 0 0 0 779 67 0 0 20 0 15 0 247401928 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14092996 memory=488752 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259297436640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14092996 memory=6544 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259296384000 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14092996 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14092996 memory=868 CPUtime=2.71 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 22015 0 0 0 268 3 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14092996 memory=6544 CPUtime=2.82 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 18772 0 0 0 279 3 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14092996 memory=468224 CPUtime=0.99 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 16317 0 0 0 97 2 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14092996 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14092996 memory=288230574492221466 CPUtime=1.37 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1392 0 0 0 72 65 0 0 20 0 15 0 247401931 14431227904 115773 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 2491.7 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 463092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.11 s]
/proc/loadavg: 1.68 1.36 1.34 3/215 22657
/proc/meminfo: memFree=23468828/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14092996 memory=466844 CPUtime=2520.1 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 227060 0 0 0 251650 360 0 0 20 0 15 0 247401925 14431227904 116711 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3523249 116711 3607 1 0 3485321 0
[pid=22459/tid=22461] ppid=22456 vsize=14092996 memory=468384 CPUtime=2442.67 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 118134 0 0 0 244221 46 0 0 20 0 15 0 247401925 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259828640224 140259422718999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14092996 memory=468896 CPUtime=15.2 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 11188 0 0 0 1463 57 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14092996 memory=469924 CPUtime=15.21 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 8517 0 0 0 1464 57 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14092996 memory=472488 CPUtime=15.24 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 10546 0 0 0 1468 56 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14092996 memory=471980 CPUtime=15.19 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 10449 0 0 0 1464 55 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14092996 memory=471980 CPUtime=8.54 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 8270 0 0 0 786 68 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14092996 memory=466844 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259297436640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14092996 memory=470948 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259296384000 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14092996 memory=56 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14092996 memory=6944656575208382560 CPUtime=2.71 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 22017 0 0 0 268 3 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14092996 memory=471460 CPUtime=2.82 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 18774 0 0 0 279 3 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14092996 memory=3812 CPUtime=0.99 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 16319 0 0 0 97 2 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14092996 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14092996 memory=868 CPUtime=1.39 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1403 0 0 0 72 67 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 466844 KiB

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

[startup+2470.13 s]
# the end of solver process 22459 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.51 s, system=3.60708 s

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

[startup+2470.11 s]
/proc/loadavg: 1.68 1.36 1.34 3/215 22657
/proc/meminfo: memFree=23468828/32770624 swapFree=67108372/67108860
[pid=22459] ppid=22456 vsize=14092996 memory=466844 CPUtime=2520.1 cores=0,2,4,6
/proc/22459/stat : 22459 (java) S 22456 22459 21941 0 -1 1077944320 227060 0 0 0 251650 360 0 0 20 0 15 0 247401925 14431227904 116711 33554432000 4194304 4196468 140721754223616 140721754206160 140259824402167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
/proc/22459/statm: 3523249 116711 3607 1 0 3485321 0
[pid=22459/tid=22461] ppid=22456 vsize=14092996 memory=468384 CPUtime=2442.67 cores=0,2,4,6
/proc/22459/task/22461/stat : 22461 (java) R 22456 22459 21941 0 -1 4202560 118134 0 0 0 244221 46 0 0 20 0 15 0 247401925 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259828640224 140259422718999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22462] ppid=22456 vsize=14092996 memory=468896 CPUtime=15.2 cores=0,2,4,6
/proc/22459/task/22462/stat : 22462 (java) S 22456 22459 21941 0 -1 1077944384 11188 0 0 0 1463 57 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259754490640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22463] ppid=22456 vsize=14092996 memory=469924 CPUtime=15.21 cores=0,2,4,6
/proc/22459/task/22463/stat : 22463 (java) S 22456 22459 21941 0 -1 1077944384 8517 0 0 0 1464 57 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259753438096 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22464] ppid=22456 vsize=14092996 memory=472488 CPUtime=15.24 cores=0,2,4,6
/proc/22459/task/22464/stat : 22464 (java) S 22456 22459 21941 0 -1 1077944384 10546 0 0 0 1468 56 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259752385552 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22465] ppid=22456 vsize=14092996 memory=471980 CPUtime=15.19 cores=0,2,4,6
/proc/22459/task/22465/stat : 22465 (java) S 22456 22459 21941 0 -1 1077944384 10449 0 0 0 1464 55 0 0 20 0 15 0 247401926 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259751333008 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22466] ppid=22456 vsize=14092996 memory=471980 CPUtime=8.54 cores=0,2,4,6
/proc/22459/task/22466/stat : 22466 (java) S 22456 22459 21941 0 -1 1077944384 8270 0 0 0 786 68 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259298490352 140259824413314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22467] ppid=22456 vsize=14092996 memory=466844 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22467/stat : 22467 (java) S 22456 22459 21941 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259297436640 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22468] ppid=22456 vsize=14092996 memory=470948 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22468/stat : 22468 (java) S 22456 22459 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 247401928 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259296384000 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22469] ppid=22456 vsize=14092996 memory=56 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22469/stat : 22469 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259295332560 140259824420763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22470] ppid=22456 vsize=14092996 memory=6944656575208382560 CPUtime=2.71 cores=0,2,4,6
/proc/22459/task/22470/stat : 22470 (java) S 22456 22459 21941 0 -1 1077944384 22017 0 0 0 268 3 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259294280176 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22471] ppid=22456 vsize=14092996 memory=471460 CPUtime=2.82 cores=0,2,4,6
/proc/22459/task/22471/stat : 22471 (java) S 22456 22459 21941 0 -1 1077944384 18774 0 0 0 279 3 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259293227632 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22472] ppid=22456 vsize=14092996 memory=3812 CPUtime=0.99 cores=0,2,4,6
/proc/22459/task/22472/stat : 22472 (java) S 22456 22459 21941 0 -1 1077944384 16319 0 0 0 97 2 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259292175088 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22473] ppid=22456 vsize=14092996 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/22459/task/22473/stat : 22473 (java) S 22456 22459 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259291122784 140259824412373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
[pid=22459/tid=22474] ppid=22456 vsize=14092996 memory=868 CPUtime=1.39 cores=0,2,4,6
/proc/22459/task/22474/stat : 22474 (java) S 22456 22459 21941 0 -1 1077944384 1403 0 0 0 72 67 0 0 20 0 15 0 247401931 14431227904 116711 33554432000 4194304 4196468 140721754223616 140259290069296 140259824413314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33824768 140721754231893 140721754232073 140721754232073 140721754234831 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 466844 KiB

Child status: 143
Real time (s): 2470.13
CPU time (s): 2520.12
CPU user time (s): 2516.51
CPU system time (s): 3.60708
CPU usage (%): 102.024
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 494756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.51
system time used= 3.60708
maximum resident set size= 494756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274469
involuntary context switches= 9711


# summary of solver processes directly reported to runsolver:
#   pid: 22459
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.51
#   total CPU system time (s): 3.60708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4265 second user time and 22.3246 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-15 03:59:47
IDJOB=4308505
IDBENCH=141255
IDSOLVER=2792
FILE ID=node137/4308505-1534298387
RUNJOBID= node137-1534293443-21972
PBS_JOBID= 21038143
Free space on /tmp= 29252 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308505-1534298387/watcher-4308505-1534298387 -o /tmp/evaluation-result-4308505-1534298387/solver-4308505-1534298387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534293443-21972 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 979221528 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308505-1534298387.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=979221528

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:        20969808 kB
MemAvailable:   28463720 kB
Buffers:          153408 kB
Cached:          7558448 kB
SwapCached:            8 kB
Active:          7423784 kB
Inactive:        3766928 kB
Active(anon):    3426304 kB
Inactive(anon):   113356 kB
Active(file):    3997480 kB
Inactive(file):  3653572 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             36040 kB
Writeback:             0 kB
AnonPages:       3501900 kB
Mapped:            69284 kB
Shmem:             57816 kB
Slab:             300076 kB
SReclaimable:     271320 kB
SUnreclaim:        28756 kB
KernelStack:        3792 kB
PageTables:        14388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4295832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3334144 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= 29216 MiB
End job on node137 at 2018-08-15 04:40:58