Trace number 4391191

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
AbsCon 2019-07-23OPT0 3.96943 2.37364

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-03-350-100.xml
MD5SUM2ec8df38dc21edc74720c494de453c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.22966
Satisfiable
(Un)Satisfiability was proved
Number of variables1051
Number of constraints7
Number of domains2
Minimum domain size2
Maximum domain size351
Distribution of domain sizes[{"size":2,"count":1050},{"size":351,"count":1}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":1051}]
Minimum constraint arity350
Maximum constraint arity1050
Distribution of constraint arities[{"arity":350,"count":3},{"arity":701,"count":3},{"arity":1050,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

2.43/1.87	
2.43/1.87	AbsCon 2 
2.43/1.88	
2.94/2.02	  Instance
2.94/2.02	    name=instance-4391191-1568389004, framework=COP, bounds=-infty..+infty
2.94/2.02	
2.94/2.02	  Loading variables...
2.94/2.09	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@3e536e90
3.17/2.11	  Loading constraints...[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@3b285ee6
3.17/2.12	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@29422b8a
3.17/2.13	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@399096e3
3.17/2.13	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@399096e3
3.17/2.13	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@22be0324
3.51/2.21	
3.51/2.21	
3.51/2.21	  Domains
3.51/2.21	    nTypes=2, nValues=2451, sizes=[2#1050,351#1]
3.51/2.21	  Variables
3.51/2.21	    count=1051, degrees=[4#1,5#4,6#698,7#348]
3.51/2.21	  Objectives
3.51/2.21	    way=min, type=ObjVarLE
3.51/2.21	  Constraints
3.51/2.21	    count=358, nSpecific=358, arities=[1#1,6#349,350#3,700#2,701#3]
3.51/2.21	    distribution=[LexicographicLe#351,ObjVarLE#1,SumScalarBooleanLEVar#3,SumSimpleEQ#3]
3.51/2.21	    wck=0.362, cpu=2.164, mem=31M797
3.51/2.21	  Solver SolverBacktrack being built...
3.51/2.21	
3.51/2.24	
3.51/2.24	  Solver
3.51/2.24	    guaranteedGAC=true
3.51/2.24	    wck=0.406, cpu=2.206, mem=45M82
3.51/2.26	
3.51/2.26	  Preprocessing
3.51/2.26	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.51/2.26	    wck=0.018, cpu=2.225, mem=47M724
3.51/2.26	
3.76/2.35	o 0
3.76/2.36	    num=0, depth=1052..1050, filters=6, ccks=358, wck=0.119, mem=47M724
3.76/2.36	    decisions=451, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1, bestBound=0
3.76/2.36	    
3.76/2.36	  Global
3.76/2.36	    filters=6, ccks=358
3.76/2.36	    Stop=FULL_EXPLORATION, wrong=0, bestBound=0, bestBoundWck=0.511, bestBoundCpu=2.31, foundSolutions=1, firstSolCpu=2.31
3.76/2.36	    wck=0.527, cpu=2.326, mem=47M724
3.76/2.36	
3.76/2.36	v <instantiation id='sol1' type='solution' cost='0'>  <list> z x[][] </list>  <values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
3.76/2.36	s OPTIMUM FOUND
3.76/2.36	
3.76/2.36	d WRONG_DECISIONS 0

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391191-1568389004/watcher-4391191-1568389004 -o /tmp/evaluation-result-4391191-1568389004/solver-4391191-1568389004 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568388884-12408 --watchdog 2560 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391191-1568389004.xml -cm 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12616, runsolver pid=12613
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 1.93 1.90 1.99 4/232 12631
/proc/meminfo: memFree=30714976/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10659884 memory=28940 CPUtime=0.14 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 5254 0 0 0 13 1 0 0 20 0 15 0 415149966 10915721216 7235 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2664971 7235 2891 1 0 2627468 0
[pid=12616/tid=12618] ppid=12613 vsize=10659884 memory=-8197568871503663482 CPUtime=0.09 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 2973 0 0 0 9 0 0 0 20 0 15 0 415149966 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128832968848 140128828759446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10659884 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415149968 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 7301 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149971 10915721216 7367 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) R 12613 12616 10443 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 415149971 10915721216 7367 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) R 12613 12616 10443 0 -1 4202560 397 0 0 0 0 0 0 0 20 0 15 0 415149971 10915721216 7433 33554432000 4194304 4196468 140724778614256 140128314907376 140128808244567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) R 12613 12616 10443 0 -1 4202560 473 0 0 0 2 0 0 0 20 0 15 0 415149972 10915721216 7433 33554432000 4194304 4196468 140724778614256 140128313851416 140128808146271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 7433 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 7433 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28940 KiB

[startup+0.21091 s]*
/proc/loadavg: 1.93 1.90 1.99 3/232 12631
/proc/meminfo: memFree=30707968/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10659884 memory=35464 CPUtime=0.32 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 6475 0 0 0 31 1 0 0 20 0 15 0 415149966 10915721216 8866 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2664971 8866 2987 1 0 2627468 0
[pid=12616/tid=12618] ppid=12613 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 3459 0 0 0 19 0 0 0 20 0 15 0 415149966 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128832979552 140128828769437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10659884 memory=364 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10659884 memory=288370970982409856 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415149968 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149971 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 415149971 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 10443 0 -1 1077944384 749 0 0 0 3 0 0 0 20 0 15 0 415149971 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128314907376 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 10443 0 -1 1077944384 678 0 0 0 5 0 0 0 20 0 15 0 415149972 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128313854576 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 8866 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35464 KiB

[startup+0.31487 s]*
/proc/loadavg: 1.93 1.90 1.99 4/232 12631
/proc/meminfo: memFree=30701300/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10659884 memory=40360 CPUtime=0.47 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 8940 0 0 0 45 2 0 0 20 0 15 0 415149966 10915721216 10090 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2664971 10090 2999 1 0 2627468 0
[pid=12616/tid=12618] ppid=12613 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 5866 0 0 0 29 1 0 0 20 0 15 0 415149966 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128832986496 140128828769437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10659884 memory=290763875220193303 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10659884 memory=288370970982409856 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415149968 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415149969 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149971 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 15 0 415149971 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10659884 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 10443 0 -1 1077944384 782 0 0 0 5 0 0 0 20 0 15 0 415149971 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128314907376 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0.08 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) R 12613 12616 10443 0 -1 4202560 698 0 0 0 8 0 0 0 20 0 15 0 415149972 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128313854576 140128828768858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10659884 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149972 10915721216 10090 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40360 KiB

[startup+0.701877 s]
/proc/loadavg: 1.93 1.91 1.99 4/232 12631
/proc/meminfo: memFree=30693824/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10661932 memory=62292 CPUtime=1.09 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 12193 0 0 0 105 4 0 0 20 0 15 0 415149966 10917818368 15573 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2665483 15573 3070 1 0 2627980 0
[pid=12616/tid=12618] ppid=12613 vsize=10661932 memory=1240 CPUtime=0.68 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 8396 0 0 0 65 3 0 0 20 0 15 0 415149966 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128832979536 140128805971664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10661932 memory=3428 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10661932 memory=716 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10661932 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415149968 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10661932 memory=9328 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415149969 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10661932 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415149969 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10661932 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149971 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10661932 memory=4639098309541126757 CPUtime=0.07 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 341 0 0 0 7 0 0 0 20 0 15 0 415149971 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10661932 memory=7955443078088779376 CPUtime=0.12 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) R 12613 12616 10443 0 -1 4202560 1033 0 0 0 12 0 0 0 20 0 15 0 415149971 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128314893472 140128813872906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10661932 memory=5865188000529146989 CPUtime=0.18 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 10443 0 -1 1077944384 1063 0 0 0 18 0 0 0 20 0 15 0 415149972 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128313854576 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149972 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10661932 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149972 10917818368 15573 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62292 KiB

[startup+1.50072 s]
/proc/loadavg: 1.93 1.91 1.99 3/232 12631
/proc/meminfo: memFree=30677632/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10663980 memory=74924 CPUtime=1.98 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 17506 0 0 0 193 5 0 0 20 0 15 0 415149966 10919915520 18731 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2665995 18731 3093 1 0 2628492 0
[pid=12616/tid=12618] ppid=12613 vsize=10663980 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 12429 0 0 0 144 3 0 0 20 0 15 0 415149966 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128832978192 140128806773394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10663980 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10663980 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10663980 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10663980 memory=-7096649868621430206 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 415149968 10919915520 18731 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0

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

Dumping a history of the last processes samples

[startup+1.60085 s]
/proc/loadavg: 1.93 1.91 1.99 3/232 12631
/proc/meminfo: memFree=30677632/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10666028 memory=78224 CPUtime=2.09 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 17946 0 0 0 204 5 0 0 20 0 15 0 415149966 10922012672 19556 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2666507 19556 3093 1 0 2629004 0
[pid=12616/tid=12618] ppid=12613 vsize=10666028 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) R 12613 12616 10443 0 -1 4202560 12863 0 0 0 154 3 0 0 20 0 15 0 415149966 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128832978192 140128828769437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415149967 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149967 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10666028 memory=140594830699825 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 415149968 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10666028 memory=7667755963644604513 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415149969 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10666028 memory=7597132098393106257 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415149969 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10666028 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149971 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10666028 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 676 0 0 0 11 0 0 0 20 0 15 0 415149971 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10666028 memory=194810052989070 CPUtime=0.19 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 10443 0 -1 1077944384 1893 0 0 0 19 0 0 0 20 0 15 0 415149971 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128314907376 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10666028 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 10443 0 -1 1077944384 1065 0 0 0 18 0 0 0 20 0 15 0 415149972 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128313854576 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10666028 memory=-1161699032755755613 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415149972 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10666028 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 415149972 10922012672 19556 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 78224 KiB

[startup+2.00182 s]*
/proc/loadavg: 1.93 1.91 1.99 6/233 12632
/proc/meminfo: memFree=30599248/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10744136 memory=145948 CPUtime=2.94 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 22314 0 0 0 285 9 0 0 20 0 16 0 415149966 11001995264 36487 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2686034 36487 3303 1 0 2646705 0
[pid=12616/tid=12618] ppid=12613 vsize=10744136 memory=750208926195646769 CPUtime=1.85 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 10443 0 -1 1077944384 14562 0 0 0 180 5 0 0 20 0 16 0 415149966 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128832990384 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10744136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 16 0 415149967 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10744136 memory=140594830710777 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415149967 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10744136 memory=5450916471307728426 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 415149967 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10744136 memory=4628982038586160013 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 16 0 415149967 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10744136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 1033 0 0 0 1 0 0 0 20 0 16 0 415149968 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10744136 memory=3461362030354657376 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415149969 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10744136 memory=-7812193691855986592 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 415149969 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10744136 memory=-2025810976467231676 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149971 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10744136 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 934 0 0 0 25 0 0 0 20 0 16 0 415149971 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10744136 memory=3472323898181169199 CPUtime=0.34 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) R 12613 12616 10443 0 -1 4202560 1955 0 0 0 34 0 0 0 20 0 16 0 415149971 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128314896640 140128810268777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10744136 memory=3472468891058378377 CPUtime=0.29 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 10443 0 -1 1077944384 1413 0 0 0 29 0 0 0 20 0 16 0 415149972 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128313854576 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10744136 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149972 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10744136 memory=3472468891058116272 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 415149972 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12632] ppid=12613 vsize=10744136 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) R 12613 12616 10443 0 -1 4202560 791 0 0 0 10 0 0 0 20 0 16 0 415150153 11001995264 36487 33554432000 4194304 4196468 140724778614256 140128295082000 140128428044925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 145948 KiB

[startup+2.20065 s]
/proc/loadavg: 1.93 1.91 1.99 6/233 12632
/proc/meminfo: memFree=30599248/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10746276 memory=149260 CPUtime=3.51 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 23342 0 0 0 341 10 0 0 20 0 16 0 415149966 11004186624 37315 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2686569 37315 3338 1 0 2646705 0
[pid=12616/tid=12618] ppid=12613 vsize=10746276 memory=6299802978650451056 CPUtime=1.85 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 10443 0 -1 1077944384 14562 0 0 0 180 5 0 0 20 0 16 0 415149966 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128832990384 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10746276 memory=7380385388137112419 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 16 0 415149967 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10746276 memory=7881693322653690201 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10746276 memory=9120 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 1033 0 0 0 1 0 0 0 20 0 16 0 415149968 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415149969 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10746276 memory=140594680996752 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 415149969 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149971 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10746276 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) R 12613 12616 10443 0 -1 1077944384 1006 0 0 0 35 0 0 0 20 0 16 0 415149971 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10746276 memory=288230600329147635 CPUtime=0.45 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) R 12613 12616 10443 0 -1 4202560 2020 0 0 0 45 0 0 0 20 0 16 0 415149971 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128314892832 140128812230873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10746276 memory=13570409555560858 CPUtime=0.44 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) R 12613 12616 10443 0 -1 4202560 1745 0 0 0 44 0 0 0 20 0 16 0 415149972 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128313854576 140128814442560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10746276 memory=140594830698112 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149972 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10746276 memory=14308 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 415149972 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12632] ppid=12613 vsize=10746276 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) R 12613 12616 10443 0 -1 4202560 1346 0 0 0 28 0 0 0 20 0 16 0 415150153 11004186624 37315 33554432000 4194304 4196468 140724778614256 140128295084608 140128812791141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 3.51 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 149260 KiB

[startup+2.30072 s]
/proc/loadavg: 1.93 1.91 1.99 6/233 12632
/proc/meminfo: memFree=30599248/32770624 swapFree=66967228/67108860
[pid=12616] ppid=12613 vsize=10746276 memory=150196 CPUtime=3.76 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 10443 0 -1 1077944320 23844 0 0 0 366 10 0 0 20 0 16 0 415149966 11004186624 37549 33554432000 4194304 4196468 140724778614256 140724778596800 140128828747511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
/proc/12616/statm: 2686569 37549 3344 1 0 2646705 0
[pid=12616/tid=12618] ppid=12613 vsize=10746276 memory=288230574492221466 CPUtime=1.85 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 10443 0 -1 1077944384 14562 0 0 0 180 5 0 0 20 0 16 0 415149966 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128832990384 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12619] ppid=12613 vsize=10746276 memory=281189361655616 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 10443 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 16 0 415149967 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128754822288 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12620] ppid=12613 vsize=10746276 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 10443 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128753769488 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12621] ppid=12613 vsize=10746276 memory=-7233780906022716832 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 10443 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128752716688 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12622] ppid=12613 vsize=10746276 memory=-7173504570862900581 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 10443 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 16 0 415149967 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128751663888 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12623] ppid=12613 vsize=10746276 memory=6943526294502006880 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 10443 0 -1 1077944384 1033 0 0 0 1 0 0 0 20 0 16 0 415149968 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128320170352 140128828758658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12624] ppid=12613 vsize=10746276 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 10443 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415149969 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128319116320 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12625] ppid=12613 vsize=10746276 memory=7984 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 10443 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 415149969 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128318063472 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12626] ppid=12613 vsize=10746276 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149971 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128317011792 140128828766107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12627] ppid=12613 vsize=10746276 memory=14008 CPUtime=0.4 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 10443 0 -1 1077944384 1051 0 0 0 40 0 0 0 20 0 16 0 415149971 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128315960176 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12628] ppid=12613 vsize=10746276 memory=7404 CPUtime=0.52 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 10443 0 -1 1077944384 2042 0 0 0 52 0 0 0 20 0 16 0 415149971 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128314907376 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12629] ppid=12613 vsize=10746276 memory=2120 CPUtime=0.48 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 10443 0 -1 1077944384 1839 0 0 0 48 0 0 0 20 0 16 0 415149972 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128313854576 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12630] ppid=12613 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 10443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415149972 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128312802016 140128828757717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12631] ppid=12613 vsize=10746276 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 10443 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 415149972 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128311749296 140128828758658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
[pid=12616/tid=12632] ppid=12613 vsize=10746276 memory=500 CPUtime=0.38 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) R 12613 12616 10443 0 -1 4202560 1685 0 0 0 38 0 0 0 20 0 16 0 415150153 11004186624 37549 33554432000 4194304 4196468 140724778614256 140128295082800 140128425114329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140724778619915 140724778620018 140724778620018 140724778622927 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 150196 KiB

Child status: 0
Real time (s): 2.37364
CPU time (s): 3.96943
CPU user time (s): 3.85497
CPU system time (s): 0.114463
CPU usage (%): 167.23
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 150196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.85497
system time used= 0.114463
maximum resident set size= 154052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2397
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 12616
#   total CPU time (s): 3.96943
#   total CPU user time (s): 3.85497
#   total CPU system time (s): 0.114463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044308 second user time and 0.061191 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 17:36:04
IDJOB=4391191
IDBENCH=122944
IDSOLVER=2833
FILE ID=node135/4391191-1568389004
RUNJOBID= node135-1568388884-12408
PBS_JOBID= 21701833
Free space on /tmp= 61368 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-03-350-100.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391191-1568389004/watcher-4391191-1568389004 -o /tmp/evaluation-result-4391191-1568389004/solver-4391191-1568389004 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568388884-12408 --watchdog 2560  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391191-1568389004.xml -cm

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

MD5SUM BENCH= 2ec8df38dc21edc74720c494de453c4e
RANDOM SEED=51795597

node135.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.76
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.76
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.76
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.76
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:        30732352 kB
MemAvailable:   31626644 kB
Buffers:          142508 kB
Cached:          1021156 kB
SwapCached:        35064 kB
Active:           703516 kB
Inactive:         739916 kB
Active(anon):     252524 kB
Inactive(anon):    59692 kB
Active(file):     450992 kB
Inactive(file):   680224 kB
Unevictable:      110032 kB
Mlocked:          110032 kB
SwapTotal:      67108860 kB
SwapFree:       66967228 kB
Dirty:              8684 kB
Writeback:             0 kB
AnonPages:        355504 kB
Mapped:            48108 kB
Shmem:             23648 kB
Slab:             188932 kB
SReclaimable:     157824 kB
SUnreclaim:        31108 kB
KernelStack:        3776 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61356 MiB
End job on node135 at 2019-09-13 17:36:06