Trace number 4273277

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)119 2520.02 2473.51

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
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 size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"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.29/0.36	c version: 2017-07-26
0.29/0.36	c seed: 793749138
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.39	c Parsing instance...
1.14/0.84	c Parsing done, starting search...
1.14/0.87	o 452
1.38/0.92	o 433
1.38/0.95	o 420
1.38/0.95	o 403
1.38/0.99	o 377
1.38/1.00	o 244
1.75/1.02	o 206
2.70/1.32	o 153
4.25/1.97	o 151
4.25/1.97	o 149
4.70/2.25	o 148
5.26/2.74	o 145
5.37/2.86	o 142
5.47/2.98	o 139
6.66/4.03	o 138
6.66/4.09	o 137
6.88/4.23	o 130
7.27/4.65	o 129
7.79/5.20	o 128
7.94/5.21	o 127
8.04/5.39	o 122
8.26/5.54	o 119
2520.00/2473.50	s SATISFIABLE
2520.00/2473.50	v <instantiation>
2520.00/2473.50	v 	<list>
2520.00/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.00/2473.50	v 	</list>
2520.00/2473.50	v 	<values>
2520.00/2473.50	v 		10 5 3 0 1 6 8 4 2 7 9 11 13 15 18 16 17 19 14 12 5 4 5 3 10 4 6 10 6 4 6 5 7 12 4 8 3 8 3 6 
2520.00/2473.50	v 	</values>
2520.00/2473.50	v </instantiation>

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273277-1502883434/watcher-4273277-1502883434 -o /tmp/evaluation-result-4273277-1502883434/solver-4273277-1502883434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502875181-32539 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 793749138 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273277-1502883434.xml 

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

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

solver pid=1156, runsolver pid=1153

[startup+0.100172 s]*
/proc/loadavg: 1.34 1.31 1.34 3/207 1165
/proc/meminfo: memFree=31369116/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13573664 memory=19272 CPUtime=0.03 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 4186 0 0 0 2 1 0 0 20 0 9 0 135850020 13899431936 4818 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3393416 4818 2107 1 0 3382913 0
[pid=1156/tid=1158] ppid=1153 vsize=13573664 memory=4134931637327788091 CPUtime=0.02 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 2863 0 0 0 2 0 0 0 20 0 9 0 135850027 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270599719280 140270577130414 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13573664 memory=3461361991549258287 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 135850028 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13573664 memory=139681027008128 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 135850028 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 135850028 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 135850028 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13573664 memory=139681027008128 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 135850029 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 135850030 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270073005600 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 135850030 13899431936 4846 18446744073709551615 4194304 4196468 140726121063312 140270071952816 140270595491541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 19272 KiB

[startup+0.210201 s]*
/proc/loadavg: 1.34 1.31 1.34 5/213 1179
/proc/meminfo: memFree=31343084/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13975920 memory=33840 CPUtime=0.12 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 9408 0 0 0 10 2 0 0 20 0 15 0 135850020 14311342080 8460 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3493980 8460 3384 1 0 3482759 0
[pid=1156/tid=1158] ppid=1153 vsize=13975920 memory=8390339637985935414 CPUtime=0.09 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 7366 0 0 0 8 1 0 0 20 0 15 0 135850027 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270599660208 140270595493270 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13975920 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13975920 memory=139681027029627 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850029 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135850030 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270073005600 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13975920 memory=139681027008128 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135850030 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270071952752 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) R 1153 1156 4674 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 135850033 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270574913250 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850037 14311342080 8463 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33840 KiB

[startup+0.313648 s]*
/proc/loadavg: 1.34 1.31 1.34 3/213 1179
/proc/meminfo: memFree=31325708/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13975920 memory=42944 CPUtime=0.29 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 10942 0 0 0 26 3 0 0 20 0 15 0 135850020 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3493980 10736 3570 1 0 3482759 0
[pid=1156/tid=1158] ppid=1153 vsize=13975920 memory=8390339637985935414 CPUtime=0.19 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 8528 0 0 0 17 2 0 0 20 0 15 0 135850027 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270599689456 140270595503261 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13975920 memory=302022869976875031 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13975920 memory=139681027029627 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13975920 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13975920 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13975920 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135850029 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13975920 memory=6879655668675933547 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135850030 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270073005600 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13975920 memory=139681027008128 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135850030 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270071952752 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) R 1153 1156 4674 0 -1 4202560 460 0 0 0 1 0 0 0 20 0 15 0 135850033 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270588466377 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13975920 memory=67440 CPUtime=0.02 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 133 0 0 0 2 0 0 0 20 0 15 0 135850033 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 446 0 0 0 5 0 0 0 20 0 15 0 135850033 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850037 14311342080 10736 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42944 KiB

[startup+0.700718 s]
/proc/loadavg: 1.34 1.31 1.34 3/213 1179
/proc/meminfo: memFree=31293000/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13977988 memory=70656 CPUtime=1 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 14340 0 0 0 95 5 0 0 20 0 15 0 135850020 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3494497 17664 3733 1 0 3483271 0
[pid=1156/tid=1158] ppid=1153 vsize=13977988 memory=6656426216303648864 CPUtime=0.57 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 10800 0 0 0 54 3 0 0 20 0 15 0 135850027 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270599716928 140270595503261 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13977988 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850028 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13977988 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135850028 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13977988 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135850029 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13977988 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135850030 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270073005600 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13977988 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135850030 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270071952752 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13977988 memory=39644 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13977988 memory=1232 CPUtime=0.12 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 1017 0 0 0 12 0 0 0 20 0 15 0 135850033 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13977988 memory=4060 CPUtime=0.09 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 394 0 0 0 9 0 0 0 20 0 15 0 135850033 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13977988 memory=644 CPUtime=0.19 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 747 0 0 0 19 0 0 0 20 0 15 0 135850033 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13977988 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13977988 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135850037 14313459712 17664 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 70656 KiB

[startup+1.50078 s]
/proc/loadavg: 1.34 1.31 1.34 7/213 1179
/proc/meminfo: memFree=31196220/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13982084 memory=211940 CPUtime=3.34 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 29950 0 0 0 320 14 0 0 20 0 15 0 135850020 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3495521 52985 3789 1 0 3484295 0
[pid=1156/tid=1158] ppid=1153 vsize=13982084 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 15262 0 0 0 129 7 0 0 20 0 15 0 135850027 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270599718184 140270231109289 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13982084 memory=163472 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 135850028 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13982084 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 135850028 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13982084 memory=-3831251742559211316 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 135850028 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13982084 memory=8329294824090543255 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 135850028 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13982084 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135850029 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13982084 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270073005600 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13982084 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270071952768 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13982084 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13982084 memory=4048 CPUtime=0.74 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) R 1153 1156 4674 0 -1 4202560 3658 0 0 0 71 3 0 0 20 0 15 0 135850033 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270069828144 140270581162033 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13982084 memory=39644 CPUtime=0.7 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) R 1153 1156 4674 0 -1 4202560 5310 0 0 0 69 1 0 0 20 0 15 0 135850033 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270068782448 140270575660394 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13982084 memory=7680170660397595203 CPUtime=0.49 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 3654 0 0 0 48 1 0 0 20 0 15 0 135850033 14317654016 52985 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0

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

/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 63597 0 0 0 229431 52 0 0 20 0 15 0 135850027 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270599719568 140270230189816 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13982084 memory=796 CPUtime=13.84 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 9558 0 0 0 1311 73 0 0 20 0 15 0 135850028 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13982084 memory=984 CPUtime=13.85 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 9584 0 0 0 1317 68 0 0 20 0 15 0 135850028 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13982084 memory=1728 CPUtime=13.84 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 9529 0 0 0 1313 71 0 0 20 0 15 0 135850028 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13982084 memory=4572 CPUtime=13.84 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 9648 0 0 0 1318 66 0 0 20 0 15 0 135850028 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13982084 memory=1444 CPUtime=9.72 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 8658 0 0 0 903 69 0 0 20 0 15 0 135850029 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13982084 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270073005664 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13982084 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270071952768 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13982084 memory=14132234227549594 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13982084 memory=644 CPUtime=2.23 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 26809 0 0 0 217 6 0 0 20 0 15 0 135850033 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13982084 memory=1796 CPUtime=1.64 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 23521 0 0 0 162 2 0 0 20 0 15 0 135850033 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13982084 memory=956 CPUtime=0.74 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 17844 0 0 0 71 3 0 0 20 0 15 0 135850033 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13982084 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13982084 memory=3048 CPUtime=1.43 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 721 0 0 0 64 79 0 0 20 0 15 0 135850037 14317654016 222242 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 2366.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 888968 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.34 1.38 3/214 1354
/proc/meminfo: memFree=29822452/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13982084 memory=895112 CPUtime=2427.12 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 183318 0 0 0 242291 421 0 0 20 0 15 0 135850020 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3495521 223778 3821 1 0 3484295 0
[pid=1156/tid=1158] ppid=1153 vsize=13982084 memory=844 CPUtime=2354.12 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 64615 0 0 0 235359 53 0 0 20 0 15 0 135850027 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270599719456 140270231171327 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13982084 memory=16436 CPUtime=14.23 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 9880 0 0 0 1349 74 0 0 20 0 15 0 135850028 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13982084 memory=7680170660397595203 CPUtime=14.23 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 9769 0 0 0 1354 69 0 0 20 0 15 0 135850028 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13982084 memory=984 CPUtime=14.24 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 9785 0 0 0 1351 73 0 0 20 0 15 0 135850028 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13982084 memory=1728 CPUtime=14.21 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 9933 0 0 0 1354 67 0 0 20 0 15 0 135850028 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13982084 memory=4572 CPUtime=9.91 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 8833 0 0 0 921 70 0 0 20 0 15 0 135850029 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13982084 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270073005664 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13982084 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270071952768 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13982084 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13982084 memory=15880 CPUtime=2.23 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 26811 0 0 0 217 6 0 0 20 0 15 0 135850033 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13982084 memory=4048 CPUtime=1.64 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 23660 0 0 0 162 2 0 0 20 0 15 0 135850033 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13982084 memory=39732 CPUtime=0.74 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 17846 0 0 0 71 3 0 0 20 0 15 0 135850033 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13982084 memory=895112 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13982084 memory=4126316290023845779 CPUtime=1.47 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 736 0 0 0 66 81 0 0 20 0 15 0 135850037 14317654016 223778 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 2427.12 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 895112 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.35 1.38 3/214 1356
/proc/meminfo: memFree=29806600/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13982084 memory=901256 CPUtime=2488.29 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 185614 0 0 0 248401 428 0 0 20 0 15 0 135850020 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3495521 225314 3821 1 0 3484295 0
[pid=1156/tid=1158] ppid=1153 vsize=13982084 memory=288230617509003574 CPUtime=2413.46 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 65589 0 0 0 241292 54 0 0 20 0 15 0 135850027 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270599719568 140270230189447 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13982084 memory=14132234227549594 CPUtime=14.63 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 10129 0 0 0 1388 75 0 0 20 0 15 0 135850028 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13982084 memory=1444 CPUtime=14.63 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 9969 0 0 0 1393 70 0 0 20 0 15 0 135850028 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13982084 memory=12304 CPUtime=14.63 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 10078 0 0 0 1389 74 0 0 20 0 15 0 135850028 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13982084 memory=1204 CPUtime=14.62 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 10312 0 0 0 1394 68 0 0 20 0 15 0 135850028 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13982084 memory=15880 CPUtime=10.11 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 9013 0 0 0 939 72 0 0 20 0 15 0 135850029 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13982084 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270073005664 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13982084 memory=39732 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270071952768 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13982084 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13982084 memory=4060 CPUtime=2.23 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 26813 0 0 0 217 6 0 0 20 0 15 0 135850033 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13982084 memory=644 CPUtime=1.64 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 23662 0 0 0 162 2 0 0 20 0 15 0 135850033 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13982084 memory=1796 CPUtime=0.74 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 17848 0 0 0 71 3 0 0 20 0 15 0 135850033 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13982084 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13982084 memory=4639950512826379884 CPUtime=1.51 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 751 0 0 0 67 84 0 0 20 0 15 0 135850037 14317654016 225314 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 2488.29 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 901256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.5 s]
/proc/loadavg: 1.75 1.43 1.41 3/214 1435
/proc/meminfo: memFree=30368284/32770624 swapFree=67108764/67108860
[pid=1156] ppid=1153 vsize=13982084 memory=903304 CPUtime=2520 cores=1,3,5,7
/proc/1156/stat : 1156 (java) S 1153 1156 4674 0 -1 1077944320 186357 0 0 0 251570 430 0 0 20 0 15 0 135850020 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140726121045856 140270595481335 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
/proc/1156/statm: 3495521 225826 3821 1 0 3484295 0
[pid=1156/tid=1158] ppid=1153 vsize=13982084 memory=288230617509003574 CPUtime=2444.35 cores=1,3,5,7
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 4674 0 -1 4202560 65909 0 0 0 244381 54 0 0 20 0 15 0 135850027 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270599719792 140270230189888 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1159] ppid=1153 vsize=13982084 memory=15822183599441322 CPUtime=14.81 cores=1,3,5,7
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 4674 0 -1 1077944384 10144 0 0 0 1406 75 0 0 20 0 15 0 135850028 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270552447632 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1160] ppid=1153 vsize=13982084 memory=4572 CPUtime=14.8 cores=1,3,5,7
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 4674 0 -1 1077944384 9982 0 0 0 1410 70 0 0 20 0 15 0 135850028 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270551394832 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1161] ppid=1153 vsize=13982084 memory=1444 CPUtime=14.8 cores=1,3,5,7
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 4674 0 -1 1077944384 10128 0 0 0 1406 74 0 0 20 0 15 0 135850028 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270550342032 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1162] ppid=1153 vsize=13982084 memory=12304 CPUtime=14.79 cores=1,3,5,7
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 4674 0 -1 1077944384 10335 0 0 0 1411 68 0 0 20 0 15 0 135850028 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270549289232 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1163] ppid=1153 vsize=13982084 memory=1204 CPUtime=10.18 cores=1,3,5,7
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 4674 0 -1 1077944384 9021 0 0 0 946 72 0 0 20 0 15 0 135850029 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270074059632 140270595492482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1164] ppid=1153 vsize=13982084 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270073005664 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1165] ppid=1153 vsize=13982084 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 135850030 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270071952768 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1166] ppid=1153 vsize=13982084 memory=39732 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270070901072 140270595499931 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1167] ppid=1153 vsize=13982084 memory=1232 CPUtime=2.23 cores=1,3,5,7
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 4674 0 -1 1077944384 27021 0 0 0 217 6 0 0 20 0 15 0 135850033 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270069848432 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1176] ppid=1153 vsize=13982084 memory=4060 CPUtime=1.64 cores=1,3,5,7
/proc/1156/task/1176/stat : 1176 (java) S 1153 1156 4674 0 -1 1077944384 23766 0 0 0 162 2 0 0 20 0 15 0 135850033 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270068795632 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1177] ppid=1153 vsize=13982084 memory=644 CPUtime=0.74 cores=1,3,5,7
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 4674 0 -1 1077944384 17848 0 0 0 71 3 0 0 20 0 15 0 135850033 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270067742832 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1178] ppid=1153 vsize=13982084 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/1156/task/1178/stat : 1178 (java) S 1153 1156 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135850033 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270066690272 140270595491541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
[pid=1156/tid=1179] ppid=1153 vsize=13982084 memory=4126316290023845779 CPUtime=1.53 cores=1,3,5,7
/proc/1156/task/1179/stat : 1179 (java) S 1153 1156 4674 0 -1 1077944384 753 0 0 0 68 85 0 0 20 0 15 0 135850037 14317654016 225826 18446744073709551615 4194304 4196468 140726121063312 140270065638576 140270595492482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140726121066869 140726121067049 140726121067049 140726121070543 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 903304 KiB

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

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

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

Child status: 143
Real time (s): 2473.51
CPU time (s): 2520.02
CPU user time (s): 2515.72
CPU system time (s): 4.30751
CPU usage (%): 101.88
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 903304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.72
system time used= 4.30751
maximum resident set size= 903728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 337140
involuntary context switches= 7949


# summary of solver processes directly reported to runsolver:
#   pid: 1156
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2515.72
#   total CPU system time (s): 4.30751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2803 second user time and 24.7718 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-16 13:23:21
IDJOB=4273277
IDBENCH=135668
IDSOLVER=2665
FILE ID=node134/4273277-1502883434
RUNJOBID= node134-1502875181-32539
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-02.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-4273277-1502883434/watcher-4273277-1502883434 -o /tmp/evaluation-result-4273277-1502883434/solver-4273277-1502883434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502875181-32539 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 793749138 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273277-1502883434.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=793749138

node134.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.43
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.43
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.43
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.43
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:        31386816 kB
MemAvailable:   31841284 kB
Buffers:          295240 kB
Cached:           462128 kB
SwapCached:            4 kB
Active:           657516 kB
Inactive:         279064 kB
Active(anon):     126364 kB
Inactive(anon):   102648 kB
Active(file):     531152 kB
Inactive(file):   176416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             84692 kB
Writeback:             0 kB
AnonPages:        150336 kB
Mapped:            77300 kB
Shmem:             49756 kB
Slab:             152568 kB
SReclaimable:     125472 kB
SUnreclaim:        27096 kB
KernelStack:        3488 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node134 at 2017-08-16 14:04:35