Trace number 4289942

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
Sat4j-CSP 2018-07-11? (TO) 2407.85 2245.16

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-4-0_c18.xml
MD5SUMb10759bd497fea2437fd7a4bc018387a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24642
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24642},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

182.22/60.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
182.22/60.00	c This is free software under the dual EPL/GNU LGPL licenses.
182.22/60.00	c See www.sat4j.org for details.
182.22/60.00	c That software uses the Rhino library from the Mozilla project.
182.22/60.00	c version 2.3.6-SNAPSHOT
182.22/60.00	c java.runtime.name	Java(TM) SE Runtime Environment
182.22/60.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
182.22/60.00	c java.vm.version	25.131-b11
182.22/60.00	c java.vm.vendor	Oracle Corporation
182.22/60.00	c sun.arch.data.model	64
182.22/60.00	c java.version		1.8.0_131
182.22/60.00	c os.name		Linux
182.22/60.00	c os.version		3.10.0-514.16.1.el7.x86_64
182.22/60.00	c os.arch		amd64
182.22/60.00	c Free memory 		499604488
182.22/60.00	c Max memory 		7247757312
182.22/60.00	c Total memory 		504889344
182.22/60.00	c Number of processors 	4
182.22/60.00	c c --- Begin Solver configuration ---
182.22/60.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
182.22/60.00	c Learn all clauses as in MiniSAT
182.22/60.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
182.22/60.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
182.22/60.00	c No reason simplification
182.22/60.00	c Glucose 2.1 dynamic restart strategy
182.22/60.00	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
182.22/60.00	c timeout=2147483s
182.22/60.00	c DB Simplification allowed=false
182.22/60.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
182.22/60.00	c --- End Solver configuration ---
182.22/60.00	c constraints type 
182.22/60.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 44844
182.22/60.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3012096
182.22/60.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32409003
182.22/60.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 49950
182.22/60.00	c 35515893 constraints processed.

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289942-1532271992/watcher-4289942-1532271992 -o /tmp/evaluation-result-4289942-1532271992/solver-4289942-1532271992 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289942-1532271992.xml 

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
Current StackSize limit: 8192 KiB

solver pid=3763, runsolver pid=3760

[startup+0.100505 s]*
/proc/loadavg: 6.92 6.45 4.65 6/215 3778
/proc/meminfo: memFree=12154552/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10659012 memory=30864 CPUtime=0.12 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 6779 0 0 0 11 1 0 0 20 0 15 0 44762400 10914828288 7716 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2664753 7716 2825 1 0 2627263 0
[pid=3763/tid=3765] ppid=3760 vsize=10659012 memory=-8392275909630850240 CPUtime=0.09 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) R 3760 3763 1669 0 -1 4202560 4620 0 0 0 8 1 0 0 20 0 15 0 44762400 10914828288 7716 33554432000 4194304 4196468 140727990070128 140009717014320 140009712813213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 7716 33554432000 4194304 4196468 140727990070128 140009638865680 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 7716 33554432000 4194304 4196468 140727990070128 140009637813136 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 7716 33554432000 4194304 4196468 140727990070128 140009636760592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 7716 33554432000 4194304 4196468 140727990070128 140009635708048 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762402 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008748984304 140009712802434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008747930528 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008746877936 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008745826512 140009712809883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) R 3760 3763 1669 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008744774128 140009712802434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008743721584 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0.02 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) R 3760 3763 1669 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 44762405 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008742669040 140009697031038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762406 10914828288 7716 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30864 KiB

[startup+0.210525 s]*
/proc/loadavg: 6.92 6.45 4.65 6/215 3778
/proc/meminfo: memFree=12144784/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10659012 memory=41884 CPUtime=0.33 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 8065 0 0 0 31 2 0 0 20 0 15 0 44762400 10914828288 10471 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2664753 10471 3004 1 0 2627263 0
[pid=3763/tid=3765] ppid=3760 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) R 3760 3763 1669 0 -1 4202560 5030 0 0 0 19 1 0 0 20 0 15 0 44762400 10914828288 10471 33554432000 4194304 4196468 140727990070128 140009717027568 140009696834917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 10471 33554432000 4194304 4196468 140727990070128 140009638865680 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10659012 memory=288370847017428608 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 10471 33554432000 4194304 4196468 140727990070128 140009637813136 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 10471 33554432000 4194304 4196468 140727990070128 140009636760592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 10471 33554432000 4194304 4196468 140727990070128 140009635708048 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762402 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008748984304 140009712802434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008747930528 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008746877936 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008745826512 140009712809883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) S 3760 3763 1669 0 -1 1077944384 696 0 0 0 1 0 0 0 20 0 15 0 44762405 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008744774128 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 298 0 0 0 2 0 0 0 20 0 15 0 44762405 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008743721584 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0.07 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 15 0 44762405 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008742669040 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762406 10914828288 10471 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.310349 s]*
/proc/loadavg: 6.92 6.45 4.65 8/215 3778
/proc/meminfo: memFree=12132980/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10659012 memory=54492 CPUtime=0.59 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 9690 0 0 0 57 2 0 0 20 0 15 0 44762400 10914828288 13623 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2664753 13623 3042 1 0 2627263 0
[pid=3763/tid=3765] ppid=3760 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) R 3760 3763 1669 0 -1 4202560 5377 0 0 0 29 1 0 0 20 0 15 0 44762400 10914828288 13623 33554432000 4194304 4196468 140727990070128 140009717026960 140009712813213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 13623 33554432000 4194304 4196468 140727990070128 140009638865680 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10659012 memory=15964862195787416 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 13623 33554432000 4194304 4196468 140727990070128 140009637813136 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 13623 33554432000 4194304 4196468 140727990070128 140009636760592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762401 10914828288 13623 33554432000 4194304 4196468 140727990070128 140009635708048 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762402 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008748984304 140009712802434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008747930528 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44762403 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008746877936 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008745826512 140009712809883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) R 3760 3763 1669 0 -1 4202560 1250 0 0 0 7 0 0 0 20 0 15 0 44762405 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008744766760 140009693491584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) R 3760 3763 1669 0 -1 4202560 719 0 0 0 7 0 0 0 20 0 15 0 44762405 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008743707096 140009697901068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0.13 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) R 3760 3763 1669 0 -1 1077944384 991 0 0 0 13 0 0 0 20 0 15 0 44762405 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008742669040 140009712802434 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10659012 memory=140470865716864 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762406 10914828288 13623 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54492 KiB

[startup+0.700671 s]
/proc/loadavg: 6.92 6.45 4.65 8/215 3778
/proc/meminfo: memFree=12089668/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10659088 memory=156884 CPUtime=1.88 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 12960 0 0 0 184 4 0 0 20 0 15 0 44762400 10914906112 39221 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2664772 39221 3108 1 0 2627263 0
[pid=3763/tid=3765] ppid=3760 vsize=10659088 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) R 3760 3763 1669 0 -1 4202560 5880 0 0 0 65 2 0 0 20 0 15 0 44762400 10914906112 39221 33554432000 4194304 4196468 140727990070128 140009717025504 140009694197504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914906112 39221 33554432000 4194304 4196468 140727990070128 140009638865680 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10659088 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914906112 39221 33554432000 4194304 4196468 140727990070128 140009637813136 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762401 10914906112 39221 33554432000 4194304 4196468 140727990070128 140009636760592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) S 3760 3763 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44762401 10914906112 39221 33554432000 4194304 4196468 140727990070128 140009635708048 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44762402 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008748984304 140009712802434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44762403 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008747930528 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44762403 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008746877936 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008745826512 140009712809883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10659088 memory=7523641866607553108 CPUtime=0.44 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) R 3760 3763 1669 0 -1 4202560 2602 0 0 0 44 0 0 0 20 0 15 0 44762405 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008744760008 140009694312678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10659088 memory=5789189752906409301 CPUtime=0.45 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) R 3760 3763 1669 0 -1 4202560 1540 0 0 0 45 0 0 0 20 0 15 0 44762405 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008743708152 140009690609476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10659088 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 1566 0 0 0 28 0 0 0 20 0 15 0 44762405 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008742669040 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44762405 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44762406 10914906112 39221 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 156884 KiB

[startup+1.50339 s]
/proc/loadavg: 6.93 6.46 4.66 9/215 3778
/proc/meminfo: memFree=11982912/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10659088 memory=601048 CPUtime=4.47 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 15348 0 0 0 430 17 0 0 20 0 15 0 44762400 10914906112 150262 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2664772 150262 3155 1 0 2627263 0
[pid=3763/tid=3765] ppid=3760 vsize=10659088 memory=8112282956445269571 CPUtime=1.38 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) S 3760 3763 1669 0 -1 1077944384 6165 0 0 0 131 7 0 0 20 0 15 0 44762400 10914906112 150262 33554432000 4194304 4196468 140727990070128 140009717028448 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10659088 memory=1404238533841559158 CPUtime=0.07 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) R 3760 3763 1669 0 -1 4202560 171 0 0 0 5 2 0 0 20 0 15 0 44762401 10914906112 150262 33554432000 4194304 4196468 140727990070128 140009638865680 140009705895935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10659088 memory=6525018278055875452 CPUtime=0.04 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) R 3760 3763 1669 0 -1 4202560 53 0 0 0 3 1 0 0 20 0 15 0 44762401 10914906112 150262 33554432000 4194304 4196468 140727990070128 140009637813136 140009697819170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10659088 memory=3047711462688066934 CPUtime=0.06 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) R 3760 3763 1669 0 -1 1077944384 133 0 0 0 5 1 0 0 20 0 15 0 44762401 10914906112 150262 33554432000 4194304 4196468 140727990070128 140009636760592 140009712801493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10659088 memory=7974038411334692957 CPUtime=0.05 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) S 3760 3763 1669 0 -1 1077944384 140 0 0 0 4 1 0 0 20 0 15 0 44762401 10914906112 150262 33554432000 4194304 4196468 140727990070128 140009635708048 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 44762402 10914906112 150262 33554432000 4194304 4196468 140727990070128 140008748982816 140009712801493 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0

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

[startup+2244 s]*
/proc/loadavg: 2.20 2.06 2.31 6/217 3925
/proc/meminfo: memFree=8381328/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10727700 memory=8452888 CPUtime=2403.51 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 2309170 0 0 0 239829 522 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2681925 2113222 3202 1 0 2644416 0
[pid=3763/tid=3765] ppid=3760 vsize=10727700 memory=8148 CPUtime=2183.95 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) S 3760 3763 1669 0 -1 1077944384 401809 0 0 0 218331 64 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009717030400 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10727700 memory=4126316290023845779 CPUtime=49.58 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) R 3760 3763 1669 0 -1 4202560 433344 0 0 0 4860 98 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009638865488 140009705419495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10727700 memory=4096 CPUtime=49.37 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) R 3760 3763 1669 0 -1 4202560 303081 0 0 0 4846 91 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009637813136 140009705895970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10727700 memory=1408 CPUtime=49.41 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) R 3760 3763 1669 0 -1 4202560 267746 0 0 0 4856 85 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009636760400 140009705419495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10727700 memory=3328 CPUtime=49.8 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) R 3760 3763 1669 0 -1 4202560 823511 0 0 0 4866 114 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009635708168 140009705419495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10727700 memory=8452884 CPUtime=9.58 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 41799 0 0 0 951 7 0 0 20 0 16 0 44762402 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008748982848 140009712801493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10727700 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008747930592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10727700 memory=3300 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008746877952 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10727700 memory=3774452 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008745826160 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10727700 memory=8112282956445269571 CPUtime=4.6 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) S 3760 3763 1669 0 -1 1077944384 13712 0 0 0 457 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008744773888 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10727700 memory=4126316290023845779 CPUtime=5.03 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 12335 0 0 0 500 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008743721632 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10727700 memory=9976 CPUtime=0.83 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 7321 0 0 0 80 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008742669088 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10727700 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10727700 memory=18444 CPUtime=1.29 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 3063 0 0 0 62 67 0 0 20 0 16 0 44762406 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3780] ppid=3760 vsize=10727700 memory=640 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3780/stat : 3780 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44769223 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008737411888 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 2403.51 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8452888 KiB

[startup+2244.8 s]
/proc/loadavg: 2.20 2.06 2.31 6/217 3925
/proc/meminfo: memFree=8381328/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10727700 memory=8452888 CPUtime=2406.59 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 2309213 0 0 0 240136 523 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2681925 2113222 3202 1 0 2644416 0
[pid=3763/tid=3765] ppid=3760 vsize=10727700 memory=8452884 CPUtime=2183.95 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) S 3760 3763 1669 0 -1 1077944384 401809 0 0 0 218331 64 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009717030400 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10727700 memory=6791534058613427641 CPUtime=50.34 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) R 3760 3763 1669 0 -1 4202560 433344 0 0 0 4936 98 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009638865488 140009705419495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10727700 memory=1696 CPUtime=50.16 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) R 3760 3763 1669 0 -1 4202560 303124 0 0 0 4925 91 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009637813336 140009697780930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10727700 memory=920 CPUtime=50.17 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) R 3760 3763 1669 0 -1 4202560 267746 0 0 0 4932 85 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009636760712 140009705419495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10727700 memory=3852 CPUtime=50.56 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) R 3760 3763 1669 0 -1 4202560 823511 0 0 0 4942 114 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009635708168 140009705419495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10727700 memory=8452884 CPUtime=9.58 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 41799 0 0 0 951 7 0 0 20 0 16 0 44762402 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008748982848 140009712801493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10727700 memory=8450836 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008747930592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008746877952 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10727700 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008745826160 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10727700 memory=1296 CPUtime=4.6 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) S 3760 3763 1669 0 -1 1077944384 13712 0 0 0 457 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008744773888 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10727700 memory=8112282956445269571 CPUtime=5.03 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 12335 0 0 0 500 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008743721632 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10727700 memory=8452884 CPUtime=0.83 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 7321 0 0 0 80 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008742669088 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10727700 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10727700 memory=848 CPUtime=1.29 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 3063 0 0 0 62 67 0 0 20 0 16 0 44762406 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3780] ppid=3760 vsize=10727700 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3780/stat : 3780 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44769223 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008737411888 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 2406.59 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8452888 KiB

[startup+2245 s]*
/proc/loadavg: 2.20 2.06 2.31 6/217 3925
/proc/meminfo: memFree=8381328/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10727700 memory=8452888 CPUtime=2407.39 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 2309213 0 0 0 240216 523 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2681925 2113222 3202 1 0 2644416 0
[pid=3763/tid=3765] ppid=3760 vsize=10727700 memory=8112282956445269571 CPUtime=2183.95 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) S 3760 3763 1669 0 -1 1077944384 401809 0 0 0 218331 64 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009717030400 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10727700 memory=4126316290023845779 CPUtime=50.54 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) R 3760 3763 1669 0 -1 4202560 433344 0 0 0 4956 98 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009638865488 140009705419495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10727700 memory=928 CPUtime=50.37 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) R 3760 3763 1669 0 -1 4202560 303124 0 0 0 4946 91 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009637813336 140009697780761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10727700 memory=1572 CPUtime=50.37 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) R 3760 3763 1669 0 -1 4202560 267746 0 0 0 4952 85 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009636760400 140009705419495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10727700 memory=2244 CPUtime=50.75 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) R 3760 3763 1669 0 -1 4202560 823511 0 0 0 4961 114 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009635708168 140009705419495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10727700 memory=4124 CPUtime=9.58 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 41799 0 0 0 951 7 0 0 20 0 16 0 44762402 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008748982848 140009712801493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10727700 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008747930592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10727700 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008746877952 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008745826160 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10727700 memory=0 CPUtime=4.6 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) S 3760 3763 1669 0 -1 1077944384 13712 0 0 0 457 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008744773888 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10727700 memory=0 CPUtime=5.03 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 12335 0 0 0 500 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008743721632 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10727700 memory=0 CPUtime=0.83 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 7321 0 0 0 80 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008742669088 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10727700 memory=3763099673816014896 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10727700 memory=3977439299179419312 CPUtime=1.29 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 3063 0 0 0 62 67 0 0 20 0 16 0 44762406 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3780] ppid=3760 vsize=10727700 memory=2319389199166808118 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3780/stat : 3780 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44769223 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008737411888 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 2407.39 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8452888 KiB

[startup+2245.11 s]
/proc/loadavg: 2.20 2.06 2.31 6/217 3925
/proc/meminfo: memFree=8381328/32770624 swapFree=67108860/67108860
[pid=3763] ppid=3760 vsize=10727700 memory=8452888 CPUtime=2407.78 cores=0,2,4,6
/proc/3763/stat : 3763 (java) S 3760 3763 1669 0 -1 1077944320 2309213 0 0 0 240255 523 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140727990052672 140009712791287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
/proc/3763/statm: 2681925 2113222 3202 1 0 2644416 0
[pid=3763/tid=3765] ppid=3760 vsize=10727700 memory=8452884 CPUtime=2183.95 cores=0,2,4,6
/proc/3763/task/3765/stat : 3765 (java) S 3760 3763 1669 0 -1 1077944384 401809 0 0 0 218331 64 0 0 20 0 16 0 44762400 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009717030400 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3766] ppid=3760 vsize=10727700 memory=8450836 CPUtime=50.63 cores=0,2,4,6
/proc/3763/task/3766/stat : 3766 (java) R 3760 3763 1669 0 -1 4202560 433344 0 0 0 4965 98 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009638865488 140009705419495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3767] ppid=3760 vsize=10727700 memory=8450836 CPUtime=50.47 cores=0,2,4,6
/proc/3763/task/3767/stat : 3767 (java) R 3760 3763 1669 0 -1 4202560 303124 0 0 0 4956 91 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009637813336 140009694344538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3768] ppid=3760 vsize=10727700 memory=8452888 CPUtime=50.46 cores=0,2,4,6
/proc/3763/task/3768/stat : 3768 (java) R 3760 3763 1669 0 -1 4202560 267746 0 0 0 4961 85 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009636760400 140009705419495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3769] ppid=3760 vsize=10727700 memory=0 CPUtime=50.84 cores=0,2,4,6
/proc/3763/task/3769/stat : 3769 (java) R 3760 3763 1669 0 -1 4202560 823511 0 0 0 4970 114 0 0 20 0 16 0 44762401 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140009635708168 140009705419495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3770] ppid=3760 vsize=10727700 memory=8452884 CPUtime=9.58 cores=0,2,4,6
/proc/3763/task/3770/stat : 3770 (java) S 3760 3763 1669 0 -1 1077944384 41799 0 0 0 951 7 0 0 20 0 16 0 44762402 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008748982848 140009712801493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3771] ppid=3760 vsize=10727700 memory=8452884 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3771/stat : 3771 (java) S 3760 3763 1669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008747930592 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3772] ppid=3760 vsize=10727700 memory=8452884 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3772/stat : 3772 (java) S 3760 3763 1669 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 44762403 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008746877952 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3773] ppid=3760 vsize=10727700 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3773/stat : 3773 (java) S 3760 3763 1669 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008745826160 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3774] ppid=3760 vsize=10727700 memory=1696 CPUtime=4.6 cores=0,2,4,6
/proc/3763/task/3774/stat : 3774 (java) S 3760 3763 1669 0 -1 1077944384 13712 0 0 0 457 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008744773888 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3775] ppid=3760 vsize=10727700 memory=8452884 CPUtime=5.03 cores=0,2,4,6
/proc/3763/task/3775/stat : 3775 (java) S 3760 3763 1669 0 -1 1077944384 12335 0 0 0 500 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008743721632 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3776] ppid=3760 vsize=10727700 memory=8452884 CPUtime=0.83 cores=0,2,4,6
/proc/3763/task/3776/stat : 3776 (java) S 3760 3763 1669 0 -1 1077944384 7321 0 0 0 80 3 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008742669088 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3777] ppid=3760 vsize=10727700 memory=8450836 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3777/stat : 3777 (java) S 3760 3763 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44762405 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008741616736 140009712801493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3778] ppid=3760 vsize=10727700 memory=4028 CPUtime=1.29 cores=0,2,4,6
/proc/3763/task/3778/stat : 3778 (java) S 3760 3763 1669 0 -1 1077944384 3063 0 0 0 62 67 0 0 20 0 16 0 44762406 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008740563248 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
[pid=3763/tid=3780] ppid=3760 vsize=10727700 memory=15148 CPUtime=0 cores=0,2,4,6
/proc/3763/task/3780/stat : 3780 (java) S 3760 3763 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44769223 10985164800 2113222 33554432000 4194304 4196468 140727990070128 140008737411888 140009712802434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14856192 140727990072433 140727990072585 140727990072585 140727990075343 0
Current children cumulated CPU time: 2407.78 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8452888 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2245.16
CPU time (s): 2407.85
CPU user time (s): 2402.57
CPU system time (s): 5.27818
CPU usage (%): 107.246
Max. virtual memory (cumulated for all children) (KiB): 10727700
Max. memory (cumulated for all children) (KiB): 8452888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2402.57
system time used= 5.27818
maximum resident set size= 8453152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2309218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62776
involuntary context switches= 5075


# summary of solver processes directly reported to runsolver:
#   pid: 3763
#   total CPU time (s): 2407.85
#   total CPU user time (s): 2402.57
#   total CPU system time (s): 5.27818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0494 second user time and 22.0691 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 17:06:32
IDJOB=4289942
IDBENCH=141648
IDSOLVER=2742
FILE ID=node151/4289942-1532271992
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-4-0_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289942-1532271992/watcher-4289942-1532271992 -o /tmp/evaluation-result-4289942-1532271992/solver-4289942-1532271992 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289942-1532271992.xml

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

MD5SUM BENCH= b10759bd497fea2437fd7a4bc018387a
RANDOM SEED=284457868

node151.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.87
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.87
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.87
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.87
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:        12171780 kB
MemAvailable:   23498392 kB
Buffers:          245824 kB
Cached:         11229908 kB
SwapCached:            0 kB
Active:          9427864 kB
Inactive:       10526868 kB
Active(anon):    8482004 kB
Inactive(anon):    16936 kB
Active(file):     945860 kB
Inactive(file): 10509932 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3668 kB
Writeback:             0 kB
AnonPages:       8497640 kB
Mapped:            47676 kB
Shmem:             17032 kB
Slab:             326508 kB
SReclaimable:     299280 kB
SUnreclaim:        27228 kB
KernelStack:        3792 kB
PageTables:        21948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8200192 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= 55064 MiB
End job on node151 at 2018-07-22 17:43:57