Trace number 4300400

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
MiniCPFever 2018-04-29SAT (TO)93 2520.11 2492.62

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark580.839
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.56/0.36	o 93
0.56/0.36	objective:93
2520.08/2492.61	s SATISFIABLE
2520.08/2492.61	v <instantiation>
2520.08/2492.61	v 	<list>
2520.08/2492.61	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] 
2520.08/2492.61	v 	</list>
2520.08/2492.61	v 	<values>
2520.08/2492.61	v 		0 2 3 5 7 9 8 10 14 13 12 11 6 4 1 2 2 5 8 4 9 5 7 15 8 1 8 8 4 7 
2520.08/2492.61	v 	</values>
2520.08/2492.61	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300400-1532871788/watcher-4300400-1532871788 -o /tmp/evaluation-result-4300400-1532871788/solver-4300400-1532871788 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300400-1532871788.xml 

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

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


[startup+0.100067 s]*
/proc/loadavg: 1.45 1.36 1.33 4/216 31381
/proc/meminfo: memFree=21107664/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10658972 memory=27836 CPUtime=0.13 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 5403 0 0 0 12 1 0 0 20 0 15 0 104741937 10914787328 6959 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664743 6959 2853 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10658972 memory=-8269626465541198459 CPUtime=0.09 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 3261 0 0 0 8 1 0 0 20 0 15 0 104741938 10914787328 6959 33554432000 4194304 4196468 140721285752352 140033426545280 140033406362981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914787328 6959 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10658972 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914787328 6959 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914787328 6959 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914787328 6959 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10658972 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741940 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) R 31363 31366 28512 0 -1 4202560 329 0 0 0 0 0 0 0 20 0 15 0 104741943 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032910272320 140033402732656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) R 31363 31366 28512 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 104741943 10914787328 6959 33554432000 4194304 4196468 140721285752352 140032909228112 140033422329557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10658972 memory=139842502313600 CPUtime=0.02 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) R 31363 31366 28512 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 104741943 10914787328 7025 33554432000 4194304 4196468 140721285752352 140032908175728 140033422331286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914787328 7025 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10658972 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) R 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741943 10914787328 7025 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27836 KiB

[startup+0.210481 s]*
/proc/loadavg: 1.45 1.36 1.33 3/216 31381
/proc/meminfo: memFree=21095764/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=40348 CPUtime=0.33 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 8163 0 0 0 30 3 0 0 20 0 15 0 104741937 10914865152 10087 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 10087 2961 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 5286 0 0 0 18 2 0 0 20 0 15 0 104741938 10914865152 10087 33554432000 4194304 4196468 140721285752352 140033426551664 140033406399838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 10087 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=288370218654025344 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 10087 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 10087 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 10087 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) S 31363 31366 28512 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032910280816 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) S 31363 31366 28512 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0.07 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 771 0 0 0 7 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 10087 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40348 KiB

[startup+0.310177 s]*
/proc/loadavg: 1.45 1.36 1.33 4/216 31381
/proc/meminfo: memFree=21089396/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=47236 CPUtime=0.56 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 8878 0 0 0 53 3 0 0 20 0 15 0 104741937 10914865152 11809 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 11809 3053 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 5638 0 0 0 28 2 0 0 20 0 15 0 104741938 10914865152 11809 33554432000 4194304 4196468 140721285752352 140033426543504 140033059076512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 11809 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=288370218654025344 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 11809 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 11809 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 11809 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) R 31363 31366 28512 0 -1 4202560 547 0 0 0 5 0 0 0 20 0 15 0 104741943 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032910261832 140033403019648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) R 31363 31366 28512 0 -1 1077944384 410 0 0 0 4 0 0 0 20 0 15 0 104741943 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0.14 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) R 31363 31366 28512 0 -1 4202560 928 0 0 0 14 0 0 0 20 0 15 0 104741943 10914865152 11809 33554432000 4194304 4196468 140721285752352 140032908171608 140033401260798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 11875 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=139842502313600 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 11875 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47236 KiB

[startup+0.700749 s]
/proc/loadavg: 1.45 1.36 1.33 5/216 31381
/proc/meminfo: memFree=21035864/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=148148 CPUtime=1.71 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 17218 0 0 0 166 5 0 0 20 0 15 0 104741937 10914865152 37037 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 37037 3087 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=1628 CPUtime=0.68 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 5715 0 0 0 65 3 0 0 20 0 15 0 104741938 10914865152 37037 33554432000 4194304 4196468 140721285752352 140033426554416 140033061496796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=8800 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 37037 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 37037 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 37037 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=832 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 37037 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=4639098309541129069 CPUtime=0.41 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) R 31363 31366 28512 0 -1 4202560 3542 0 0 0 41 0 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032910261272 140033405805473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=7739276948477865066 CPUtime=0.4 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) R 31363 31366 28512 0 -1 4202560 4975 0 0 0 39 1 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032909212600 140033407245784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=7236547281622689387 CPUtime=0.19 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 1614 0 0 0 19 0 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 37037 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 148148 KiB

[startup+1.50073 s]
/proc/loadavg: 1.45 1.36 1.33 5/216 31381
/proc/meminfo: memFree=20933916/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=204428 CPUtime=3.58 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 18495 0 0 0 351 7 0 0 20 0 15 0 104741937 10914865152 51107 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 51107 3107 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 5779 0 0 0 144 3 0 0 20 0 15 0 104741938 10914865152 51107 33554432000 4194304 4196468 140721285752352 140033426558992 140033422331286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 51107 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 51107 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 51107 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104741939 10914865152 51107 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 51107 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0

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

/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 37893 0 0 0 229421 55 0 0 20 0 15 0 104741938 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033426558832 140033061950590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.64 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 3937 0 0 0 744 120 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.69 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2761 0 0 0 751 118 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=6791534058613427641 CPUtime=8.63 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2379 0 0 0 742 121 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.63 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 1889 0 0 0 741 122 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=328096 CPUtime=14.58 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5191 0 0 0 1365 93 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.05 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) S 31363 31366 28512 0 -1 1077944384 7904 0 0 0 104 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032910280816 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.27 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) S 31363 31366 28512 0 -1 1077944384 6176 0 0 0 126 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=328096 CPUtime=0.28 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 2451 0 0 0 28 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.49 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1045 0 0 0 67 82 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 2348.13 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 328096 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.45 1.38 3/216 31554
/proc/meminfo: memFree=21827124/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=328096 CPUtime=2408.72 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 74282 0 0 0 240385 487 0 0 20 0 15 0 104741937 10914865152 82024 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 82024 3148 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=1800 CPUtime=2354.01 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 38747 0 0 0 235345 56 0 0 20 0 15 0 104741938 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033426559024 140033062032492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.86 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 3946 0 0 0 764 122 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.91 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2786 0 0 0 771 120 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.86 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2386 0 0 0 762 124 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=328096 CPUtime=8.86 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 2141 0 0 0 760 126 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=328096 CPUtime=14.97 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5326 0 0 0 1401 96 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=0 CPUtime=1.05 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) S 31363 31366 28512 0 -1 1077944384 7906 0 0 0 104 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032910280816 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.27 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) S 31363 31366 28512 0 -1 1077944384 6178 0 0 0 126 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=3708 CPUtime=0.28 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 2453 0 0 0 28 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=29864 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=2273 CPUtime=1.54 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1053 0 0 0 69 85 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 2408.72 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 328096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.44 1.38 3/216 31555
/proc/meminfo: memFree=21827400/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=328096 CPUtime=2469.29 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 75246 0 0 0 246432 497 0 0 20 0 15 0 104741937 10914865152 82024 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 82024 3148 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=8800 CPUtime=2413.33 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 39431 0 0 0 241276 57 0 0 20 0 15 0 104741938 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033426559024 140033062032855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=1408 CPUtime=9.09 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 3947 0 0 0 785 124 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=328096 CPUtime=9.13 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2811 0 0 0 790 123 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=328096 CPUtime=9.08 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2616 0 0 0 781 127 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=328096 CPUtime=9.06 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 2153 0 0 0 778 128 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=328096 CPUtime=15.32 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5335 0 0 0 1434 98 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.05 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) S 31363 31366 28512 0 -1 1077944384 7906 0 0 0 104 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032910280816 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.27 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) S 31363 31366 28512 0 -1 1077944384 6178 0 0 0 126 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=328096 CPUtime=0.28 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 2453 0 0 0 28 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=328096 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=328096 CPUtime=1.57 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1056 0 0 0 70 87 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 2469.29 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 328096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.6 s]
/proc/loadavg: 1.46 1.45 1.39 3/216 31556
/proc/meminfo: memFree=21827276/32770624 swapFree=67108796/67108860
[pid=31366] ppid=31363 vsize=10659048 memory=328096 CPUtime=2520.08 cores=1,3,5,7
/proc/31366/stat : 31366 (java) S 31363 31366 28512 0 -1 1077944320 76125 0 0 0 251500 508 0 0 20 0 15 0 104741937 10914865152 82024 33554432000 4194304 4196468 140721285752352 140721285734896 140033422319351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
/proc/31366/statm: 2664762 82024 3148 1 0 2627263 0
[pid=31366/tid=31368] ppid=31363 vsize=10659048 memory=792 CPUtime=2463.04 cores=1,3,5,7
/proc/31366/task/31368/stat : 31368 (java) R 31363 31366 28512 0 -1 4202560 40133 0 0 0 246245 59 0 0 20 0 15 0 104741938 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033426558720 140033062288672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31369] ppid=31363 vsize=10659048 memory=6791534058613427641 CPUtime=9.27 cores=1,3,5,7
/proc/31366/task/31369/stat : 31369 (java) S 31363 31366 28512 0 -1 1077944384 3953 0 0 0 801 126 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033383278992 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31370] ppid=31363 vsize=10659048 memory=328096 CPUtime=9.31 cores=1,3,5,7
/proc/31366/task/31370/stat : 31370 (java) S 31363 31366 28512 0 -1 1077944384 2815 0 0 0 805 126 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033028495632 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31371] ppid=31363 vsize=10659048 memory=15539617717815893 CPUtime=9.26 cores=1,3,5,7
/proc/31366/task/31371/stat : 31371 (java) S 31363 31366 28512 0 -1 1077944384 2632 0 0 0 797 129 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033027443344 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31372] ppid=31363 vsize=10659048 memory=644 CPUtime=9.26 cores=1,3,5,7
/proc/31366/task/31372/stat : 31372 (java) S 31363 31366 28512 0 -1 1077944384 2158 0 0 0 795 131 0 0 20 0 15 0 104741939 10914865152 82024 33554432000 4194304 4196468 140721285752352 140033026390544 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31373] ppid=31363 vsize=10659048 memory=1676 CPUtime=15.63 cores=1,3,5,7
/proc/31366/task/31373/stat : 31373 (java) S 31363 31366 28512 0 -1 1077944384 5459 0 0 0 1463 100 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032982116976 140033422330498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31374] ppid=31363 vsize=10659048 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31374/stat : 31374 (java) S 31363 31366 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104741940 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032981062944 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31375] ppid=31363 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31375/stat : 31375 (java) S 31363 31366 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104741941 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032912385648 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31376] ppid=31363 vsize=10659048 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31376/stat : 31376 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032911333968 140033422337947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31377] ppid=31363 vsize=10659048 memory=2244 CPUtime=1.05 cores=1,3,5,7
/proc/31366/task/31377/stat : 31377 (java) S 31363 31366 28512 0 -1 1077944384 7908 0 0 0 104 1 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032910280816 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31378] ppid=31363 vsize=10659048 memory=4124 CPUtime=1.29 cores=1,3,5,7
/proc/31366/task/31378/stat : 31378 (java) S 31363 31366 28512 0 -1 1077944384 6180 0 0 0 127 2 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032909228016 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31379] ppid=31363 vsize=10659048 memory=924 CPUtime=0.28 cores=1,3,5,7
/proc/31366/task/31379/stat : 31379 (java) S 31363 31366 28512 0 -1 1077944384 2455 0 0 0 28 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032908175728 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31380] ppid=31363 vsize=10659048 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/31366/task/31380/stat : 31380 (java) S 31363 31366 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032907123168 140033422329557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
[pid=31366/tid=31381] ppid=31363 vsize=10659048 memory=2092 CPUtime=1.6 cores=1,3,5,7
/proc/31366/task/31381/stat : 31381 (java) S 31363 31366 28512 0 -1 1077944384 1072 0 0 0 71 89 0 0 20 0 15 0 104741943 10914865152 82024 33554432000 4194304 4196468 140721285752352 140032906070960 140033422330498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8671232 140721285760173 140721285760265 140721285760265 140721285763023 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 328096 KiB

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

[startup+2492.62 s]
# the end of solver process 31366 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.02 s, system=5.08657 s

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

Child status: 143
Real time (s): 2492.62
CPU time (s): 2520.11
CPU user time (s): 2515.02
CPU system time (s): 5.08657
CPU usage (%): 101.103
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 333952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.02
system time used= 5.08657
maximum resident set size= 334028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 457144
involuntary context switches= 6934


# summary of solver processes directly reported to runsolver:
#   pid: 31366
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.02
#   total CPU system time (s): 5.08657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5186 second user time and 23.0316 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-29 15:43:08
IDJOB=4300400
IDBENCH=141621
IDSOLVER=2763
FILE ID=node138/4300400-1532871788
RUNJOBID= node138-1532844847-28544
PBS_JOBID= 21022500
Free space on /tmp= 56152 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300400-1532871788/watcher-4300400-1532871788 -o /tmp/evaluation-result-4300400-1532871788/solver-4300400-1532871788 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300400-1532871788.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1482103450

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21124176 kB
MemAvailable:   30671792 kB
Buffers:          222508 kB
Cached:          9536920 kB
SwapCached:           44 kB
Active:          3675340 kB
Inactive:        7394124 kB
Active(anon):    1254420 kB
Inactive(anon):    83480 kB
Active(file):    2420920 kB
Inactive(file):  7310644 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1317204 kB
Mapped:            51012 kB
Shmem:             25164 kB
Slab:             272544 kB
SReclaimable:     244512 kB
SUnreclaim:        28032 kB
KernelStack:        3616 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2751944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56152 MiB
End job on node138 at 2018-07-29 16:24:40