Trace number 4391296

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-23? (TO) 2400.12 2390.03

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
MD5SUM81a54afd524339631fcda48b56d1b2da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4061
Number of constraints583
Number of domains2
Minimum domain size82
Maximum domain size581
Distribution of domain sizes[{"size":82,"count":4060},{"size":581,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3480},{"degree":4,"count":580}]
Minimum constraint arity7
Maximum constraint arity4060
Distribution of constraint arities[{"arity":7,"count":580},{"arity":581,"count":1},{"arity":4060,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":580},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2.39/1.89	
2.39/1.89	AbsCon 2 
2.64/1.91	
7.61/5.66	  Instance
7.61/5.66	    name=instance-4391296-1568391025, framework=COP, bounds=-infty..+infty
7.61/5.66	
7.61/5.66	  Loading variables...
8.55/5.95	  Loading constraints...
34.35/26.85	
34.35/26.85	  Domains
34.35/26.85	    nTypes=2, nValues=333501, sizes=[82#4060,581#1]
34.35/26.85	  Variables
34.35/26.85	    count=4061, degrees=[2#1,3#12,4#3470,5#578]
34.35/26.85	  Objectives
34.35/26.85	    way=max, type=ObjVarGE
34.35/26.85	  Constraints
34.35/26.85	    count=1162, nSpecific=1162, arities=[1#1,7#580,14#579,581#1,4060#1]
34.35/26.85	    distribution=[CardinalityConstant#1,CtrExtensionMDD-MDD#580,ExactlyKVariable#1,LexicographicLe#579,ObjVarGE#1]
34.35/26.85	    nExtStructures=(580,shared:0)
34.35/26.85	    wck=24.991, cpu=25.379, mem=820M851
34.64/26.96	  Solver SolverBacktrack being built...
34.64/26.96	
34.84/27.02	
34.84/27.02	  Solver
34.84/27.02	    guaranteedGAC=true
34.84/27.02	    wck=25.16, cpu=25.547, mem=905M803
57.48/49.12	
57.48/49.12	  Preprocessing
57.48/49.12	    filters=580, nACremovedValues=209960, nTotalRemovedValues=209960, inconcistency=false
57.48/49.12	    wck=22.103, cpu=47.649, mem=1156M591
57.48/49.12	
68.10/59.48	    num=0, depth=1..1, filters=1730, wck=32.465, mem=1156M591
68.10/59.48	    decisions=21, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
68.10/59.48	    
126.16/117.37	    num=1, depth=0..0, filters=7039, wck=90.351, mem=1156M591
126.16/117.37	    decisions=43, wrong=21, backtracks=0, failedAssignments=21, nogoods=10
126.16/117.37	    
161.28/152.46	    num=2, depth=0..0, filters=13105, wck=125.444, mem=1156M591
161.28/152.46	    decisions=67, wrong=33, backtracks=0, failedAssignments=33, nogoods=10
161.28/152.46	    
273.55/264.69	    num=3, depth=0..0, filters=21449, wck=237.668, mem=1156M591
273.55/264.69	    decisions=93, wrong=46, backtracks=0, failedAssignments=46, nogoods=10
273.55/264.69	    
374.70/365.75	    num=4, depth=0..0, filters=29133, wck=338.734, mem=1156M591
374.70/365.75	    decisions=121, wrong=60, backtracks=0, failedAssignments=60, nogoods=10
374.70/365.75	    
522.91/513.86	    num=5, depth=0..0, filters=37550, wck=486.839, mem=1156M591
522.91/513.86	    decisions=153, wrong=76, backtracks=0, failedAssignments=76, nogoods=10
522.91/513.86	    
635.21/626.03	    num=6, depth=0..78, filters=46129, wck=599.015, mem=1156M591
635.21/626.03	    decisions=264, wrong=93, backtracks=0, failedAssignments=93, nogoods=12
635.21/626.03	    
775.62/766.37	    num=7, depth=0..0, filters=61606, wck=739.354, mem=1156M591
775.62/766.37	    decisions=302, wrong=112, backtracks=0, failedAssignments=112, nogoods=12
775.62/766.37	    
1043.24/1033.82	    num=8, depth=0..0, filters=82016, wck=1006.801, mem=1156M591
1043.24/1033.82	    decisions=344, wrong=133, backtracks=0, failedAssignments=133, nogoods=12
1043.24/1033.82	    
1380.67/1371.15	    num=9, depth=0..0, filters=102948, wck=1344.13, mem=1156M591
1380.67/1371.15	    decisions=390, wrong=156, backtracks=0, failedAssignments=156, nogoods=12
1380.67/1371.15	    
1443.40/1433.82	    num=10, depth=87..106, filters=106128, wck=1406.803, mem=1156M591
1443.40/1433.82	    decisions=545, wrong=181, backtracks=0, failedAssignments=181, nogoods=37
1443.40/1433.82	    
1518.35/1508.76	    num=11, depth=0..125, filters=110028, wck=1481.742, mem=1156M591
1518.35/1508.76	    decisions=725, wrong=209, backtracks=0, failedAssignments=209, nogoods=47
1518.35/1508.76	    
1602.73/1593.04	    num=12, depth=0..138, filters=114295, wck=1566.022, mem=1156M591
1602.73/1593.04	    decisions=924, wrong=240, backtracks=0, failedAssignments=240, nogoods=60
1602.73/1593.04	    
1696.97/1687.21	    num=13, depth=0..154, filters=119113, wck=1660.193, mem=1156M591
1696.97/1687.21	    decisions=1145, wrong=274, backtracks=0, failedAssignments=274, nogoods=76
1696.97/1687.21	    
1801.11/1791.32	    num=14, depth=0..179, filters=124406, wck=1764.296, mem=1156M591
1801.11/1791.32	    decisions=1396, wrong=311, backtracks=0, failedAssignments=311, nogoods=95
1801.11/1791.32	    
1909.75/1899.91	    num=15, depth=0..214, filters=129888, wck=1872.891, mem=1156M591
1909.75/1899.91	    decisions=1690, wrong=352, backtracks=0, failedAssignments=352, nogoods=118
1909.75/1899.91	    
2027.51/2017.70	    num=16, depth=0..237, filters=135804, wck=1990.676, mem=1156M591
2027.51/2017.70	    decisions=2015, wrong=397, backtracks=0, failedAssignments=397, nogoods=145
2027.51/2017.70	    
2165.59/2155.67	    num=17, depth=0..319, filters=142723, wck=2128.651, mem=1156M591
2165.59/2155.67	    decisions=2432, wrong=447, backtracks=0, failedAssignments=447, nogoods=177
2165.59/2155.67	    
2331.55/2321.52	    num=18, depth=0..577, filters=150569, wck=2294.505, mem=1156M591
2331.55/2321.52	    decisions=3116, wrong=502, backtracks=0, failedAssignments=502, nogoods=214
2331.55/2321.52	    
2400.09/2390.01	
2400.09/2390.01	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391296-1568391025/watcher-4391296-1568391025 -o /tmp/evaluation-result-4391296-1568391025/solver-4391296-1568391025 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568389880-15696 --watchdog 2560 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391296-1568391025.xml -cm 

running on 4 cores: 0,2,4,6

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=16738, runsolver pid=16735
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.98 1.94 1.72 5/232 16753
/proc/meminfo: memFree=29883172/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10659884 memory=28728 CPUtime=0.12 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 5110 0 0 0 11 1 0 0 20 0 15 0 415352998 10915721216 7182 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2664971 7182 2881 1 0 2627468 0
[pid=16738/tid=16740] ppid=16735 vsize=10659884 memory=-8197568871503139708 CPUtime=0.09 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) R 16735 16738 15665 0 -1 4202560 2966 0 0 0 8 1 0 0 20 0 15 0 415352998 10915721216 7182 33554432000 4194304 4196468 140721180896176 139977031284864 139977027067286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976517813024 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976516760688 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) R 16735 16738 15665 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) R 16735 16738 15665 0 -1 4202560 162 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976513604080 139977020040393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0.02 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) R 16735 16738 15665 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976512551792 139977005204436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 7182 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28728 KiB

[startup+0.210884 s]*
/proc/loadavg: 1.98 1.94 1.72 3/232 16753
/proc/meminfo: memFree=29876536/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10659884 memory=35636 CPUtime=0.33 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 6518 0 0 0 31 2 0 0 20 0 15 0 415352998 10915721216 8909 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2664971 8909 2989 1 0 2627468 0
[pid=16738/tid=16740] ppid=16735 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) R 16735 16738 15665 0 -1 4202560 3467 0 0 0 19 1 0 0 20 0 15 0 415352998 10915721216 8909 33554432000 4194304 4196468 140721180896176 139977031281712 139977027077277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10659884 memory=364 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10659884 memory=3619120810955802272 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976517813024 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976516760688 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 712 0 0 0 3 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0.05 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 717 0 0 0 5 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 8909 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35636 KiB

[startup+0.310181 s]*
/proc/loadavg: 1.98 1.94 1.72 3/232 16753
/proc/meminfo: memFree=29868328/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10659884 memory=40796 CPUtime=0.47 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 8958 0 0 0 43 4 0 0 20 0 15 0 415352998 10915721216 10199 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2664971 10199 3002 1 0 2627468 0
[pid=16738/tid=16740] ppid=16735 vsize=10659884 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) R 16735 16738 15665 0 -1 4202560 5855 0 0 0 27 2 0 0 20 0 15 0 415352998 10915721216 10199 33554432000 4194304 4196468 140721180896176 139977031287760 139977027077277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10659884 memory=4294980864 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10659884 memory=3835011018581247648 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976517813024 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415353001 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976516760688 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 720 0 0 0 4 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0.07 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10659884 memory=139632326641280 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415353004 10915721216 10199 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40796 KiB

[startup+0.706158 s]
/proc/loadavg: 1.98 1.94 1.72 3/232 16753
/proc/meminfo: memFree=29859352/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10661932 memory=63164 CPUtime=1.11 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 12374 0 0 0 106 5 0 0 20 0 15 0 415352998 10917818368 15791 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2665483 15791 3064 1 0 2627980 0
[pid=16738/tid=16740] ppid=16735 vsize=10661932 memory=211551432758472 CPUtime=0.68 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) R 16735 16738 15665 0 -1 4202560 8413 0 0 0 65 3 0 0 20 0 15 0 415352998 10917818368 15791 33554432000 4194304 4196468 140721180896176 139977031287376 139977007332176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10661932 memory=3091125 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415352999 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10661932 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415353001 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10661932 memory=-3535359994705172060 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415353001 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976517813024 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10661932 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415353001 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976516760688 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10661932 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10661932 memory=6944652177228980320 CPUtime=0.12 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) R 16735 16738 15665 0 -1 4202560 892 0 0 0 12 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976514642976 139977008230751 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10661932 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 601 0 0 0 10 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 1109 0 0 0 18 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10661932 memory=20184 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415353004 10917818368 15791 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63164 KiB

[startup+1.5007 s]
/proc/loadavg: 1.98 1.95 1.72 3/232 16753
/proc/meminfo: memFree=29844000/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10663980 memory=75340 CPUtime=2.01 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 17641 0 0 0 195 6 0 0 20 0 15 0 415352998 10919915520 18835 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2665995 18835 3097 1 0 2628492 0
[pid=16738/tid=16740] ppid=16735 vsize=10663980 memory=13796 CPUtime=1.48 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) R 16735 16738 15665 0 -1 4202560 12409 0 0 0 144 4 0 0 20 0 15 0 415352998 10919915520 18835 33554432000 4194304 4196468 140721180896176 139977031287376 139977010242160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415352999 10919915520 18835 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10919915520 18835 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10919915520 18835 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10663980 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415352999 10919915520 18835 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 415353001 10919915520 18835 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0

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

/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1303 0 0 0 112 26 0 0 20 0 16 0 415352999 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10748324 memory=2482940 CPUtime=0.09 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 8738 0 0 0 6 3 0 0 20 0 16 0 415353001 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10748324 memory=2482940 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976517813088 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10748324 memory=2482940 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976516760704 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10748324 memory=20200 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10748324 memory=2482940 CPUtime=2.1 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 18196 0 0 0 208 2 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10748324 memory=992 CPUtime=1.99 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 16680 0 0 0 197 2 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10748324 memory=2482940 CPUtime=0.95 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 18945 0 0 0 93 2 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10748324 memory=2482940 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10748324 memory=2482940 CPUtime=1.1 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 2768 0 0 0 60 50 0 0 20 0 16 0 415353004 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16754] ppid=16735 vsize=10748324 memory=3628 CPUtime=2258.55 cores=0,2,4,6
/proc/16738/task/16754/stat : 16754 (java) R 16735 16738 15665 0 -1 4202560 55703 0 0 0 225825 30 0 0 20 0 16 0 415353187 11006283776 620735 33554432000 4194304 4196468 140721180896176 139976493492600 139976633597362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 2272.33 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 2482940 KiB

[startup+2322.3 s]
/proc/loadavg: 1.36 1.20 1.38 2/211 17026
/proc/meminfo: memFree=27871688/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10748324 memory=2484788 CPUtime=2332.35 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 144697 0 0 0 233038 197 0 0 20 0 16 0 415352998 11006283776 621197 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2687081 621197 3371 1 0 2647217 0
[pid=16738/tid=16740] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.87 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) S 16735 16738 15665 0 -1 1077944384 14575 0 0 0 181 6 0 0 20 0 16 0 415352998 11006283776 621197 33554432000 4194304 4196468 140721180896176 139977031298224 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 1541 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 868 0 0 0 113 27 0 0 20 0 16 0 415352999 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 2407 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.38 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1303 0 0 0 112 26 0 0 20 0 16 0 415352999 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10748324 memory=2484784 CPUtime=0.09 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 8758 0 0 0 6 3 0 0 20 0 16 0 415353001 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10748324 memory=2484784 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976517813088 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10748324 memory=2484784 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976516760704 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10748324 memory=2484784 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10748324 memory=2484784 CPUtime=2.1 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 18222 0 0 0 208 2 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10748324 memory=2484788 CPUtime=1.99 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 16686 0 0 0 197 2 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10748324 memory=4000 CPUtime=0.95 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 19288 0 0 0 93 2 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10748324 memory=2484784 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10748324 memory=2484784 CPUtime=1.13 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 2844 0 0 0 62 51 0 0 20 0 16 0 415353004 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16754] ppid=16735 vsize=10748324 memory=5964 CPUtime=2318.54 cores=0,2,4,6
/proc/16738/task/16754/stat : 16754 (java) R 16735 16738 15665 0 -1 4202560 56782 0 0 0 231824 30 0 0 20 0 16 0 415353187 11006283776 621197 33554432000 4194304 4196468 140721180896176 139976493485104 139976633597380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 2332.35 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 2484788 KiB

[startup+2382.3 s]
/proc/loadavg: 1.13 1.16 1.36 2/212 17034
/proc/meminfo: memFree=27871948/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10748324 memory=2484792 CPUtime=2392.38 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 145738 0 0 0 239040 198 0 0 20 0 16 0 415352998 11006283776 621198 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2687081 621198 3371 1 0 2647217 0
[pid=16738/tid=16740] ppid=16735 vsize=10748324 memory=2484788 CPUtime=1.87 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) S 16735 16738 15665 0 -1 1077944384 14575 0 0 0 181 6 0 0 20 0 16 0 415352998 11006283776 621198 33554432000 4194304 4196468 140721180896176 139977031298224 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10748324 memory=2484792 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 1541 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10748324 memory=2484792 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 868 0 0 0 113 27 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10748324 memory=2484792 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 2407 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10748324 memory=2484792 CPUtime=1.38 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1303 0 0 0 112 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10748324 memory=2484788 CPUtime=0.09 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 8814 0 0 0 6 3 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10748324 memory=2484792 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976517813088 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10748324 memory=2484792 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976516760704 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10748324 memory=7090752001191008357 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10748324 memory=2484792 CPUtime=2.1 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 18235 0 0 0 208 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10748324 memory=0 CPUtime=1.99 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 16689 0 0 0 197 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10748324 memory=2484792 CPUtime=0.95 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 19438 0 0 0 93 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10748324 memory=3628 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10748324 memory=38728 CPUtime=1.16 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 2884 0 0 0 64 52 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16754] ppid=16735 vsize=10748324 memory=2484784 CPUtime=2378.53 cores=0,2,4,6
/proc/16738/task/16754/stat : 16754 (java) R 16735 16738 15665 0 -1 4202560 57561 0 0 0 237823 30 0 0 20 0 16 0 415353187 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976493490016 139976633656407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 2392.38 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 2484792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390 s]*
/proc/loadavg: 1.12 1.16 1.35 2/212 17034
/proc/meminfo: memFree=27871856/32770624 swapFree=66916516/67108860
[pid=16738] ppid=16735 vsize=10748324 memory=2484792 CPUtime=2400.09 cores=0,2,4,6
/proc/16738/stat : 16738 (java) S 16735 16738 15665 0 -1 1077944320 145897 0 0 0 239811 198 0 0 20 0 16 0 415352998 11006283776 621198 33554432000 4194304 4196468 140721180896176 140721180878720 139977027055351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
/proc/16738/statm: 2687081 621198 3371 1 0 2647217 0
[pid=16738/tid=16740] ppid=16735 vsize=10748324 memory=1398720917958146503 CPUtime=1.87 cores=0,2,4,6
/proc/16738/task/16740/stat : 16740 (java) S 16735 16738 15665 0 -1 1077944384 14575 0 0 0 181 6 0 0 20 0 16 0 415352998 11006283776 621198 33554432000 4194304 4196468 140721180896176 139977031298224 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16741] ppid=16735 vsize=10748324 memory=4872558044660077418 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16741/stat : 16741 (java) S 16735 16738 15665 0 -1 1077944384 1541 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976953129872 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16742] ppid=16735 vsize=10748324 memory=912 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16742/stat : 16742 (java) S 16735 16738 15665 0 -1 1077944384 868 0 0 0 113 27 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976952077072 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16743] ppid=16735 vsize=10748324 memory=1444 CPUtime=1.4 cores=0,2,4,6
/proc/16738/task/16743/stat : 16743 (java) S 16735 16738 15665 0 -1 1077944384 2407 0 0 0 114 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976951024784 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16744] ppid=16735 vsize=10748324 memory=1984 CPUtime=1.38 cores=0,2,4,6
/proc/16738/task/16744/stat : 16744 (java) S 16735 16738 15665 0 -1 1077944384 1303 0 0 0 112 26 0 0 20 0 16 0 415352999 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976949971984 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16745] ppid=16735 vsize=10748324 memory=2528 CPUtime=0.09 cores=0,2,4,6
/proc/16738/task/16745/stat : 16745 (java) S 16735 16738 15665 0 -1 1077944384 8814 0 0 0 6 3 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976518867056 139977027066498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16746] ppid=16735 vsize=10748324 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16746/stat : 16746 (java) S 16735 16738 15665 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976517813088 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16747] ppid=16735 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16747/stat : 16747 (java) S 16735 16738 15665 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415353001 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976516760704 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16748] ppid=16735 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16748/stat : 16748 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976515709008 139977027073947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16749] ppid=16735 vsize=10748324 memory=0 CPUtime=2.1 cores=0,2,4,6
/proc/16738/task/16749/stat : 16749 (java) S 16735 16738 15665 0 -1 1077944384 18235 0 0 0 208 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976514656880 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16750] ppid=16735 vsize=10748324 memory=0 CPUtime=1.99 cores=0,2,4,6
/proc/16738/task/16750/stat : 16750 (java) S 16735 16738 15665 0 -1 1077944384 16689 0 0 0 197 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976513604080 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16751] ppid=16735 vsize=10748324 memory=3617551796267921439 CPUtime=0.95 cores=0,2,4,6
/proc/16738/task/16751/stat : 16751 (java) S 16735 16738 15665 0 -1 1077944384 19438 0 0 0 93 2 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976512551792 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16752] ppid=16735 vsize=10748324 memory=4639939496134862184 CPUtime=0 cores=0,2,4,6
/proc/16738/task/16752/stat : 16752 (java) S 16735 16738 15665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976511499232 139977027065557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16753] ppid=16735 vsize=10748324 memory=6296406565455291498 CPUtime=1.16 cores=0,2,4,6
/proc/16738/task/16753/stat : 16753 (java) S 16735 16738 15665 0 -1 1077944384 2884 0 0 0 64 52 0 0 20 0 16 0 415353004 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976510446000 139977027066498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
[pid=16738/tid=16754] ppid=16735 vsize=10748324 memory=1037047721269162297 CPUtime=2386.24 cores=0,2,4,6
/proc/16738/task/16754/stat : 16754 (java) R 16735 16738 15665 0 -1 4202560 57720 0 0 0 238594 30 0 0 20 0 16 0 415353187 11006283776 621198 33554432000 4194304 4196468 140721180896176 139976493490016 139976633597432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18599936 140721180902411 140721180902514 140721180902514 140721180905423 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 2484792 KiB

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

[startup+2390.03 s]
# the end of solver process 16738 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.12 s, system=2.00096 s

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

Child status: 143
Real time (s): 2390.03
CPU time (s): 2400.12
CPU user time (s): 2398.12
CPU system time (s): 2.00096
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 2484792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.12
system time used= 2.00096
maximum resident set size= 2485260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55738
involuntary context switches= 3133


# summary of solver processes directly reported to runsolver:
#   pid: 16738
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2398.12
#   total CPU system time (s): 2.00096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6736 second user time and 22.4254 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 18:09:43
IDJOB=4391296
IDBENCH=138227
IDSOLVER=2833
FILE ID=node134/4391296-1568391025
RUNJOBID= node134-1568389880-15696
PBS_JOBID= 21701859
Free space on /tmp= 59568 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391296-1568391025/watcher-4391296-1568391025 -o /tmp/evaluation-result-4391296-1568391025/solver-4391296-1568391025 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568389880-15696 --watchdog 2560  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391296-1568391025.xml -cm

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=949159676

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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:        29899804 kB
MemAvailable:   31356164 kB
Buffers:          173744 kB
Cached:          1549852 kB
SwapCached:        90700 kB
Active:           868420 kB
Inactive:        1387440 kB
Active(anon):     465456 kB
Inactive(anon):   106556 kB
Active(file):     402964 kB
Inactive(file):  1280884 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916516 kB
Dirty:              9088 kB
Writeback:             8 kB
AnonPages:        553500 kB
Mapped:            55912 kB
Shmem:             30968 kB
Slab:             206764 kB
SReclaimable:     176692 kB
SUnreclaim:        30072 kB
KernelStack:        3808 kB
PageTables:         6360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1347460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59568 MiB
End job on node134 at 2019-09-13 18:49:33