Trace number 4243946

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
R1: sat4j-CSP 2017-07-05? 670.553 157.711

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-15-mdd.xml
MD5SUMeb9d91ed4b70703bb0e2b52375e1b8aa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints33
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":196},{"degree":4,"count":28},{"degree":5,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":32},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":32},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

670.44/157.46	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
670.44/157.46		at org.sat4j.core.Vec.ensure(Vec.java:176)
670.44/157.46		at org.sat4j.core.Vec.push(Vec.java:183)
670.44/157.46		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1967)
670.44/157.46		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
670.44/157.46		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
670.44/157.46		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
670.44/157.46		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachabilityOfStartState(LanguageCtrBuilder.java:180)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:119)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrRegular(LanguageCtrBuilder.java:66)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.access$400(LanguageCtrBuilder.java:41)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.buildCtr(LanguageCtrBuilder.java:234)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.access$200(LanguageCtrBuilder.java:217)
670.44/157.46		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrMDD(LanguageCtrBuilder.java:214)
670.44/157.46		at org.sat4j.reader.XMLCSP3Reader.buildCtrMDD(XMLCSP3Reader.java:647)
670.44/157.46		at org.xcsp.parser.loaders.CtrLoaderInteger.mdd(CtrLoaderInteger.java:423)
670.44/157.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:136)
670.44/157.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
670.50/157.66	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
670.50/157.66	c This is free software under the dual EPL/GNU LGPL licenses.
670.50/157.66	c See www.sat4j.org for details.
670.50/157.66	c That software uses the Rhino library from the Mozilla project.
670.50/157.66	c version CUSTOM.v20170705
670.50/157.66	c java.runtime.name	Java(TM) SE Runtime Environment
670.50/157.66	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
670.50/157.66	c java.vm.version	25.131-b11
670.50/157.66	c java.vm.vendor	Oracle Corporation
670.50/157.66	c sun.arch.data.model	64
670.50/157.66	c java.version		1.8.0_131
670.50/157.66	c os.name		Linux
670.50/157.66	c os.version		3.10.0-514.16.1.el7.x86_64
670.50/157.66	c os.arch		amd64
670.50/157.66	c Free memory 		499604488
670.50/157.66	c Max memory 		7247757312
670.50/157.66	c Total memory 		504889344
670.50/157.66	c Number of processors 	8
670.50/157.66	c c --- Begin Solver configuration ---
670.50/157.66	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
670.50/157.66	c Learn all clauses as in MiniSAT
670.50/157.66	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
670.50/157.66	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
670.50/157.66	c No reason simplification
670.50/157.66	c Glucose 2.1 dynamic restart strategy
670.50/157.66	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
670.50/157.66	c timeout=2147483s
670.50/157.66	c DB Simplification allowed=false
670.50/157.66	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
670.50/157.66	c --- End Solver configuration ---
670.50/157.66	c starts		: 0
670.50/157.66	c conflicts		: 0
670.50/157.66	c decisions		: 0
670.50/157.66	c propagations		: 0
670.50/157.66	c inspects		: 0
670.50/157.66	c shortcuts		: 0
670.50/157.66	c learnt literals	: 0
670.50/157.66	c learnt binary clauses	: 0
670.50/157.66	c learnt ternary clauses	: 0
670.50/157.66	c learnt constraints	: 0
670.50/157.66	c ignored constraints	: 0
670.50/157.66	c root simplifications	: 0
670.50/157.66	c removed literals (reason simplification)	: 0
670.50/157.66	c reason swapping (by a shorter reason)	: 0
670.50/157.66	c Calls to reduceDB	: 0
670.50/157.66	c Number of update (reduction) of LBD	: 0
670.50/157.66	c Imported unit clauses	: 0
670.50/157.66	c number of reductions to clauses (during analyze)	: 0
670.50/157.66	c number of learned constraints concerned by reduction	: 0
670.50/157.66	c number of learning phase by resolution	: 0
670.50/157.66	c number of learning phase by cutting planes	: 0
670.50/157.66	c number of rounding to 1 operations	: 0
670.50/157.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
670.50/157.66	c number of reductions of the coefficients by power 2 	: 0
670.50/157.66	c number of right shift for reduction by power 2 	: 0
670.50/157.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
670.50/157.66	c speed (assignments/second)	: 0.0
670.50/157.66	c non guided choices	0
670.50/157.66	c learnt constraints type 
670.50/157.66	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243946-1500678024/watcher-4243946-1500678024 -o /tmp/evaluation-result-4243946-1500678024/solver-4243946-1500678024 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500673057-14152 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243946-1500678024.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.02 2.04 3/262 15118
/proc/meminfo: memFree=30371268/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=109408 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 1572 0 0 0 0 0 0 0 20 0 2 0 3071687 112033792 1342 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 27352 1342 1010 1 0 16810 0
[pid=15118/tid=15119] ppid=15115 vsize=109440 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 316 0 0 0 0 0 0 0 20 0 2 0 3071688 112066560 1370 33554432000 4194304 4196468 140732174510672 139846239618448 139846228561521 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0

[startup+0.10013 s]
/proc/loadavg: 1.94 2.02 2.04 3/262 15118
/proc/meminfo: memFree=30371268/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 4890 0 0 0 9 1 0 0 20 0 20 0 3071687 11162169344 6947 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725139 6947 2761 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 2828 0 0 0 7 0 0 0 20 0 20 0 3071688 11162169344 6947 33554432000 4194304 4196468 140732174510672 139846239612368 139846235399325 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.20036 s]
/proc/loadavg: 1.94 2.02 2.04 3/262 15118
/proc/meminfo: memFree=30371268/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 6981 0 0 0 24 2 0 0 20 0 20 0 3071687 11162169344 9392 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725139 9392 2896 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 4526 0 0 0 16 1 0 0 20 0 20 0 3071688 11162169344 9392 33554432000 4194304 4196468 140732174510672 139846239607136 139845829807117 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.30038 s]
/proc/loadavg: 1.94 2.02 2.04 3/262 15118
/proc/meminfo: memFree=30371268/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=10900556 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 7659 0 0 0 38 3 0 0 20 0 20 0 3071687 11162169344 23787 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725139 23787 2927 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 4564 0 0 0 25 3 0 0 20 0 20 0 3071688 11162169344 23787 33554432000 4194304 4196468 140732174510672 139846239608560 139846235399325 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10900556

[startup+0.700283 s]
/proc/loadavg: 1.94 2.02 2.04 3/262 15118
/proc/meminfo: memFree=30371268/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=10900556 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 9843 0 0 0 112 81 0 0 20 0 20 0 3071687 11162169344 72928 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725139 72928 3054 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900556 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 4967 0 0 0 47 7 0 0 20 0 20 0 3071688 11162169344 72928 33554432000 4194304 4196468 140732174510672 139846239601200 139846219457886 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10900556

[startup+1.50082 s]
/proc/loadavg: 1.94 2.02 2.04 10/282 15138
/proc/meminfo: memFree=29590736/32770624 swapFree=5648/215348
[pid=15118] ppid=15115 vsize=10900632 CPUtime=4.76 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 13038 0 0 0 298 178 0 0 20 0 20 0 3071687 11162247168 212020 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725158 212020 3096 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900632 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) R 15115 15118 9838 0 -1 4202560 5371 0 0 0 96 9 0 0 20 0 20 0 3071688 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846239612520 139845831969590 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 9838 0 -1 1077944384 251 0 0 0 18 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846161451408 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 9838 0 -1 1077944384 176 0 0 0 18 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846160398608 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 9838 0 -1 1077944384 449 0 0 0 19 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846159346320 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 9838 0 -1 1077944384 190 0 0 0 18 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846158293520 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 9838 0 -1 1077944384 358 0 0 0 19 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846157241232 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 9838 0 -1 1077944384 172 0 0 0 18 20 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846156188432 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 9838 0 -1 1077944384 310 0 0 0 17 21 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846155136144 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 9838 0 -1 1077944384 380 0 0 0 17 21 0 0 20 0 20 0 3071689 11162247168 212020 33554432000 4194304 4196468 140732174510672 139846154083344 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 9838 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 20 0 3071690 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845441570928 139846235388546 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845439464560 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071693 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 1021 0 0 0 11 0 0 0 20 0 20 0 3071693 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845437360752 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 942 0 0 0 15 0 0 0 20 0 20 0 3071693 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845436307952 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 395 0 0 0 9 0 0 0 20 0 20 0 3071693 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845435255664 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 803 0 0 0 14 0 0 0 20 0 20 0 3071693 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845434202864 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 212020 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 10900632

[startup+3.10121 s]
/proc/loadavg: 1.94 2.02 2.04 3/282 15138
/proc/meminfo: memFree=29524396/32770624 swapFree=5648/215680
[pid=15118] ppid=15115 vsize=10900632 CPUtime=10.74 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 14946 0 0 0 810 264 0 0 20 0 20 0 3071687 11162247168 285468 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725158 285468 3098 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900632 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) S 15115 15118 9838 0 -1 1077944384 5409 0 0 0 187 10 0 0 20 0 20 0 3071688 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846239615280 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 9838 0 -1 1077944384 426 0 0 0 73 29 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846161451408 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 9838 0 -1 1077944384 329 0 0 0 72 30 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846160398608 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=10900632 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 9838 0 -1 1077944384 669 0 0 0 72 31 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846159346320 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=10900632 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 9838 0 -1 1077944384 398 0 0 0 69 31 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846158293520 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 9838 0 -1 1077944384 775 0 0 0 71 31 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846157241232 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=10900632 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 9838 0 -1 1077944384 380 0 0 0 70 31 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846156188432 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=10900632 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 9838 0 -1 1077944384 578 0 0 0 65 34 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846155136144 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 9838 0 -1 1077944384 593 0 0 0 70 32 0 0 20 0 20 0 3071689 11162247168 285468 33554432000 4194304 4196468 140732174510672 139846154083344 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) R 15115 15118 9838 0 -1 4202560 860 0 0 0 5 0 0 0 20 0 20 0 3071690 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845441569360 139846220078032 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845439464560 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071693 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 1021 0 0 0 11 0 0 0 20 0 20 0 3071693 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845437360752 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 942 0 0 0 15 0 0 0 20 0 20 0 3071693 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845436307952 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 395 0 0 0 9 0 0 0 20 0 20 0 3071693 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845435255664 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 803 0 0 0 14 0 0 0 20 0 20 0 3071693 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845434202864 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 285468 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 10900632

[startup+6.30098 s]
/proc/loadavg: 2.34 2.10 2.07 10/282 15138
/proc/meminfo: memFree=27732440/32770624 swapFree=5648/215696
[pid=15118] ppid=15115 vsize=10900632 CPUtime=20.03 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 29713 0 0 0 1603 400 0 0 20 0 20 0 3071687 11162247168 493525 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725158 493525 3121 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900632 CPUtime=4.17 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) S 15115 15118 9838 0 -1 1077944384 7690 0 0 0 401 16 0 0 20 0 20 0 3071688 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846239614736 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=10900632 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) R 15115 15118 9838 0 -1 4202560 1685 0 0 0 137 45 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846161451608 139846220421535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) R 15115 15118 9838 0 -1 4202560 869 0 0 0 136 47 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846160398808 139846220421525 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=10900632 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) R 15115 15118 9838 0 -1 4202560 1859 0 0 0 138 44 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846159346520 139846220404818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) R 15115 15118 9838 0 -1 4202560 1030 0 0 0 132 47 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846158293720 139846220421793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=10900632 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) R 15115 15118 9838 0 -1 4202560 1262 0 0 0 136 46 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846157241432 139846220421485 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=10900632 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) R 15115 15118 9838 0 -1 4202560 1212 0 0 0 132 48 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846156188632 139846220404818 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) R 15115 15118 9838 0 -1 4202560 3045 0 0 0 128 51 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846155135528 139846219825614 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=10900632 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) R 15115 15118 9838 0 -1 4202560 1369 0 0 0 134 48 0 0 20 0 20 0 3071689 11162247168 493525 33554432000 4194304 4196468 140732174510672 139846154083232 139846220421485 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 9838 0 -1 1077944384 1993 0 0 0 23 1 0 0 20 0 20 0 3071690 11162247168 493525 33554432000 4194304 4196468 140732174510672 139845441569440 139846235387605 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 493525 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 493525 33554432000 4194304 4196468 140732174510672 139845439464560 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=10900632 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 4619 0 0 0 92 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845437360800 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 7394 0 0 0 139 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845436307712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=10900632 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 4442 0 0 0 83 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845435255712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 4129 0 0 0 33 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845434202912 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 889 0 0 0 3 3 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 659.95
Current children cumulated vsize (KiB) 10900632

[startup+156.801 s]
/proc/loadavg: 5.17 3.06 2.41 10/282 15165
/proc/meminfo: memFree=21181272/32770624 swapFree=5648/215808
[pid=15118] ppid=15115 vsize=10900632 CPUtime=669.83 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 193864 0 0 0 64854 2129 0 0 20 0 20 0 3071687 11162247168 2084116 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725158 2084116 3150 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900632 CPUtime=58.89 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) S 15115 15118 9838 0 -1 1077944384 26339 0 0 0 5868 21 0 0 20 0 20 0 3071688 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846239611984 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=10900632 CPUtime=72.66 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 9838 0 -1 1077944384 15030 0 0 0 7025 241 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846161451408 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=10900632 CPUtime=73.01 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 9838 0 -1 1077944384 15611 0 0 0 7027 274 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846160398608 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=10900632 CPUtime=72.98 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 9838 0 -1 1077944384 12732 0 0 0 7044 254 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846159346320 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=10900632 CPUtime=73.1 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 9838 0 -1 1077944384 9376 0 0 0 7053 257 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846158293520 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=10900632 CPUtime=72.99 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 9838 0 -1 1077944384 15015 0 0 0 7021 278 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846157241232 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=10900632 CPUtime=73.32 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 9838 0 -1 1077944384 15168 0 0 0 7073 259 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846156188432 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=10900632 CPUtime=72.86 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 9838 0 -1 1077944384 16920 0 0 0 7024 262 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846155136144 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=10900632 CPUtime=72.85 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 9838 0 -1 1077944384 11619 0 0 0 7020 265 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846154083344 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=10900632 CPUtime=23.43 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) R 15115 15118 9838 0 -1 4202560 33036 0 0 0 2340 3 0 0 20 0 20 0 3071690 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845441569376 139846220373809 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845439464576 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=10900632 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 4619 0 0 0 92 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845437360800 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 7394 0 0 0 139 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845436307712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=10900632 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 4442 0 0 0 83 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845435255712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 4129 0 0 0 33 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845434202912 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 904 0 0 0 3 3 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 669.83
Current children cumulated vsize (KiB) 10900632

[startup+157.201 s]
/proc/loadavg: 5.17 3.06 2.41 10/282 15165
/proc/meminfo: memFree=21181272/32770624 swapFree=5648/215808
[pid=15118] ppid=15115 vsize=10900632 CPUtime=670.23 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 194098 0 0 0 64894 2129 0 0 20 0 20 0 3071687 11162247168 2084116 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2725158 2084116 3150 1 0 2713552 0
[pid=15118/tid=15119] ppid=15115 vsize=10900632 CPUtime=58.89 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) S 15115 15118 9838 0 -1 1077944384 26339 0 0 0 5868 21 0 0 20 0 20 0 3071688 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846239611984 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=10900632 CPUtime=72.66 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 9838 0 -1 1077944384 15030 0 0 0 7025 241 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846161451408 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=10900632 CPUtime=73.01 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 9838 0 -1 1077944384 15611 0 0 0 7027 274 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846160398608 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=10900632 CPUtime=72.98 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 9838 0 -1 1077944384 12732 0 0 0 7044 254 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846159346320 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=10900632 CPUtime=73.1 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 9838 0 -1 1077944384 9376 0 0 0 7053 257 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846158293520 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=10900632 CPUtime=72.99 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 9838 0 -1 1077944384 15015 0 0 0 7021 278 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846157241232 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=10900632 CPUtime=73.32 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 9838 0 -1 1077944384 15168 0 0 0 7073 259 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846156188432 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=10900632 CPUtime=72.86 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 9838 0 -1 1077944384 16920 0 0 0 7024 262 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846155136144 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=10900632 CPUtime=72.85 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 9838 0 -1 1077944384 11619 0 0 0 7020 265 0 0 20 0 20 0 3071689 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139846154083344 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=10900632 CPUtime=23.83 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) R 15115 15118 9838 0 -1 4202560 33270 0 0 0 2380 3 0 0 20 0 20 0 3071690 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845441569376 139846220373892 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 20 0 3071691 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845439464576 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=10900632 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 4619 0 0 0 92 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845437360800 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 7394 0 0 0 139 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845436307712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=10900632 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 4442 0 0 0 83 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845435255712 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 4129 0 0 0 33 1 0 0 20 0 20 0 3071693 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845434202912 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 904 0 0 0 3 3 0 0 20 0 20 0 3071694 11162247168 2084116 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 670.23
Current children cumulated vsize (KiB) 10900632

[startup+157.601 s]
/proc/loadavg: 5.17 3.06 2.41 3/282 15165
/proc/meminfo: memFree=21181272/32770624 swapFree=5648/215808
[pid=15118] ppid=15115 vsize=11033760 CPUtime=670.5 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) S 15115 15118 9838 0 -1 1077944320 198834 0 0 0 64921 2129 0 0 20 0 21 0 3071687 11298570240 2084128 33554432000 4194304 4196468 140732174510672 140732174493216 139846235377399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
/proc/15118/statm: 2758440 2084128 3153 1 0 2746834 0
[pid=15118/tid=15119] ppid=15115 vsize=11033760 CPUtime=58.89 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15119/stat : 15119 (java) S 15115 15118 9838 0 -1 1077944384 26842 0 0 0 5868 21 0 0 20 0 21 0 3071688 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846239618080 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15121] ppid=15115 vsize=11033760 CPUtime=72.66 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 9838 0 -1 1077944384 15030 0 0 0 7025 241 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846161451408 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15122] ppid=15115 vsize=11033760 CPUtime=73.01 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 9838 0 -1 1077944384 15611 0 0 0 7027 274 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846160398608 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15123] ppid=15115 vsize=11033760 CPUtime=72.98 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 9838 0 -1 1077944384 12732 0 0 0 7044 254 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846159346320 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15124] ppid=15115 vsize=11033760 CPUtime=73.1 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 9838 0 -1 1077944384 9376 0 0 0 7053 257 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846158293520 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15125] ppid=15115 vsize=11033760 CPUtime=72.99 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 9838 0 -1 1077944384 15015 0 0 0 7021 278 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846157241232 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15126] ppid=15115 vsize=11033760 CPUtime=73.32 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 9838 0 -1 1077944384 15168 0 0 0 7073 259 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846156188432 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15127] ppid=15115 vsize=11033760 CPUtime=72.86 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 9838 0 -1 1077944384 16920 0 0 0 7024 262 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846155136144 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15128] ppid=15115 vsize=11033760 CPUtime=72.85 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 9838 0 -1 1077944384 11619 0 0 0 7020 265 0 0 20 0 21 0 3071689 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139846154083344 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15129] ppid=15115 vsize=11033760 CPUtime=24.09 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 9838 0 -1 1077944384 36779 0 0 0 2406 3 0 0 20 0 21 0 3071690 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845441570928 139846235388546 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15130] ppid=15115 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 9838 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 3071691 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845440516960 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15131] ppid=15115 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 9838 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 21 0 3071691 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845439464576 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15132] ppid=15115 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3071693 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845438412880 139846235395995 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15133] ppid=15115 vsize=11033760 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 9838 0 -1 1077944384 4621 0 0 0 92 1 0 0 20 0 21 0 3071693 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845437360752 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15134] ppid=15115 vsize=11033760 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 9838 0 -1 1077944384 7396 0 0 0 139 1 0 0 20 0 21 0 3071693 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845436307952 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15135] ppid=15115 vsize=11033760 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 9838 0 -1 1077944384 4444 0 0 0 83 1 0 0 20 0 21 0 3071693 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845435255664 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15136] ppid=15115 vsize=11033760 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 9838 0 -1 1077944384 4753 0 0 0 33 1 0 0 20 0 21 0 3071693 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845434202864 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15137] ppid=15115 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3071694 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845433149792 139846235387605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
[pid=15118/tid=15138] ppid=15115 vsize=11033760 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 9838 0 -1 1077944384 904 0 0 0 3 3 0 0 20 0 21 0 3071694 11298570240 2084128 33554432000 4194304 4196468 140732174510672 139845432097072 139846235388546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140732174513323 140732174513476 140732174513476 140732174516175 0
Current children cumulated CPU time (s) 670.5
Current children cumulated vsize (KiB) 11033760

[startup+157.701 s]
/proc/loadavg: 5.17 3.06 2.41 3/282 15165
/proc/meminfo: memFree=21181272/32770624 swapFree=5648/215808
[pid=15118] ppid=15115 vsize=0 CPUtime=670.54 cores=1,3,5,7,9,11,13,15
/proc/15118/stat : 15118 (java) Z 15115 15118 9838 0 -1 4227084 199150 0 0 0 64921 2133 0 0 20 0 2 0 3071687 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15118/statm: 0 0 0 0 0 0 0
[pid=15118/tid=15124] ppid=15115 vsize=0 CPUtime=73.13 cores=1,3,5,7,9,11,13,15
/proc/15118/task/15124/stat : 15124 (java) R 15115 15118 9838 0 -1 4203588 9376 0 0 0 7053 260 0 0 20 0 2 0 3071689 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 670.54
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 157.711
CPU time (s): 670.553
CPU user time (s): 649.212
CPU system time (s): 21.3414
CPU usage (%): 425.179
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.212
system time used= 21.3414
maximum resident set size= 8336696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16006
involuntary context switches= 45937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20743 second user time and 1.59723 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 01:00:25
IDJOB=4243946
IDBENCH=133263
IDSOLVER=2623
FILE ID=node114/4243946-1500678024
RUNJOBID= node114-1500673057-14152
PBS_JOBID= 20623304
Free space on /tmp= 61892 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-15-mdd.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243946-1500678024/watcher-4243946-1500678024 -o /tmp/evaluation-result-4243946-1500678024/solver-4243946-1500678024 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500673057-14152 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243946-1500678024.xml

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

MD5SUM BENCH= eb9d91ed4b70703bb0e2b52375e1b8aa
RANDOM SEED=1908260797

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30371028 kB
MemAvailable:   30514988 kB
Buffers:           46696 kB
Cached:           405436 kB
SwapCached:            0 kB
Active:          1790560 kB
Inactive:         224148 kB
Active(anon):    1565620 kB
Inactive(anon):     8852 kB
Active(file):     224940 kB
Inactive(file):   215296 kB
Unevictable:        5648 kB
Mlocked:            5648 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            122544 kB
Writeback:             0 kB
AnonPages:       1574964 kB
Mapped:            42408 kB
Shmem:              8848 kB
Slab:              71612 kB
SReclaimable:      39120 kB
SUnreclaim:        32492 kB
KernelStack:        4496 kB
PageTables:         8320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3146672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1437696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61888 MiB
End job on node114 at 2017-07-22 01:03:03