Trace number 4390676

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 NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 3.77132 2.36899

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-040.xml
MD5SUMb74d7d5d03f7c84e1bb19748e6149180
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.045375
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":41},{"degree":3,"count":38}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":39},{"arity":39,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

2.39/1.89	
2.39/1.89	AbsCon 2 
2.63/1.91	
2.88/2.03	  Instance
2.88/2.03	    name=instance-4390676-1568380633, framework=CSP
2.88/2.03	
2.88/2.03	  Loading variables...
2.88/2.05	  Loading constraints...
3.11/2.12	
3.11/2.12	  Domains
3.11/2.12	    nTypes=2, nValues=3121, sizes=[39#39,40#40]
3.11/2.12	  Variables
3.11/2.12	    count=79, degrees=[2#41,3#38]
3.11/2.12	  Constraints
3.11/2.12	    count=41, nSpecific=2, arities=[3#39,39#1,40#1]
3.11/2.12	    distribution=[AllDifferent#2,CtrIntension#39]
3.11/2.12	    nIntStructures=(1,shared:38)
3.11/2.12	    wck=0.259, cpu=2.091, mem=21M227
3.11/2.13	  Solver SolverBacktrack being built...
3.11/2.13	
3.11/2.16	
3.11/2.16	  Solver
3.11/2.16	    guaranteedGAC=true
3.11/2.16	    wck=0.292, cpu=2.123, mem=31M869
3.11/2.18	
3.11/2.18	  Preprocessing
3.11/2.18	    filters=0, revisions=(117,useless=117), ccks=62361, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.11/2.18	    wck=0.018, cpu=2.142, mem=31M869
3.11/2.18	
3.68/2.35	    num=0, depth=80..78, filters=894, revisions=(2493,useless=1675), ccks=993849, wck=0.191, mem=31M869
3.68/2.35	    decisions=1, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1
3.68/2.35	    
3.68/2.35	  Global
3.68/2.35	    filters=894, revisions=(2493,useless=1675), ccks=993849
3.68/2.35	    Stop=REACHED_GOAL, wrong=0, foundSolutions=1, firstSolCpu=2.306
3.68/2.35	    wck=0.484, cpu=2.313, mem=31M869
3.68/2.35	
3.68/2.35	v <instantiation id='sol1' type='solution'>  <list> x[] y[] </list>  <values> 0 39 1 38 2 37 3 36 4 35 5 34 6 33 7 32 8 31 9 30 10 29 11 28 12 27 13 26 14 25 15 24 16 23 17 22 18 21 19 20 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 </values>  </instantiation>
3.68/2.35	s SATISFIABLE
3.68/2.35	
3.68/2.35	d WRONG_DECISIONS 0

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390676-1568380633/watcher-4390676-1568380633 -o /tmp/evaluation-result-4390676-1568380633/solver-4390676-1568380633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390676-1568380633.xml -cm 

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

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

solver pid=31104, runsolver pid=31101

[startup+0.102644 s]*
/proc/loadavg: 1.99 0.75 0.31 4/228 31119
/proc/meminfo: memFree=31127804/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10659884 memory=28116 CPUtime=0.14 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 5495 0 0 0 13 1 0 0 20 0 15 0 414325998 10915721216 6963 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2664971 6963 2889 1 0 2627468 0
[pid=31104/tid=31106] ppid=31101 vsize=10659884 memory=-8197568871503271042 CPUtime=0.09 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 3239 0 0 0 9 0 0 0 20 0 15 0 414325998 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877865728144 139877853743934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10659884 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414326000 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877351932960 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877350880112 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) R 31101 31104 30397 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877348776816 139877861517954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0.02 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) R 31101 31104 30397 0 -1 4202560 434 0 0 0 2 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877346667168 139877839875446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 7029 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28116 KiB

[startup+0.210696 s]*
/proc/loadavg: 1.99 0.75 0.31 3/228 31119
/proc/meminfo: memFree=31120020/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10659884 memory=35268 CPUtime=0.33 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 6933 0 0 0 31 2 0 0 20 0 15 0 414325998 10915721216 8817 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2664971 8817 2990 1 0 2627468 0
[pid=31104/tid=31106] ppid=31101 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 3893 0 0 0 19 1 0 0 20 0 15 0 414325998 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877865733168 139877861528733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10659884 memory=342 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10659884 memory=288370021997930112 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414326000 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877351932960 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877350880112 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) S 31101 31104 30397 0 -1 1077944384 791 0 0 0 3 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877348776816 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 144 0 0 0 2 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0.05 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) S 31101 31104 30397 0 -1 1077944384 745 0 0 0 5 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877346671216 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 8817 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35268 KiB

[startup+0.310268 s]*
/proc/loadavg: 1.99 0.75 0.31 3/228 31119
/proc/meminfo: memFree=31111692/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10659884 memory=40392 CPUtime=0.47 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 9450 0 0 0 43 4 0 0 20 0 15 0 414325998 10915721216 10098 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2664971 10098 3002 1 0 2627468 0
[pid=31104/tid=31106] ppid=31101 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 6339 0 0 0 28 2 0 0 20 0 15 0 414325998 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877865739216 139877845587294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10659884 memory=4297963160 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10659884 memory=288370021997930112 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414326000 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877351932960 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414326001 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877350880112 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) S 31101 31104 30397 0 -1 1077944384 831 0 0 0 4 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877348776816 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0.07 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) R 31101 31104 30397 0 -1 4202560 769 0 0 0 7 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877346671216 139877861528154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10659884 memory=139645846218368 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414326004 10915721216 10098 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40392 KiB

[startup+0.70092 s]
/proc/loadavg: 1.99 0.75 0.31 3/228 31119
/proc/meminfo: memFree=31103668/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10661932 memory=61016 CPUtime=1.1 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 12870 0 0 0 105 5 0 0 20 0 15 0 414325998 10917818368 15254 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2665483 15254 3062 1 0 2627980 0
[pid=31104/tid=31106] ppid=31101 vsize=10661932 memory=273266421828838 CPUtime=0.68 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 8917 0 0 0 64 4 0 0 20 0 15 0 414325998 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877865739168 139877843704865 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10661932 memory=3158301 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10661932 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414326000 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10661932 memory=-3535359994705171041 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414326001 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877351932960 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10661932 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414326001 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877350880112 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10661932 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10661932 memory=6944656592455360604 CPUtime=0.12 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) S 31101 31104 30397 0 -1 1077944384 1165 0 0 0 12 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877348776816 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10661932 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 479 0 0 0 9 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) S 31101 31104 30397 0 -1 1077944384 949 0 0 0 18 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877346671216 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10661932 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414326004 10917818368 15254 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61016 KiB

[startup+1.50078 s]
/proc/loadavg: 1.99 0.75 0.31 3/228 31119
/proc/meminfo: memFree=31087948/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10663980 memory=75428 CPUtime=2.01 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 18441 0 0 0 195 6 0 0 20 0 15 0 414325998 10919915520 18857 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2665995 18857 3098 1 0 2628492 0
[pid=31104/tid=31106] ppid=31101 vsize=10663980 memory=2996107 CPUtime=1.48 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 13186 0 0 0 143 5 0 0 20 0 15 0 414325998 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877865738832 139877841782129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 414326000 10919915520 18857 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0

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

Dumping a history of the last processes samples

[startup+1.60095 s]
/proc/loadavg: 1.99 0.75 0.31 3/228 31119
/proc/meminfo: memFree=31087948/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10666028 memory=76424 CPUtime=2.12 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 18726 0 0 0 206 6 0 0 20 0 15 0 414325998 10922012672 19106 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2666507 19106 3098 1 0 2629004 0
[pid=31104/tid=31106] ppid=31101 vsize=10666028 memory=-8473367160242330259 CPUtime=1.58 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) R 31101 31104 30397 0 -1 4202560 13469 0 0 0 153 5 0 0 20 0 15 0 414325998 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877865738832 139877841778892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10666028 memory=-8171376296011865461 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10666028 memory=-5792065019343307568 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10666028 memory=-2537689246120445521 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325999 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10666028 memory=-7750001083477550754 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325999 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10666028 memory=4280458430986965150 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 414326000 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414326001 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877351932960 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10666028 memory=139645846228433 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414326001 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877350880112 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10666028 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) S 31101 31104 30397 0 -1 1077944384 2029 0 0 0 20 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877348776816 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10666028 memory=279291388637192 CPUtime=0.13 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 834 0 0 0 13 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10666028 memory=279291388770256 CPUtime=0.18 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) S 31101 31104 30397 0 -1 1077944384 951 0 0 0 18 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877346671216 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10666028 memory=15479062137908 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 414326004 10922012672 19106 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 76424 KiB

[startup+2.00061 s]*
/proc/loadavg: 1.99 0.75 0.31 4/229 31120
/proc/meminfo: memFree=31030412/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10744136 memory=145680 CPUtime=2.88 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 23421 0 0 0 278 10 0 0 20 0 16 0 414325998 11001995264 36420 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2686034 36420 3307 1 0 2646705 0
[pid=31104/tid=31106] ppid=31101 vsize=10744136 memory=6791534058613427641 CPUtime=1.87 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) S 31101 31104 30397 0 -1 1077944384 15459 0 0 0 182 5 0 0 20 0 16 0 414325998 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877865749680 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10744136 memory=4126316290023845779 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 16 0 414325999 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414325999 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 414325999 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10744136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 16 0 414325999 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10744136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 1107 0 0 0 1 0 0 0 20 0 16 0 414326000 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414326001 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877351933024 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414326001 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877350880128 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10744136 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10744136 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) R 31101 31104 30397 0 -1 4202560 2165 0 0 0 30 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877348776816 139877846309341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10744136 memory=3472323898181169199 CPUtime=0.25 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) R 31101 31104 30397 0 -1 1077944384 1056 0 0 0 25 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10744136 memory=3472467924894029488 CPUtime=0.26 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) R 31101 31104 30397 0 -1 4202560 1217 0 0 0 26 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877346671216 139877840439116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10744136 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10744136 memory=3471342042167056048 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414326004 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31120] ppid=31101 vsize=10744136 memory=3472328296227418159 CPUtime=0.08 cores=0,2,4,6
/proc/31104/task/31120/stat : 31120 (java) R 31101 31104 30397 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 16 0 414326188 11001995264 36420 33554432000 4194304 4196468 140736810568912 139877327899104 139877845550437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 145680 KiB

[startup+2.20288 s]
/proc/loadavg: 1.99 0.75 0.31 4/229 31120
/proc/meminfo: memFree=31030412/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10746276 memory=149164 CPUtime=3.38 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 24685 0 0 0 327 11 0 0 20 0 16 0 414325998 11004186624 37291 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2686569 37291 3344 1 0 2646705 0
[pid=31104/tid=31106] ppid=31101 vsize=10746276 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) S 31101 31104 30397 0 -1 1077944384 15459 0 0 0 182 5 0 0 20 0 16 0 414325998 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877865749680 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 16 0 414325999 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414325999 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 414325999 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 16 0 414325999 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 1107 0 0 0 1 0 0 0 20 0 16 0 414326000 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414326001 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877351933024 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10746276 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414326001 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877350880128 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10746276 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10746276 memory=15252640887999028 CPUtime=0.38 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) R 31101 31104 30397 0 -1 4202560 2209 0 0 0 38 0 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877348766608 139877845003536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10746276 memory=984 CPUtime=0.34 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) R 31101 31104 30397 0 -1 4202560 1111 0 0 0 34 0 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877347724016 139877845000985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10746276 memory=1328 CPUtime=0.4 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) S 31101 31104 30397 0 -1 1077944384 1527 0 0 0 39 1 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877346671216 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10746276 memory=279291388599424 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31120] ppid=31101 vsize=10746276 memory=279291388603856 CPUtime=0.26 cores=0,2,4,6
/proc/31104/task/31120/stat : 31120 (java) R 31101 31104 30397 0 -1 4202560 1636 0 0 0 26 0 0 0 20 0 16 0 414326188 11004186624 37291 33554432000 4194304 4196468 140736810568912 139877327903192 139877498518857 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 149164 KiB

[startup+2.30092 s]
/proc/loadavg: 1.99 0.75 0.31 4/229 31120
/proc/meminfo: memFree=31030412/32770624 swapFree=66981380/67108860
[pid=31104] ppid=31101 vsize=10746276 memory=150012 CPUtime=3.68 cores=0,2,4,6
/proc/31104/stat : 31104 (java) S 31101 31104 30397 0 -1 1077944320 24959 0 0 0 357 11 0 0 20 0 16 0 414325998 11004186624 37503 33554432000 4194304 4196468 140736810568912 140736810551456 139877861506807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
/proc/31104/statm: 2686569 37503 3344 1 0 2646705 0
[pid=31104/tid=31106] ppid=31101 vsize=10746276 memory=7162531440177276259 CPUtime=1.87 cores=0,2,4,6
/proc/31104/task/31106/stat : 31106 (java) S 31101 31104 30397 0 -1 1077944384 15459 0 0 0 182 5 0 0 20 0 16 0 414325998 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877865749680 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31107] ppid=31101 vsize=10746276 memory=7590647114335939692 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31107/stat : 31107 (java) S 31101 31104 30397 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 16 0 414325999 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877468003472 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31108] ppid=31101 vsize=10746276 memory=7228952860318393920 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31108/stat : 31108 (java) S 31101 31104 30397 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414325999 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877466950672 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31109] ppid=31101 vsize=10746276 memory=7956852733517586769 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31109/stat : 31109 (java) S 31101 31104 30397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 414325999 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877465897872 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31110] ppid=31101 vsize=10746276 memory=279291389035456 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31110/stat : 31110 (java) S 31101 31104 30397 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 16 0 414325999 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877464845072 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31111] ppid=31101 vsize=10746276 memory=2996079 CPUtime=0.01 cores=0,2,4,6
/proc/31104/task/31111/stat : 31111 (java) S 31101 31104 30397 0 -1 1077944384 1107 0 0 0 1 0 0 0 20 0 16 0 414326000 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877352986992 139877861517954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31112] ppid=31101 vsize=10746276 memory=2997094 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31112/stat : 31112 (java) S 31101 31104 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414326001 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877351933024 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31113] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31113/stat : 31113 (java) S 31101 31104 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414326001 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877350880128 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31114] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31114/stat : 31114 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877349828432 139877861525403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31115] ppid=31101 vsize=10746276 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/31104/task/31115/stat : 31115 (java) R 31101 31104 30397 0 -1 4202560 2299 0 0 0 48 0 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877348776816 139877844891657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31116] ppid=31101 vsize=10746276 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/31104/task/31116/stat : 31116 (java) S 31101 31104 30397 0 -1 1077944384 1244 0 0 0 44 0 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877347724016 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31117] ppid=31101 vsize=10746276 memory=139645694306576 CPUtime=0.41 cores=0,2,4,6
/proc/31104/task/31117/stat : 31117 (java) S 31101 31104 30397 0 -1 1077944384 1578 0 0 0 40 1 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877346671216 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31118] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (java) S 31101 31104 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877345618656 139877861517013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31119] ppid=31101 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31119/stat : 31119 (java) S 31101 31104 30397 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414326004 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877344565936 139877861517954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
[pid=31104/tid=31120] ppid=31101 vsize=10746276 memory=1408 CPUtime=0.36 cores=0,2,4,6
/proc/31104/task/31120/stat : 31120 (java) R 31101 31104 30397 0 -1 4202560 1636 0 0 0 36 0 0 0 20 0 16 0 414326188 11004186624 37503 33554432000 4194304 4196468 140736810568912 139877327900600 139877503034388 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38621184 140736810570763 140736810570866 140736810570866 140736810573775 0
Current children cumulated CPU time: 3.68 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 150012 KiB

Child status: 0
Real time (s): 2.36899
CPU time (s): 3.77132
CPU user time (s): 3.65372
CPU system time (s): 0.117598
CPU usage (%): 159.195
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 150012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.65372
system time used= 0.117598
maximum resident set size= 150816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25062
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= 2276
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 31104
#   total CPU time (s): 3.77132
#   total CPU user time (s): 3.65372
#   total CPU system time (s): 0.117598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031252 second user time and 0.072585 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 15:16:31
IDJOB=4390676
IDBENCH=124114
IDSOLVER=2832
FILE ID=node121/4390676-1568380633
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61040 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-040.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390676-1568380633/watcher-4390676-1568380633 -o /tmp/evaluation-result-4390676-1568380633/solver-4390676-1568380633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390676-1568380633.xml -cm

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

MD5SUM BENCH= b74d7d5d03f7c84e1bb19748e6149180
RANDOM SEED=323831601

node121.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.75
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.75
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.75
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.75
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:        31142272 kB
MemAvailable:   31483428 kB
Buffers:          145256 kB
Cached:           491580 kB
SwapCached:        18984 kB
Active:           756688 kB
Inactive:         335340 kB
Active(anon):     441432 kB
Inactive(anon):    44092 kB
Active(file):     315256 kB
Inactive(file):   291248 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981380 kB
Dirty:              9000 kB
Writeback:             0 kB
AnonPages:        560540 kB
Mapped:            46660 kB
Shmem:             21812 kB
Slab:             129912 kB
SReclaimable:     100972 kB
SUnreclaim:        28940 kB
KernelStack:        4000 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1427028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61032 MiB
End job on node121 at 2019-09-13 15:16:34