Trace number 4273329

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 - ALNS 2017-07-26SAT (TO)3 2520.1101 2470.73

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.39	c version: 2017-07-26
0.26/0.39	c seed: 482655346
0.26/0.39	c timeout: 2520
0.26/0.39	c memlimit: 11000
0.26/0.39	c nbcore: 4
0.26/0.41	c Parsing instance...
1.39/0.92	c Parsing done, starting search...
1.39/1.00	o 5
2.01/1.15	o 4
7.85/4.83	o 3
2520.08/2470.70	s SATISFIABLE
2520.08/2470.70	v <instantiation>
2520.08/2470.70	v 	<list>
2520.08/2470.70	v 		p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8]
2520.08/2470.70	v 	</list>
2520.08/2470.70	v 	<values>
2520.08/2470.70	v 		0 6 3 2 4 7 1 8 5 0 0 3 2 5 4 2 8 6 7 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 0 2 2 3 3 3 3 3 2 1 
2520.08/2470.70	v 	</values>
2520.08/2470.70	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273329-1502905424/watcher-4273329-1502905424 -o /tmp/evaluation-result-4273329-1502905424/solver-4273329-1502905424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31957 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 482655346 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273329-1502905424.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=4474, runsolver pid=4471

[startup+0.100189 s]*
/proc/loadavg: 1.39 1.56 1.59 3/200 4480
/proc/meminfo: memFree=30289604/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13440536 memory=17376 CPUtime=0.01 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 3681 0 0 0 1 0 0 0 20 0 7 0 18157424 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3360134 4344 1997 1 0 3349631 0
[pid=4474/tid=4476] ppid=4471 vsize=13440536 memory=4134931637327788091 CPUtime=0.01 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 2371 0 0 0 1 0 0 0 20 0 7 0 18157432 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140112141798160 140112123238229 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13440536 memory=3461361991549258287 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 18157433 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13440536 memory=139978308163200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 18157433 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13440536 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 18157433 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13440536 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 18157433 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13440536 memory=139978308163200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 18157434 13763108864 4344 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 17376 KiB

[startup+0.210692 s]*
/proc/loadavg: 1.39 1.56 1.59 3/209 4489
/proc/meminfo: memFree=30279424/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13975920 memory=29384 CPUtime=0.1 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 6697 0 0 0 9 1 0 0 20 0 15 0 18157424 14311342080 7346 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3493980 7346 3348 1 0 3482759 0
[pid=4474/tid=4476] ppid=4471 vsize=13975920 memory=4134931637327788091 CPUtime=0.07 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 4765 0 0 0 7 0 0 0 20 0 15 0 18157432 14311342080 7411 18446744073709551615 4194304 4196468 140735547679104 140112141758832 140112121636190 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13975920 memory=3461361991549258287 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 7411 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13975920 memory=139978308163200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13975920 memory=139978308163200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18157434 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18157435 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111615292192 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18157435 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111614239856 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 18157437 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13975920 memory=139978308163200 CPUtime=0.01 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) R 4471 4474 2357 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 15 0 18157437 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111610026904 140112130662249 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13975920 memory=139978308163200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157442 14311342080 7477 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 29384 KiB

[startup+0.31045 s]*
/proc/loadavg: 1.39 1.56 1.59 3/209 4489
/proc/meminfo: memFree=30269636/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13975920 memory=39456 CPUtime=0.26 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 10376 0 0 0 23 3 0 0 20 0 15 0 18157424 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3494236 9864 3523 1 0 3483015 0
[pid=4474/tid=4476] ppid=4471 vsize=13976944 memory=4278483708103473607 CPUtime=0.17 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 8237 0 0 0 15 2 0 0 20 0 15 0 18157432 14312390656 9864 18446744073709551615 4194304 4196468 140735547679104 140112141755488 140112130235421 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13976944 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14312390656 9864 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13975920 memory=-8918987556599313462 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13975920 memory=4279135704047065247 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13975920 memory=-8102431393132624720 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18157433 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18157434 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18157435 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111615292192 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18157435 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111614239856 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 18157437 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 18157437 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13975920 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) R 4471 4474 2357 0 -1 4202560 415 0 0 0 4 0 0 0 20 0 15 0 18157437 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137577050 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157442 14311342080 9864 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39456 KiB

[startup+0.701139 s]
/proc/loadavg: 1.39 1.56 1.59 4/209 4489
/proc/meminfo: memFree=30256292/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13977988 memory=69924 CPUtime=1.03 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 14746 0 0 0 98 5 0 0 20 0 15 0 18157424 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3494497 17481 3733 1 0 3483271 0
[pid=4474/tid=4476] ppid=4471 vsize=13977988 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 10444 0 0 0 52 3 0 0 20 0 15 0 18157432 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140112141791664 140112137577629 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13977988 memory=7813587196152657717 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13977988 memory=5787217220103923008 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157433 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13977988 memory=6155409523803181143 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18157433 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13977988 memory=3474070060892446752 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18157434 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18157435 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111615292192 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13977988 memory=279956303281648 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18157435 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111614239856 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13977988 memory=14128948577568424 CPUtime=0.14 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) R 4471 4474 2357 0 -1 4202560 1299 0 0 0 14 0 0 0 20 0 15 0 18157437 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111612121232 140112122681475 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13977988 memory=8700 CPUtime=0.1 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 647 0 0 0 10 0 0 0 20 0 15 0 18157437 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13977988 memory=1200 CPUtime=0.2 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) R 4471 4474 2357 0 -1 1077944384 975 0 0 0 20 0 0 0 20 0 15 0 18157437 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18157442 14313459712 17481 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69924 KiB

[startup+1.50166 s]
/proc/loadavg: 1.39 1.56 1.59 5/209 4489
/proc/meminfo: memFree=30214976/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13982084 memory=216508 CPUtime=3.13 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 29196 0 0 0 301 12 0 0 20 0 15 0 18157424 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3495521 54127 3784 1 0 3484295 0
[pid=4474/tid=4476] ppid=4471 vsize=13982084 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 15393 0 0 0 126 7 0 0 20 0 15 0 18157432 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140112141792688 140111782976697 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 15 0 18157433 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 18157433 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13982084 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 18157433 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13982084 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 18157433 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13982084 memory=279956303423904 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 18157434 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13982084 memory=33 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111615292256 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13982084 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111614239872 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13982084 memory=-7361183220417257581 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13982084 memory=9126124048372753761 CPUtime=0.65 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) R 4471 4474 2357 0 -1 4202560 4128 0 0 0 64 1 0 0 20 0 15 0 18157437 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111612121928 140112122434722 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13982084 memory=4137293581110450563 CPUtime=0.62 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) R 4471 4474 2357 0 -1 4202560 3684 0 0 0 62 0 0 0 20 0 15 0 18157437 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111611069808 140112118256965 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13982084 memory=-7175753904026764170 CPUtime=0.47 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) S 4471 4474 2357 0 -1 1077944384 3835 0 0 0 46 1 0 0 20 0 15 0 18157437 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13982084 memory=4639074098508484692 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13982084 memory=7594587674001172330 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18157442 14317654016 54127 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0

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

/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 122602 0 0 0 235358 63 0 0 20 0 15 0 18157432 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140112141793648 140111783939501 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13982084 memory=279956303409896 CPUtime=14.99 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 25990 0 0 0 1440 59 0 0 20 0 15 0 18157433 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13982084 memory=2005716 CPUtime=15 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 22842 0 0 0 1438 62 0 0 20 0 15 0 18157433 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13982084 memory=2007764 CPUtime=15.01 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 26141 0 0 0 1441 60 0 0 20 0 15 0 18157433 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13982084 memory=2007764 CPUtime=15 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 29462 0 0 0 1440 60 0 0 20 0 15 0 18157433 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13982084 memory=2007764 CPUtime=8.88 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 23216 0 0 0 830 58 0 0 20 0 15 0 18157434 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13982084 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111615292256 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13982084 memory=2007764 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111614239872 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13982084 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13982084 memory=2007764 CPUtime=2.54 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 28651 0 0 0 251 3 0 0 20 0 15 0 18157437 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13982084 memory=2007764 CPUtime=2.06 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 26406 0 0 0 204 2 0 0 20 0 15 0 18157437 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13982084 memory=2007764 CPUtime=0.75 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) S 4471 4474 2357 0 -1 1077944384 19325 0 0 0 72 3 0 0 20 0 15 0 18157437 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13982084 memory=2007764 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13982084 memory=2007764 CPUtime=1.5 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 2021 0 0 0 69 81 0 0 20 0 15 0 18157442 14317654016 501941 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 2430.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2007764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.56 1.46 3/213 4750
/proc/meminfo: memFree=23313208/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13982084 memory=1823480 CPUtime=2491.23 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 334431 0 0 0 248729 394 0 0 20 0 15 0 18157424 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3495521 455870 3832 1 0 3484295 0
[pid=4474/tid=4476] ppid=4471 vsize=13982084 memory=1823368 CPUtime=2413.47 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 124374 0 0 0 241283 64 0 0 20 0 15 0 18157432 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140112141793648 140111780676454 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13982084 memory=2012152 CPUtime=15.4 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 26620 0 0 0 1480 60 0 0 20 0 15 0 18157433 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13982084 memory=2005716 CPUtime=15.41 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 23464 0 0 0 1477 64 0 0 20 0 15 0 18157433 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13982084 memory=2007764 CPUtime=15.44 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 26641 0 0 0 1481 63 0 0 20 0 15 0 18157433 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13982084 memory=1823368 CPUtime=15.41 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 29984 0 0 0 1480 61 0 0 20 0 15 0 18157433 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13982084 memory=1823368 CPUtime=9.09 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 25420 0 0 0 849 60 0 0 20 0 15 0 18157434 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13982084 memory=1823368 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111615292256 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13982084 memory=1823480 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111614239872 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13982084 memory=1823368 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13982084 memory=1823368 CPUtime=2.54 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 28655 0 0 0 251 3 0 0 20 0 15 0 18157437 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13982084 memory=1823368 CPUtime=2.06 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 26410 0 0 0 204 2 0 0 20 0 15 0 18157437 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13982084 memory=4104 CPUtime=0.75 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) S 4471 4474 2357 0 -1 1077944384 19352 0 0 0 72 3 0 0 20 0 15 0 18157437 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13982084 memory=13376 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13982084 memory=4104 CPUtime=1.54 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 2047 0 0 0 71 83 0 0 20 0 15 0 18157442 14317654016 455870 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 2491.23 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1823480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.7 s]
/proc/loadavg: 1.68 1.57 1.47 3/213 4750
/proc/meminfo: memFree=23313288/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2520.08 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 335919 0 0 0 251609 399 0 0 20 0 15 0 18157424 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3495521 455875 3835 1 0 3484295 0
[pid=4474/tid=4476] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2441.5 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 125189 0 0 0 244086 64 0 0 20 0 15 0 18157432 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140112141793648 140111782473657 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13982084 memory=15876 CPUtime=15.57 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 26627 0 0 0 1496 61 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.58 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 23503 0 0 0 1493 65 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.59 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 26650 0 0 0 1496 63 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.57 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 29994 0 0 0 1495 62 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13982084 memory=1823500 CPUtime=9.24 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 25592 0 0 0 863 61 0 0 20 0 15 0 18157434 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13982084 memory=1823500 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111615292256 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13982084 memory=1823500 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111614239872 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13982084 memory=164 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2.54 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 28657 0 0 0 251 3 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13982084 memory=1008 CPUtime=2.06 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 26412 0 0 0 204 2 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13982084 memory=1732 CPUtime=0.76 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) S 4471 4474 2357 0 -1 1077944384 19780 0 0 0 73 3 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13982084 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13982084 memory=1823500 CPUtime=1.56 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 2051 0 0 0 71 85 0 0 20 0 15 0 18157442 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1823500 KiB

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

[startup+2470.73 s]
# the end of solver process 4474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=4.00026 s

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

[startup+2470.7 s]
/proc/loadavg: 1.68 1.57 1.47 3/213 4750
/proc/meminfo: memFree=23313288/32770624 swapFree=67108860/67108860
[pid=4474] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2520.08 cores=0,2,4,6
/proc/4474/stat : 4474 (java) S 4471 4474 2357 0 -1 1077944320 335919 0 0 0 251609 399 0 0 20 0 15 0 18157424 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140735547661648 140112137555703 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
/proc/4474/statm: 3495521 455875 3835 1 0 3484295 0
[pid=4474/tid=4476] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2441.5 cores=0,2,4,6
/proc/4474/task/4476/stat : 4476 (java) R 4471 4474 2357 0 -1 4202560 125189 0 0 0 244086 64 0 0 20 0 15 0 18157432 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140112141793648 140111782473657 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4477] ppid=4471 vsize=13982084 memory=15876 CPUtime=15.57 cores=0,2,4,6
/proc/4474/task/4477/stat : 4477 (java) S 4471 4474 2357 0 -1 1077944384 26627 0 0 0 1496 61 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140112102837136 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4478] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.58 cores=0,2,4,6
/proc/4474/task/4478/stat : 4478 (java) S 4471 4474 2357 0 -1 1077944384 23503 0 0 0 1493 65 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111736212240 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4479] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.59 cores=0,2,4,6
/proc/4474/task/4479/stat : 4479 (java) S 4471 4474 2357 0 -1 1077944384 26650 0 0 0 1496 63 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111735159952 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4480] ppid=4471 vsize=13982084 memory=1823500 CPUtime=15.57 cores=0,2,4,6
/proc/4474/task/4480/stat : 4480 (java) S 4471 4474 2357 0 -1 1077944384 29994 0 0 0 1495 62 0 0 20 0 15 0 18157433 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111734107152 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4481] ppid=4471 vsize=13982084 memory=1823500 CPUtime=9.24 cores=0,2,4,6
/proc/4474/task/4481/stat : 4481 (java) S 4471 4474 2357 0 -1 1077944384 25592 0 0 0 863 61 0 0 20 0 15 0 18157434 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111616346224 140112137566850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4482] ppid=4471 vsize=13982084 memory=1823500 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4482/stat : 4482 (java) S 4471 4474 2357 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111615292256 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4483] ppid=4471 vsize=13982084 memory=1823500 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4483/stat : 4483 (java) S 4471 4474 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 18157435 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111614239872 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4484] ppid=4471 vsize=13982084 memory=164 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4484/stat : 4484 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111613188176 140112137574299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4485] ppid=4471 vsize=13982084 memory=1823500 CPUtime=2.54 cores=0,2,4,6
/proc/4474/task/4485/stat : 4485 (java) S 4471 4474 2357 0 -1 1077944384 28657 0 0 0 251 3 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111612136048 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4486] ppid=4471 vsize=13982084 memory=1008 CPUtime=2.06 cores=0,2,4,6
/proc/4474/task/4486/stat : 4486 (java) S 4471 4474 2357 0 -1 1077944384 26412 0 0 0 204 2 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111611083248 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4487] ppid=4471 vsize=13982084 memory=1732 CPUtime=0.76 cores=0,2,4,6
/proc/4474/task/4487/stat : 4487 (java) S 4471 4474 2357 0 -1 1077944384 19780 0 0 0 73 3 0 0 20 0 15 0 18157437 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111610030960 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4488] ppid=4471 vsize=13982084 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/4474/task/4488/stat : 4488 (java) S 4471 4474 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18157438 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111608978400 140112137565909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
[pid=4474/tid=4489] ppid=4471 vsize=13982084 memory=1823500 CPUtime=1.56 cores=0,2,4,6
/proc/4474/task/4489/stat : 4489 (java) S 4471 4474 2357 0 -1 1077944384 2051 0 0 0 71 85 0 0 20 0 15 0 18157442 14317654016 455875 18446744073709551615 4194304 4196468 140735547679104 140111607925168 140112137566850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30117888 140735547683192 140735547683372 140735547683372 140735547686863 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1823500 KiB

Child status: 143
Real time (s): 2470.73
CPU time (s): 2520.11
CPU user time (s): 2516.11
CPU system time (s): 4.00026
CPU usage (%): 101.999
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2012296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 4.00026
maximum resident set size= 2032716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306467
involuntary context switches= 10065


# summary of solver processes directly reported to runsolver:
#   pid: 4474
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 4.00026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5922 second user time and 24.41 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 19:29:47
IDJOB=4273329
IDBENCH=140518
IDSOLVER=2665
FILE ID=node129/4273329-1502905424
RUNJOBID= node129-1502867387-31957
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273329-1502905424/watcher-4273329-1502905424 -o /tmp/evaluation-result-4273329-1502905424/solver-4273329-1502905424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31957 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 482655346 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273329-1502905424.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=482655346

node129.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.61
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.61
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.61
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.61
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:        30296584 kB
MemAvailable:   30886624 kB
Buffers:          201296 kB
Cached:           674856 kB
SwapCached:            0 kB
Active:          1603108 kB
Inactive:         458948 kB
Active(anon):    1186540 kB
Inactive(anon):    16744 kB
Active(file):     416568 kB
Inactive(file):   442204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42316 kB
Writeback:             4 kB
AnonPages:       1186080 kB
Mapped:            47656 kB
Shmem:             17060 kB
Slab:             118872 kB
SReclaimable:      94208 kB
SUnreclaim:        24664 kB
KernelStack:        3424 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2630976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 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= 61932 MiB
End job on node129 at 2017-08-16 20:10:58