Trace number 4247462

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
R1: OscaR - ALNS 2017-06-30SAT (TO)2 2400.12 2350.42

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-004.xml
MD5SUMb220eda080bc853662ea3d9fecf431a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.014442
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints12
Number of domains7
Minimum domain size2
Maximum domain size7
Distribution of domain sizes[{"size":2,"count":11},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":1},{"size":7,"count":1}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":3},{"degree":2,"count":12},{"degree":3,"count":4}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":7},{"arity":4,"count":1}]
Number of extensional constraints0
Number of intensional constraints9
Distribution of constraint types[{"type":"intension","count":9},{"type":"sum","count":3}]
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.25/0.29	c version: 2017-06-30
0.25/0.29	c seed: 1803706431
0.25/0.29	c timeout: 2400
0.25/0.29	c memlimit: 15500
0.25/0.29	c nbcore: 8
0.43/0.32	c Parsing instance...
1.11/0.74	c Parsing done, starting search...
1.11/0.75	o 14
1.29/0.84	o 2
2400.09/2350.40	s SATISFIABLE
2400.09/2350.40	v <instantiation>
2400.09/2350.40	v 	<list>
2400.09/2350.40	v 		x[0] x[1] x[2] x[3] y[0][0] y[0][1] y[0][2] y[1][0] y[1][1] y[2][0] c[0] c[1] c[2] s[0] s[1] s[2]
2400.09/2350.40	v 	</list>
2400.09/2350.40	v 	<values>
2400.09/2350.40	v 		-1 -1 1 -1 1 -1 -1 -1 1 1 -1 0 1 1 0 1 
2400.09/2350.40	v 	</values>
2400.09/2350.40	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247462-1500718428/watcher-4247462-1500718428 -o /tmp/evaluation-result-4247462-1500718428/solver-4247462-1500718428 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31298 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1803706431 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247462-1500718428.xml 

pid=31326
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.59 1.61 1.66 4/250 31330
/proc/meminfo: memFree=31516264/32770624 swapFree=5900/342100
[pid=31330] ppid=31326 vsize=10635564 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 2229 0 0 0 0 0 0 0 20 0 3 0 7109804 10890817536 2431 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 2659148 2431 1188 1 0 2648059 0
[pid=31330/tid=31331] ppid=31326 vsize=10639676 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 928 0 0 0 0 0 0 0 20 0 7 0 7109804 10895028224 2497 33554432000 4194304 4196468 140733901677808 139982870882000 139982859357783 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=10640704 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 7109805 10896080896 2497 33554432000 4194304 4196468 140733901677808 139982785121504 139982866650837 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=10641732 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 7109805 10897133568 2497 33554432000 4194304 4196468 140733901677808 139982784068704 139982866650837 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=10642760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 7109805 10898186240 2497 33554432000 4194304 4196468 140733901677808 139982463299040 139982866650837 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=10839368 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) R 31326 31330 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 7109805 11099512832 2497 33554432000 4194304 4196468 140733901677808 139982462246240 139982866650837 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=11101512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) R 31326 31330 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 7109805 11367948288 2497 33554432000 4194304 4196468 140733901677808 139982461192072 139982859357594 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=11167048 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) D 31326 31330 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 7109805 11435057152 2497 33554432000 4194304 4196468 140733901677808 139982460139320 139982858868451 0 4 0 16784584 18446744071582151416 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=11167048 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) R 31326 31330 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 7109805 11435057152 2497 33554432000 4194304 4196468 140733901677808 139982459087032 139982858868451 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=11167048 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) R 31326 31330 31266 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 7109805 11435057152 2497 33554432000 4194304 4196468 140733901677808 139982458034928 139982859434704 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0

[startup+0.100072 s]
/proc/loadavg: 1.59 1.61 1.66 4/250 31330
/proc/meminfo: memFree=31516264/32770624 swapFree=5900/342100
[pid=31330] ppid=31326 vsize=13261040 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 5574 0 0 0 8 1 0 0 20 0 20 0 7109804 13579304960 5344 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3315260 5344 2621 1 0 3303698 0
[pid=31330/tid=31331] ppid=31326 vsize=13261040 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 3644 0 0 0 7 0 0 0 20 0 20 0 7109804 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982870881944 139982850721118 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109805 13579304960 5344 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.201041 s]
/proc/loadavg: 1.59 1.61 1.66 4/250 31330
/proc/meminfo: memFree=31516264/32770624 swapFree=5900/342100
[pid=31330] ppid=31326 vsize=13263912 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 8838 0 0 0 23 2 0 0 20 0 20 0 7109804 13582245888 8883 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3315978 8883 3563 1 0 3303698 0
[pid=31330/tid=31331] ppid=31326 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 6517 0 0 0 16 1 0 0 20 0 20 0 7109804 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982870856224 139982850721148 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 8883 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300784 s]
/proc/loadavg: 1.59 1.61 1.66 4/250 31330
/proc/meminfo: memFree=31516264/32770624 swapFree=5900/342100
[pid=31330] ppid=31326 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 9933 0 0 0 40 3 0 0 20 0 20 0 7109804 13582245888 11229 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3315978 11229 3678 1 0 3303698 0
[pid=31330/tid=31331] ppid=31326 vsize=13263912 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 7259 0 0 0 26 2 0 0 20 0 20 0 7109804 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982870871616 139982850721118 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109805 13582245888 11229 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700589 s]
/proc/loadavg: 1.59 1.61 1.66 4/250 31330
/proc/meminfo: memFree=31516264/32770624 swapFree=5900/342100
[pid=31330] ppid=31326 vsize=13268028 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 12757 0 0 0 106 5 0 0 20 0 20 0 7109804 13586460672 18579 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3317007 18579 3754 1 0 3304722 0
[pid=31330/tid=31331] ppid=31326 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 9252 0 0 0 64 3 0 0 20 0 20 0 7109804 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982870861504 139982846165864 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109805 13586460672 18579 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13268028

[startup+1.50113 s]
/proc/loadavg: 1.59 1.61 1.66 8/289 31369
/proc/meminfo: memFree=31306692/32770624 swapFree=5900/342572
[pid=31330] ppid=31326 vsize=13270076 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 25013 0 0 0 400 12 0 0 20 0 20 0 7109804 13588557824 53761 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3317519 53761 3819 1 0 3305234 0
[pid=31330/tid=31331] ppid=31326 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 11746 0 0 0 140 5 0 0 20 0 20 0 7109804 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982870875784 139982467794936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 7109805 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31352] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31352/stat : 31352 (java) S 31326 31330 31266 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 7109807 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982128859760 139982866651778 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31354] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31354/stat : 31354 (java) S 31326 31330 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982127805792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31355] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31355/stat : 31355 (java) S 31326 31330 31266 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982126753408 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31356] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31356/stat : 31356 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982125701712 139982866659227 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31359] ppid=31326 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31359/stat : 31359 (java) R 31326 31330 31266 0 -1 4202560 3405 0 0 0 65 1 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982124636208 139982848158548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31361] ppid=31326 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31361/stat : 31361 (java) R 31326 31330 31266 0 -1 4202560 2575 0 0 0 66 1 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982123595760 139982866661978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31363] ppid=31326 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31363/stat : 31363 (java) R 31326 31330 31266 0 -1 4202560 2069 0 0 0 65 0 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982122530000 139982850140751 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31365] ppid=31326 vsize=13270076 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31365/stat : 31365 (java) S 31326 31330 31266 0 -1 1077944384 3192 0 0 0 58 1 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982121490672 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31366] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31366/stat : 31366 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982120438624 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31368] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31368/stat : 31368 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109813 13588557824 53761 33554432000 4194304 4196468 140733901677808 139982119385904 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 4.12

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

[pid=31330/tid=31361] ppid=31326 vsize=13270076 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31361/stat : 31361 (java) S 31326 31330 31266 0 -1 1077944384 6450 0 0 0 111 2 0 0 20 0 20 0 7109812 13588557824 290023 33554432000 4194304 4196468 140733901677808 139982123595760 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31363] ppid=31326 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31363/stat : 31363 (java) S 31326 31330 31266 0 -1 1077944384 7500 0 0 0 125 1 0 0 20 0 20 0 7109812 13588557824 290023 33554432000 4194304 4196468 140733901677808 139982122543472 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31365] ppid=31326 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31365/stat : 31365 (java) S 31326 31330 31266 0 -1 1077944384 7581 0 0 0 65 1 0 0 20 0 20 0 7109812 13588557824 290023 33554432000 4194304 4196468 140733901677808 139982121490672 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31366] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31366/stat : 31366 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290023 33554432000 4194304 4196468 140733901677808 139982120438624 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31368] ppid=31326 vsize=13270076 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31368/stat : 31368 (java) S 31326 31330 31266 0 -1 1077944384 1072 0 0 0 49 67 0 0 20 0 20 0 7109813 13588557824 290023 33554432000 4194304 4196468 140733901677808 139982119385904 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 2249.23
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.45 1.42 1.43 4/285 31442
/proc/meminfo: memFree=29230680/32770624 swapFree=5900/343716
[pid=31330] ppid=31326 vsize=13270076 CPUtime=2310.33 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 164347 0 0 0 230643 390 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3317519 290535 3839 1 0 3305234 0
[pid=31330/tid=31331] ppid=31326 vsize=13270076 CPUtime=2243.06 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 75697 0 0 0 224269 37 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982870878864 139982468141218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13270076 CPUtime=6.53 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 6943 0 0 0 619 34 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13270076 CPUtime=6.61 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 5759 0 0 0 626 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13270076 CPUtime=6.55 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 3533 0 0 0 620 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13270076 CPUtime=6.56 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 5682 0 0 0 617 39 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13270076 CPUtime=6.67 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 6166 0 0 0 634 33 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13270076 CPUtime=6.69 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 6023 0 0 0 634 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13270076 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2781 0 0 0 640 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13270076 CPUtime=6.56 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 5826 0 0 0 621 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31352] ppid=31326 vsize=13270076 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31352/stat : 31352 (java) S 31326 31330 31266 0 -1 1077944384 13914 0 0 0 810 30 0 0 20 0 20 0 7109807 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982128859760 139982866651778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31354] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31354/stat : 31354 (java) S 31326 31330 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982127805792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31355] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31355/stat : 31355 (java) S 31326 31330 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982126753408 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31356] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31356/stat : 31356 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982125701712 139982866659227 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31359] ppid=31326 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31359/stat : 31359 (java) S 31326 31330 31266 0 -1 1077944384 7964 0 0 0 153 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982124648560 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31361] ppid=31326 vsize=13270076 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31361/stat : 31361 (java) S 31326 31330 31266 0 -1 1077944384 6452 0 0 0 111 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982123595760 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31363] ppid=31326 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31363/stat : 31363 (java) S 31326 31330 31266 0 -1 1077944384 7502 0 0 0 125 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982122543472 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31365] ppid=31326 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31365/stat : 31365 (java) S 31326 31330 31266 0 -1 1077944384 7583 0 0 0 65 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982121490672 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31366] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31366/stat : 31366 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982120438624 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31368] ppid=31326 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31368/stat : 31368 (java) S 31326 31330 31266 0 -1 1077944384 1094 0 0 0 50 70 0 0 20 0 20 0 7109813 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982119385904 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 2310.33
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.62 1.46 1.44 3/285 31530
/proc/meminfo: memFree=28205636/32770624 swapFree=5900/343756
[pid=31330] ppid=31326 vsize=13270076 CPUtime=2371.4 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 167035 0 0 0 236741 399 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3317519 290535 3839 1 0 3305234 0
[pid=31330/tid=31331] ppid=31326 vsize=13270076 CPUtime=2302.58 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 77175 0 0 0 230220 38 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982870878896 139982851850495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13270076 CPUtime=6.69 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 7029 0 0 0 635 34 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13270076 CPUtime=6.77 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 6298 0 0 0 641 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13270076 CPUtime=6.73 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 3563 0 0 0 637 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13270076 CPUtime=6.73 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 5707 0 0 0 633 40 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 6222 0 0 0 648 34 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13270076 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 6052 0 0 0 649 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13270076 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2838 0 0 0 654 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13270076 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 5906 0 0 0 638 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31352] ppid=31326 vsize=13270076 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31352/stat : 31352 (java) S 31326 31330 31266 0 -1 1077944384 14192 0 0 0 830 31 0 0 20 0 20 0 7109807 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982128859760 139982866651778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31354] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31354/stat : 31354 (java) S 31326 31330 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982127805792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31355] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31355/stat : 31355 (java) S 31326 31330 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982126753408 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31356] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31356/stat : 31356 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982125701712 139982866659227 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31359] ppid=31326 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31359/stat : 31359 (java) S 31326 31330 31266 0 -1 1077944384 7967 0 0 0 153 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982124648560 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31361] ppid=31326 vsize=13270076 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31361/stat : 31361 (java) S 31326 31330 31266 0 -1 1077944384 6454 0 0 0 111 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982123595760 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31363] ppid=31326 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31363/stat : 31363 (java) S 31326 31330 31266 0 -1 1077944384 7504 0 0 0 125 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982122543472 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31365] ppid=31326 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31365/stat : 31365 (java) S 31326 31330 31266 0 -1 1077944384 7585 0 0 0 65 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982121490672 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31366] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31366/stat : 31366 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982120438624 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31368] ppid=31326 vsize=13270076 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31368/stat : 31368 (java) S 31326 31330 31266 0 -1 1077944384 1115 0 0 0 52 71 0 0 20 0 20 0 7109813 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982119385904 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 2371.4
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.4 s]
/proc/loadavg: 1.77 1.51 1.46 3/285 31530
/proc/meminfo: memFree=28201856/32770624 swapFree=5900/343732
[pid=31330] ppid=31326 vsize=13270076 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/31330/stat : 31330 (java) S 31326 31330 31266 0 -1 1077944320 169268 0 0 0 239607 402 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 140733901660352 139982866640631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
/proc/31330/statm: 3317519 290535 3839 1 0 3305234 0
[pid=31330/tid=31331] ppid=31326 vsize=13270076 CPUtime=2330.42 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31331/stat : 31331 (java) R 31326 31330 31266 0 -1 4202560 78299 0 0 0 233004 38 0 0 20 0 20 0 7109804 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982870879008 139982468141063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31341] ppid=31326 vsize=13270076 CPUtime=6.78 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31341/stat : 31341 (java) S 31326 31330 31266 0 -1 1077944384 7044 0 0 0 643 35 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982785121168 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31342] ppid=31326 vsize=13270076 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31342/stat : 31342 (java) S 31326 31330 31266 0 -1 1077944384 6329 0 0 0 650 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982784068368 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31343] ppid=31326 vsize=13270076 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31343/stat : 31343 (java) S 31326 31330 31266 0 -1 1077944384 3588 0 0 0 646 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982463298704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31344] ppid=31326 vsize=13270076 CPUtime=6.81 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31344/stat : 31344 (java) S 31326 31330 31266 0 -1 1077944384 6247 0 0 0 641 40 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982462245904 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31345] ppid=31326 vsize=13270076 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31345/stat : 31345 (java) S 31326 31330 31266 0 -1 1077944384 6260 0 0 0 656 34 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982461192592 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31346] ppid=31326 vsize=13270076 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31346/stat : 31346 (java) S 31326 31330 31266 0 -1 1077944384 6168 0 0 0 659 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982460139792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31347] ppid=31326 vsize=13270076 CPUtime=6.98 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31347/stat : 31347 (java) S 31326 31330 31266 0 -1 1077944384 2863 0 0 0 662 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982459087504 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31348] ppid=31326 vsize=13270076 CPUtime=6.83 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31348/stat : 31348 (java) S 31326 31330 31266 0 -1 1077944384 5941 0 0 0 647 36 0 0 20 0 20 0 7109805 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982458034704 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31352] ppid=31326 vsize=13270076 CPUtime=8.72 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31352/stat : 31352 (java) S 31326 31330 31266 0 -1 1077944384 14447 0 0 0 841 31 0 0 20 0 20 0 7109807 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982128859760 139982866651778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31354] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31354/stat : 31354 (java) S 31326 31330 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982127805792 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31355] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31355/stat : 31355 (java) S 31326 31330 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7109808 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982126753408 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31356] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31356/stat : 31356 (java) S 31326 31330 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982125701712 139982866659227 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31359] ppid=31326 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31359/stat : 31359 (java) S 31326 31330 31266 0 -1 1077944384 7970 0 0 0 153 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982124648560 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31361] ppid=31326 vsize=13270076 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31361/stat : 31361 (java) S 31326 31330 31266 0 -1 1077944384 6456 0 0 0 111 2 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982123595760 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31363] ppid=31326 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31363/stat : 31363 (java) S 31326 31330 31266 0 -1 1077944384 7506 0 0 0 125 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982122543472 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31365] ppid=31326 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31365/stat : 31365 (java) S 31326 31330 31266 0 -1 1077944384 7587 0 0 0 65 1 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982121490672 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31366] ppid=31326 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31366/stat : 31366 (java) S 31326 31330 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7109812 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982120438624 139982866650837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
[pid=31330/tid=31368] ppid=31326 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/31330/task/31368/stat : 31368 (java) S 31326 31330 31266 0 -1 1077944384 1135 0 0 0 52 72 0 0 20 0 20 0 7109813 13588557824 290535 33554432000 4194304 4196468 140733901677808 139982119385904 139982866651778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140733901681807 140733901681988 140733901681988 140733901684687 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 13270076

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 31330 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2350.42
CPU time (s): 2400.12
CPU user time (s): 2396.08
CPU system time (s): 4.0408
CPU usage (%): 102.115
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.08
system time used= 4.0408
maximum resident set size= 1162708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169936
page faults= 0
swaps= 0
block input operations= 1384
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289220
involuntary context switches= 168982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2534 second user time and 20.0809 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 12:13:48
IDJOB=4247462
IDBENCH=127047
IDSOLVER=2627
FILE ID=node133/4247462-1500718428
RUNJOBID= node133-1500718428-31298
PBS_JOBID= 20623372
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-004.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247462-1500718428/watcher-4247462-1500718428 -o /tmp/evaluation-result-4247462-1500718428/solver-4247462-1500718428 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31298 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1803706431 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247462-1500718428.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= b220eda080bc853662ea3d9fecf431a6
RANDOM SEED=1803706431

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31519096 kB
MemAvailable:   31994280 kB
Buffers:          139888 kB
Cached:           612524 kB
SwapCached:            0 kB
Active:           452716 kB
Inactive:         351012 kB
Active(anon):      54476 kB
Inactive(anon):     8876 kB
Active(file):     398240 kB
Inactive(file):   342136 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84300 kB
Writeback:             0 kB
AnonPages:         57768 kB
Mapped:            30652 kB
Shmem:              8872 kB
Slab:             135140 kB
SReclaimable:     101288 kB
SUnreclaim:        33852 kB
KernelStack:        4112 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     311004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61852 MiB
End job on node133 at 2017-07-22 12:52:59