Trace number 4273279

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)105 2520.0701 2473.51

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 1738950238
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.41	c Parsing instance...
1.13/0.86	c Parsing done, starting search...
1.13/0.89	o 374
1.36/0.94	o 361
1.36/1.00	o 355
1.36/1.01	o 136
10.35/8.20	o 134
10.46/8.20	o 131
10.46/8.25	o 130
18.09/15.60	o 126
26.21/23.62	o 125
26.62/24.03	o 123
28.55/25.91	o 121
37.60/34.81	o 120
49.07/46.14	o 119
49.78/46.86	o 118
49.78/46.86	o 117
53.49/50.41	o 116
59.80/56.68	o 115
61.42/58.22	o 114
62.63/59.47	o 112
62.73/59.55	o 111
68.75/65.34	o 109
74.62/71.00	o 108
80.41/76.67	o 107
80.62/76.83	o 106
104.07/99.92	o 105
2520.05/2473.50	s SATISFIABLE
2520.05/2473.50	v <instantiation>
2520.05/2473.50	v 	<list>
2520.05/2473.50	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] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19]
2520.05/2473.50	v 	</list>
2520.05/2473.50	v 	<values>
2520.05/2473.50	v 		1 6 3 5 2 7 9 11 10 8 16 17 19 18 14 12 15 13 4 0 8 5 1 3 4 3 4 4 5 11 2 1 1 6 11 8 3 11 7 7 
2520.05/2473.50	v 	</values>
2520.05/2473.50	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273279-1502884369/watcher-4273279-1502884369 -o /tmp/evaluation-result-4273279-1502884369/solver-4273279-1502884369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1738950238 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273279-1502884369.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
solver pid=2587, runsolver pid=2584
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.38 1.37 1.40 3/204 2593
/proc/meminfo: memFree=30947108/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13440536 memory=15724 CPUtime=0.01 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 3780 0 0 0 1 0 0 0 20 0 7 0 188089450 13763108864 3931 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3360134 3931 2011 1 0 3349631 0
[pid=2587/tid=2589] ppid=2584 vsize=13440536 memory=7974038411334692957 CPUtime=0.01 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 2499 0 0 0 1 0 0 0 20 0 7 0 188089459 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139857577405200 139857557242466 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13440536 memory=3461361991549258287 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 188089460 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13440536 memory=140326141089408 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 188089460 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13440536 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 188089460 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13440536 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 188089460 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13440536 memory=140326141089408 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 188089461 13763108864 3997 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15724 KiB

[startup+0.211623 s]*
/proc/loadavg: 1.38 1.37 1.40 4/213 2602
/proc/meminfo: memFree=30935736/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13975920 memory=30996 CPUtime=0.1 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 7034 0 0 0 9 1 0 0 20 0 15 0 188089450 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3493980 7749 3381 1 0 3482759 0
[pid=2587/tid=2589] ppid=2584 vsize=13975920 memory=8390339637985935414 CPUtime=0.08 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 5001 0 0 0 7 1 0 0 20 0 15 0 188089459 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139857577374912 139857573184669 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13975920 memory=4294967625 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13975920 memory=140326141105854 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13975920 memory=140326141089408 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089461 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 188089462 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856757990304 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 188089462 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856756937712 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13975920 memory=140326141089408 CPUtime=0.01 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 188089465 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13975920 memory=140326141089408 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089469 14311342080 7749 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30996 KiB

[startup+0.31043 s]*
/proc/loadavg: 1.38 1.37 1.40 3/213 2602
/proc/meminfo: memFree=30926280/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13975920 memory=40216 CPUtime=0.27 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 10719 0 0 0 24 3 0 0 20 0 15 0 188089450 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3493980 10054 3539 1 0 3482759 0
[pid=2587/tid=2589] ppid=2584 vsize=13975920 memory=7668954370464627011 CPUtime=0.18 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 8424 0 0 0 16 2 0 0 20 0 15 0 188089459 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139857577366192 139857557243230 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 188089461 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 188089462 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856757990304 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 188089462 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856756937712 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 15 0 188089465 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 15 0 188089465 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) R 2584 2587 7084 0 -1 4202560 439 0 0 0 5 0 0 0 20 0 15 0 188089465 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573174678 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089469 14311342080 10054 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40216 KiB

[startup+0.700668 s]
/proc/loadavg: 1.38 1.37 1.40 4/213 2602
/proc/meminfo: memFree=30912756/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13977988 memory=67928 CPUtime=0.99 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 14186 0 0 0 95 4 0 0 20 0 15 0 188089450 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3494497 16982 3727 1 0 3483271 0
[pid=2587/tid=2589] ppid=2584 vsize=13977988 memory=1351 CPUtime=0.55 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 10672 0 0 0 52 3 0 0 20 0 15 0 188089459 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139857577372680 139857573184669 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13977988 memory=140326043954665 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089460 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13977988 memory=-8412656567858204531 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13977988 memory=-9034914462300422079 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13977988 memory=-6528659778308523166 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 188089460 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13977988 memory=8390361644446492005 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 188089461 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13977988 memory=3047711428313588876 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 188089462 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856757990304 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13977988 memory=5450874561017252906 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 188089462 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856756937712 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13977988 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 733 0 0 0 11 0 0 0 20 0 15 0 188089465 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13977988 memory=14499452029 CPUtime=0.11 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) R 2584 2587 7084 0 -1 4202560 659 0 0 0 11 0 0 0 20 0 15 0 188089465 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857554707277 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13977988 memory=6502580487379 CPUtime=0.19 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 737 0 0 0 19 0 0 0 20 0 15 0 188089465 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13977988 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13977988 memory=14131130420954467 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089469 14313459712 16982 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 67928 KiB

[startup+1.50472 s]
/proc/loadavg: 1.38 1.37 1.40 7/213 2602
/proc/meminfo: memFree=30869628/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13982084 memory=211044 CPUtime=3.29 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 28209 0 0 0 318 11 0 0 20 0 15 0 188089450 14317654016 52731 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3495521 52731 3790 1 0 3484295 0
[pid=2587/tid=2589] ppid=2584 vsize=13982084 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 14640 0 0 0 128 7 0 0 20 0 15 0 188089459 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139857577400096 139857171131847 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13982084 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 188089460 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 188089460 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13982084 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 188089460 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 364 0 0 0 0 0 0 0 20 0 15 0 188089460 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 188089461 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13982084 memory=-7016477082706927211 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856757990304 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13982084 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856756937712 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13982084 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13982084 memory=4156 CPUtime=0.7 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) R 2584 2587 7084 0 -1 1077944384 3502 0 0 0 70 0 0 0 20 0 15 0 188089465 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856754815024 139857573172949 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13982084 memory=81772 CPUtime=0.69 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 4843 0 0 0 69 0 0 0 20 0 15 0 188089465 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856753772688 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13982084 memory=1296 CPUtime=0.48 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) R 2584 2587 7084 0 -1 4202560 3210 0 0 0 47 1 0 0 20 0 15 0 188089465 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856752723888 139857565399870 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13982084 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13982084 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089469 14317654016 52761 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0

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

/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 66982 0 0 0 235349 47 0 0 20 0 15 0 188089459 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139857577401360 139857175322238 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13982084 memory=855140 CPUtime=14.14 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 8483 0 0 0 1337 77 0 0 20 0 15 0 188089460 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13982084 memory=851044 CPUtime=14.16 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 8768 0 0 0 1343 73 0 0 20 0 15 0 188089460 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13982084 memory=7680170660397595203 CPUtime=14.16 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 9348 0 0 0 1341 75 0 0 20 0 15 0 188089460 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13982084 memory=855140 CPUtime=14.18 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 9132 0 0 0 1343 75 0 0 20 0 15 0 188089460 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13982084 memory=855140 CPUtime=10.16 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 8712 0 0 0 945 71 0 0 20 0 15 0 188089461 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13982084 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856757990368 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13982084 memory=851044 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856756937728 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13982084 memory=855140 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13982084 memory=853092 CPUtime=2.01 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 23244 0 0 0 198 3 0 0 20 0 15 0 188089465 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13982084 memory=853092 CPUtime=2.04 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 27272 0 0 0 202 2 0 0 20 0 15 0 188089465 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13982084 memory=855140 CPUtime=0.74 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 23488 0 0 0 71 3 0 0 20 0 15 0 188089465 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13982084 memory=855140 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13982084 memory=855140 CPUtime=1.45 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 763 0 0 0 71 74 0 0 20 0 15 0 188089469 14317654016 213785 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 2427.12 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 855140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.77 1.51 1.43 3/214 2880
/proc/meminfo: memFree=29282272/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13982084 memory=861284 CPUtime=2488.24 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 190006 0 0 0 248407 417 0 0 20 0 15 0 188089450 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3495521 215321 3820 1 0 3484295 0
[pid=2587/tid=2589] ppid=2584 vsize=13982084 memory=4126316290023845779 CPUtime=2413.28 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 68114 0 0 0 241280 48 0 0 20 0 15 0 188089459 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139857577401280 139857176666406 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13982084 memory=861284 CPUtime=14.54 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 8573 0 0 0 1376 78 0 0 20 0 15 0 188089460 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13982084 memory=861284 CPUtime=14.56 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 8903 0 0 0 1381 75 0 0 20 0 15 0 188089460 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13982084 memory=857188 CPUtime=14.56 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 9532 0 0 0 1379 77 0 0 20 0 15 0 188089460 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13982084 memory=851044 CPUtime=14.56 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 9350 0 0 0 1380 76 0 0 20 0 15 0 188089460 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13982084 memory=859236 CPUtime=10.36 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 8893 0 0 0 964 72 0 0 20 0 15 0 188089461 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13982084 memory=859236 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856757990368 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13982084 memory=859236 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856756937728 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13982084 memory=861284 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13982084 memory=861284 CPUtime=2.02 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 23516 0 0 0 199 3 0 0 20 0 15 0 188089465 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13982084 memory=861284 CPUtime=2.05 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 27359 0 0 0 203 2 0 0 20 0 15 0 188089465 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13982084 memory=861284 CPUtime=0.75 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 23549 0 0 0 72 3 0 0 20 0 15 0 188089465 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13982084 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13982084 memory=859236 CPUtime=1.49 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 770 0 0 0 73 76 0 0 20 0 15 0 188089469 14317654016 215321 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 2488.24 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 861284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.5 s]
/proc/loadavg: 1.58 1.48 1.42 3/214 2880
/proc/meminfo: memFree=29058500/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13982084 memory=863332 CPUtime=2520.05 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 190756 0 0 0 251583 422 0 0 20 0 15 0 188089450 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3495521 215833 3820 1 0 3484295 0
[pid=2587/tid=2589] ppid=2584 vsize=13982084 memory=863332 CPUtime=2444.1 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 68508 0 0 0 244362 48 0 0 20 0 15 0 188089459 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857577401136 139857176666304 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.74 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 8687 0 0 0 1396 78 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13982084 memory=55 CPUtime=14.77 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 8960 0 0 0 1401 76 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.76 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 9641 0 0 0 1399 77 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.77 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 9422 0 0 0 1401 76 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13982084 memory=863332 CPUtime=10.47 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 8896 0 0 0 974 73 0 0 20 0 15 0 188089461 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856757990368 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13982084 memory=859236 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856756937728 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13982084 memory=280652088395744 CPUtime=2.02 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 23516 0 0 0 199 3 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13982084 memory=863332 CPUtime=2.05 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 27359 0 0 0 203 2 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13982084 memory=863332 CPUtime=0.75 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 23549 0 0 0 72 3 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13982084 memory=863332 CPUtime=1.51 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 771 0 0 0 74 77 0 0 20 0 15 0 188089469 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 863332 KiB

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

[startup+2473.51 s]
# the end of solver process 2587 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.85 s, system=4.22577 s

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

[startup+2473.5 s]
/proc/loadavg: 1.58 1.48 1.42 3/214 2880
/proc/meminfo: memFree=29058500/32770624 swapFree=67108776/67108860
[pid=2587] ppid=2584 vsize=13982084 memory=863332 CPUtime=2520.05 cores=0,2,4,6
/proc/2587/stat : 2587 (java) S 2584 2587 7084 0 -1 1077944320 190756 0 0 0 251583 422 0 0 20 0 15 0 188089450 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 140725508550128 139857573162743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
/proc/2587/statm: 3495521 215833 3820 1 0 3484295 0
[pid=2587/tid=2589] ppid=2584 vsize=13982084 memory=863332 CPUtime=2444.1 cores=0,2,4,6
/proc/2587/task/2589/stat : 2589 (java) R 2584 2587 7084 0 -1 4202560 68508 0 0 0 244362 48 0 0 20 0 15 0 188089459 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857577401136 139857176666304 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2590] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.74 cores=0,2,4,6
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 7084 0 -1 1077944384 8687 0 0 0 1396 78 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857492577040 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2591] ppid=2584 vsize=13982084 memory=55 CPUtime=14.77 cores=0,2,4,6
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 7084 0 -1 1077944384 8960 0 0 0 1401 76 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857491524496 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2592] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.76 cores=0,2,4,6
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 7084 0 -1 1077944384 9641 0 0 0 1399 77 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857171049488 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2593] ppid=2584 vsize=13982084 memory=863332 CPUtime=14.77 cores=0,2,4,6
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 7084 0 -1 1077944384 9422 0 0 0 1401 76 0 0 20 0 15 0 188089460 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139857169996944 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2594] ppid=2584 vsize=13982084 memory=863332 CPUtime=10.47 cores=0,2,4,6
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 7084 0 -1 1077944384 8896 0 0 0 974 73 0 0 20 0 15 0 188089461 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856759044080 139857573173890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2595] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856757990368 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2596] ppid=2584 vsize=13982084 memory=859236 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 188089462 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856756937728 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2597] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856755886288 139857573181339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2598] ppid=2584 vsize=13982084 memory=280652088395744 CPUtime=2.02 cores=0,2,4,6
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 7084 0 -1 1077944384 23516 0 0 0 199 3 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856754833904 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2599] ppid=2584 vsize=13982084 memory=863332 CPUtime=2.05 cores=0,2,4,6
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 7084 0 -1 1077944384 27359 0 0 0 203 2 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856753781360 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2600] ppid=2584 vsize=13982084 memory=863332 CPUtime=0.75 cores=0,2,4,6
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 7084 0 -1 1077944384 23549 0 0 0 72 3 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856752728816 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2601] ppid=2584 vsize=13982084 memory=863332 CPUtime=0 cores=0,2,4,6
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 188089465 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856013421664 139857573172949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
[pid=2587/tid=2602] ppid=2584 vsize=13982084 memory=863332 CPUtime=1.51 cores=0,2,4,6
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 7084 0 -1 1077944384 771 0 0 0 74 77 0 0 20 0 15 0 188089469 14317654016 215833 18446744073709551615 4194304 4196468 140725508567584 139856012368176 139857573173890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 69 0 0 6293624 6294260 25792512 140725508575604 140725508575785 140725508575785 140725508579279 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 863332 KiB

Child status: 143
Real time (s): 2473.51
CPU time (s): 2520.07
CPU user time (s): 2515.85
CPU system time (s): 4.22577
CPU usage (%): 101.882
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 863332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.85
system time used= 4.22577
maximum resident set size= 863752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 348052
involuntary context switches= 10000


# summary of solver processes directly reported to runsolver:
#   pid: 2587
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.85
#   total CPU system time (s): 4.22577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7186 second user time and 23.7837 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-16 13:38:22
IDJOB=4273279
IDBENCH=135675
IDSOLVER=2665
FILE ID=node132/4273279-1502884369
RUNJOBID= node132-1502658038-4849
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.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-4273279-1502884369/watcher-4273279-1502884369 -o /tmp/evaluation-result-4273279-1502884369/solver-4273279-1502884369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1738950238 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273279-1502884369.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1738950238

node132.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.74
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.74
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.74
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.74
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:        30953692 kB
MemAvailable:   31611244 kB
Buffers:          310192 kB
Cached:           659380 kB
SwapCached:           84 kB
Active:          1042072 kB
Inactive:         327828 kB
Active(anon):     348440 kB
Inactive(anon):   109980 kB
Active(file):     693632 kB
Inactive(file):   217848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             42328 kB
Writeback:             4 kB
AnonPages:        400256 kB
Mapped:            86008 kB
Shmem:             57960 kB
Slab:             151016 kB
SReclaimable:     123812 kB
SUnreclaim:        27204 kB
KernelStack:        3504 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 61948 MiB
End job on node132 at 2017-08-16 14:19:35