Trace number 4263662

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
sat4j-CSP 2017-07-05? 1416.27 385.186

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesN/
StripPacking-N3d.xml
MD5SUM9770e37847fcaa6546f3dc0e516ff67b
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 variables145
Number of constraints88
Number of domains30
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":87},{"size":200,"count":58}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":29},{"degree":2,"count":58},{"degree":3,"count":58}]
Minimum constraint arity2
Maximum constraint arity116
Distribution of constraint arities[{"arity":2,"count":58},{"arity":3,"count":29},{"arity":116,"count":1}]
Number of extensional constraints29
Number of intensional constraints58
Distribution of constraint types[{"type":"extension","count":29},{"type":"intension","count":58},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

1250.78/340.95	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1250.78/340.95		at java.lang.StringBuilder.toString(StringBuilder.java:407)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:697)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1250.78/340.95		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1296.15/353.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1296.15/353.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1296.15/353.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1296.15/353.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1296.15/353.06		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1296.15/353.06		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1296.15/353.06		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1296.15/353.06		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1296.15/353.06		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1296.15/353.06		at java.util.logging.Logger.log(Logger.java:738)
1296.15/353.06		at java.util.logging.Logger.doLog(Logger.java:765)
1296.15/353.06		at java.util.logging.Logger.log(Logger.java:876)
1296.15/353.06		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1296.15/353.06		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1296.15/353.06		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1296.15/353.06		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1296.15/353.06		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1296.15/353.07		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1382.27/376.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1382.27/376.02	c This is free software under the dual EPL/GNU LGPL licenses.
1382.27/376.02	c See www.sat4j.org for details.
1382.27/376.02	c That software uses the Rhino library from the Mozilla project.
1382.27/376.02	c version CUSTOM.v20170705
1382.27/376.02	c java.runtime.name	Java(TM) SE Runtime Environment
1382.27/376.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1382.27/376.02	c java.vm.version	25.131-b11
1382.27/376.02	c java.vm.vendor	Oracle Corporation
1382.27/376.02	c sun.arch.data.model	64
1382.27/376.02	c java.version		1.8.0_131
1382.27/376.02	c os.name		Linux
1382.27/376.02	c os.version		3.10.0-514.16.1.el7.x86_64
1382.27/376.02	c os.arch		amd64
1382.27/376.02	c Free memory 		499604488
1382.27/376.02	c Max memory 		7247757312
1382.27/376.02	c Total memory 		504889344
1382.27/376.02	c Number of processors 	4
1382.27/376.02	c c --- Begin Solver configuration ---
1382.27/376.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1382.27/376.02	c Learn all clauses as in MiniSAT
1382.27/376.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1382.27/376.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1382.27/376.02	c No reason simplification
1382.27/376.02	c Glucose 2.1 dynamic restart strategy
1382.27/376.02	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
1382.27/376.02	c timeout=2147483s
1382.27/376.02	c DB Simplification allowed=false
1382.27/376.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1382.27/376.02	c --- End Solver configuration ---
1416.20/385.14	c starts		: 0
1416.20/385.14	c conflicts		: 0
1416.20/385.14	c decisions		: 0
1416.20/385.14	c propagations		: 0
1416.20/385.14	c inspects		: 0
1416.20/385.14	c shortcuts		: 0
1416.20/385.14	c learnt literals	: 0
1416.20/385.14	c learnt binary clauses	: 0
1416.20/385.14	c learnt ternary clauses	: 0
1416.20/385.14	c learnt constraints	: 0
1416.20/385.14	c ignored constraints	: 0
1416.20/385.14	c root simplifications	: 0
1416.20/385.14	c removed literals (reason simplification)	: 0
1416.20/385.14	c reason swapping (by a shorter reason)	: 0
1416.20/385.14	c Calls to reduceDB	: 0
1416.20/385.14	c Number of update (reduction) of LBD	: 0
1416.20/385.14	c Imported unit clauses	: 0
1416.20/385.14	c number of reductions to clauses (during analyze)	: 0
1416.20/385.14	c number of learned constraints concerned by reduction	: 0
1416.20/385.14	c number of learning phase by resolution	: 0
1416.20/385.14	c number of learning phase by cutting planes	: 0
1416.20/385.14	c number of rounding to 1 operations	: 0
1416.20/385.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1416.20/385.14	c number of reductions of the coefficients by power 2 	: 0
1416.20/385.14	c number of right shift for reduction by power 2 	: 0
1416.20/385.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
1416.20/385.14	c speed (assignments/second)	: 0.0
1416.20/385.14	c non guided choices	0
1416.20/385.14	c learnt constraints type 
1416.20/385.14	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15347 MiB free)
  memory of node 1: 16384 MiB (14871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263662-1502611339/watcher-4263662-1502611339 -o /tmp/evaluation-result-4263662-1502611339/solver-4263662-1502611339 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263662-1502611339.xml 

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

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


[startup+0.100148 s]*
/proc/loadavg: 4.36 4.16 3.14 2/198 16250
/proc/meminfo: memFree=30944344/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=356952 memory=7604 CPUtime=0 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 1743 0 0 0 0 0 0 0 20 0 2 0 15016598 365518848 1901 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 89238 1901 1053 1 0 79208 0
[pid=16249/tid=16251] ppid=16246 vsize=356952 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) S 16246 16249 7968 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 2 0 15016609 365518848 1901 18446744073709551615 4194304 4196468 140725872805632 140485112277408 140485108046466 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209578 s]*
/proc/loadavg: 4.36 4.16 3.14 2/211 16263
/proc/meminfo: memFree=30931068/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10484492 memory=23344 CPUtime=0.06 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 4801 0 0 0 4 2 0 0 20 0 14 0 15016598 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2621123 5836 2572 1 0 2610620 0
[pid=16249/tid=16251] ppid=16246 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) D 16246 16249 7968 0 -1 4202560 2910 0 0 0 3 1 0 0 20 0 14 0 15016609 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140485112272800 140485108057341 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10484492 memory=326 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15016609 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10484492 memory=139732276699541 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15016609 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15016609 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 15016609 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10484492 memory=139732276582016 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) S 16246 16249 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 15016611 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484604422384 140485108046466 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 15016611 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484603368608 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 15016611 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484602315504 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 15016614 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 15016614 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484600212208 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15016614 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484599159664 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10484492 memory=139732276582016 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 15016614 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484598106608 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 15016614 10736119808 5836 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23344 KiB

[startup+0.310166 s]*
/proc/loadavg: 4.36 4.16 3.14 2/212 16264
/proc/meminfo: memFree=30923032/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10551156 memory=30624 CPUtime=0.18 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 8016 0 0 0 15 3 0 0 20 0 15 0 15016598 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2637789 7656 2828 1 0 2627261 0
[pid=16249/tid=16251] ppid=16246 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) R 16246 16249 7968 0 -1 4202560 5721 0 0 0 10 2 0 0 20 0 15 0 15016609 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140485112264880 140485108057245 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15016609 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) S 16246 16249 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15016611 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484604422384 140485108046466 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15016611 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484603368608 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15016611 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484602315504 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 356 0 0 0 0 0 0 0 20 0 15 0 15016614 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484600212208 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 15 0 15016614 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484599159664 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10551156 memory=139732276582016 CPUtime=0.03 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) R 16246 16249 7968 0 -1 4202560 382 0 0 0 3 0 0 0 20 0 15 0 15016614 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484598106608 140485108047254 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10551156 memory=139732276582016 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016622 10804383744 7656 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30624 KiB

[startup+0.700725 s]
/proc/loadavg: 4.36 4.16 3.14 5/212 16264
/proc/meminfo: memFree=30909708/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10551232 memory=98588 CPUtime=1.11 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 12270 0 0 0 106 5 0 0 20 0 15 0 15016598 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2637808 24647 3052 1 0 2627261 0
[pid=16249/tid=16251] ppid=16246 vsize=10551232 memory=6463925781705 CPUtime=0.51 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) R 16246 16249 7968 0 -1 4202560 7534 0 0 0 47 4 0 0 20 0 15 0 15016609 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140485112270992 140484706075329 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10551232 memory=15816711811106768 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016609 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15016609 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) S 16246 16249 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484604422384 140485108046466 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484603368608 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484602315504 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) R 16246 16249 7968 0 -1 4202560 1007 0 0 0 15 0 0 0 20 0 15 0 15016614 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484600198392 140485094067218 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) R 16246 16249 7968 0 -1 4202560 960 0 0 0 19 0 0 0 20 0 15 0 15016614 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484599140568 140485089579510 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 1398 0 0 0 24 0 0 0 20 0 15 0 15016614 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484598106608 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016622 10804461568 24647 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 98588 KiB

[startup+1.50155 s]
/proc/loadavg: 4.36 4.16 3.14 3/212 16264
/proc/meminfo: memFree=30730800/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10551232 memory=518764 CPUtime=2.97 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 13373 0 0 0 257 40 0 0 20 0 15 0 15016598 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2637808 129691 3089 1 0 2627261 0
[pid=16249/tid=16251] ppid=16246 vsize=10551232 memory=6463925781705 CPUtime=1.03 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) S 16246 16249 7968 0 -1 1077944384 7638 0 0 0 97 6 0 0 20 0 15 0 15016609 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140485112269968 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10551232 memory=288230613214036277 CPUtime=0.26 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) R 16246 16249 7968 0 -1 4202560 181 0 0 0 19 7 0 0 20 0 15 0 15016609 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485093062601 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10551232 memory=15816711811106768 CPUtime=0.26 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) R 16246 16249 7968 0 -1 4202560 187 0 0 0 18 8 0 0 20 0 15 0 15016609 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485093063193 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10551232 memory=-8774313645642428999 CPUtime=0.26 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) R 16246 16249 7968 0 -1 4202560 179 0 0 0 18 8 0 0 20 0 15 0 15016609 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140485036350424 140485093062738 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) R 16246 16249 7968 0 -1 4202560 202 0 0 0 19 7 0 0 20 0 15 0 15016609 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485093063193 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) S 16246 16249 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484604420896 140485108045525 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484603368608 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 15016611 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484602315504 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10551232 memory=2867565960586600 CPUtime=0.25 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 1041 0 0 0 25 0 0 0 20 0 15 0 15016614 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484600212208 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10551232 memory=6944656575208382560 CPUtime=0.32 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 1075 0 0 0 32 0 0 0 20 0 15 0 15016614 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484599159664 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10551232 memory=6944652177228980320 CPUtime=0.25 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 1422 0 0 0 25 0 0 0 20 0 15 0 15016614 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484598106608 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15016614 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10551232 memory=209551118910271 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) R 16246 16249 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15016622 10804461568 129691 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 518764 KiB

[startup+3.11033 s]
/proc/loadavg: 4.36 4.16 3.14 4/212 16264
/proc/meminfo: memFree=30190640/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10551232 memory=765184 CPUtime=6.89 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 15343 0 0 0 625 64 0 0 20 0 15 0 15016598 10804461568 191296 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2637808 191296 3104 1 0 2627261 0
[pid=16249/tid=16251] ppid=16246 vsize=10551232 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) R 16246 16249 7968 0 -1 4202560 7647 0 0 0 149 6 0 0 20 0 15 0 15016609 10804461568 191296 18446744073709551615 4194304 4196468 140725872805632 140485112270992 140485089684384 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0

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

[pid=16249/tid=16252] ppid=16246 vsize=10684360 memory=7971568 CPUtime=345.81 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) R 16246 16249 7968 0 -1 4202560 24866 0 0 0 34426 155 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485038456024 140485085260128 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=344.47 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) R 16246 16249 7968 0 -1 4202560 18197 0 0 0 34288 159 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485037403088 140485100663527 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=344.27 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) R 16246 16249 7968 0 -1 4202560 24759 0 0 0 34252 175 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485036350344 140485100663527 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=343.04 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) R 16246 16249 7968 0 -1 4202560 23045 0 0 0 34118 186 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485035297488 140485100663527 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10684360 memory=2424 CPUtime=21.74 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) S 16246 16249 7968 0 -1 1077944384 66693 0 0 0 2170 4 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484604420928 140485108045525 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10684360 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484603368672 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10684360 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484602315520 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10684360 memory=7971440 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10684360 memory=7971440 CPUtime=0.35 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 2180 0 0 0 35 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484600211968 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10684360 memory=2424 CPUtime=0.83 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 9384 0 0 0 82 1 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484599159712 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10684360 memory=1296 CPUtime=0.29 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 2779 0 0 0 29 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484598106656 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10684360 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10684360 memory=5520 CPUtime=0.27 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 713 0 0 0 15 12 0 0 20 0 17 0 15016622 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16384] ppid=16246 vsize=10684360 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16384/stat : 16384 (java) S 16246 16249 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484594945776 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16385] ppid=16246 vsize=10684360 memory=792 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16385/stat : 16385 (java) S 16246 16249 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484593894960 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 1413.59 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 7971568 KiB

[startup+384.801 s]
/proc/loadavg: 4.83 4.57 3.64 6/215 16387
/proc/meminfo: memFree=19121612/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10684360 memory=7971568 CPUtime=1415.9 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 188776 0 0 0 140893 697 0 0 20 0 17 0 15016598 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2671090 1992892 3128 1 0 2660543 0
[pid=16249/tid=16251] ppid=16246 vsize=10684360 memory=1200 CPUtime=12.43 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) S 16246 16249 7968 0 -1 1077944384 14663 0 0 0 1233 10 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485112276000 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=346.33 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 24866 0 0 0 34478 155 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10684360 memory=1732 CPUtime=344.98 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 18197 0 0 0 34339 159 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10684360 memory=1700 CPUtime=344.77 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 24759 0 0 0 34302 175 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10684360 memory=1228 CPUtime=343.55 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 23045 0 0 0 34169 186 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10684360 memory=1000 CPUtime=22 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) R 16246 16249 7968 0 -1 4202560 66693 0 0 0 2196 4 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484604420928 140485093031723 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10684360 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484603368672 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10684360 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484602315520 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10684360 memory=3868 CPUtime=0.35 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 2180 0 0 0 35 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484600211968 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10684360 memory=3904 CPUtime=0.83 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 9384 0 0 0 82 1 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484599159712 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10684360 memory=3044 CPUtime=0.29 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 2779 0 0 0 29 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484598106656 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10684360 memory=2776 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10684360 memory=4068 CPUtime=0.27 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 713 0 0 0 15 12 0 0 20 0 17 0 15016622 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16384] ppid=16246 vsize=10684360 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16384/stat : 16384 (java) S 16246 16249 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484594945776 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16385] ppid=16246 vsize=10684360 memory=3184 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16385/stat : 16385 (java) S 16246 16249 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484593894960 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 1415.9 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 7971568 KiB

[startup+385.001 s]*
/proc/loadavg: 4.84 4.58 3.65 3/214 16387
/proc/meminfo: memFree=19122652/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10684360 memory=7971568 CPUtime=1416.1 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 188776 0 0 0 140913 697 0 0 20 0 17 0 15016598 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2671090 1992892 3128 1 0 2660543 0
[pid=16249/tid=16251] ppid=16246 vsize=10684360 memory=-8774313645642428999 CPUtime=12.43 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) S 16246 16249 7968 0 -1 1077944384 14663 0 0 0 1233 10 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485112276000 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10684360 memory=3184 CPUtime=346.33 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 24866 0 0 0 34478 155 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10684360 memory=7971568 CPUtime=344.98 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 18197 0 0 0 34339 159 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10684360 memory=1156 CPUtime=344.77 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 24759 0 0 0 34302 175 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10684360 memory=2996 CPUtime=343.55 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 23045 0 0 0 34169 186 0 0 20 0 17 0 15016609 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10684360 memory=288230574492221466 CPUtime=22.21 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) R 16246 16249 7968 0 -1 4202560 66693 0 0 0 2217 4 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484604420928 140485093031828 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10684360 memory=301741412096147765 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484603368672 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10684360 memory=15816711811106768 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484602315520 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10684360 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10684360 memory=139732131387944 CPUtime=0.35 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 2180 0 0 0 35 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484600211968 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10684360 memory=6655300316396806240 CPUtime=0.83 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 9384 0 0 0 82 1 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484599159712 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10684360 memory=6655300316396806240 CPUtime=0.29 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 2779 0 0 0 29 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484598106656 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10684360 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10684360 memory=6944656592387989600 CPUtime=0.27 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 713 0 0 0 15 12 0 0 20 0 17 0 15016622 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16384] ppid=16246 vsize=10684360 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16384/stat : 16384 (java) S 16246 16249 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484594945776 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16385] ppid=16246 vsize=10684360 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16385/stat : 16385 (java) S 16246 16249 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992892 18446744073709551615 4194304 4196468 140725872805632 140484593894960 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 1416.1 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 7971568 KiB

[startup+385.11 s]
/proc/loadavg: 4.84 4.58 3.65 3/214 16387
/proc/meminfo: memFree=19122652/32770624 swapFree=67108860/67108860
[pid=16249] ppid=16246 vsize=10684360 memory=7971572 CPUtime=1416.2 cores=0,2,4,6
/proc/16249/stat : 16249 (java) S 16246 16249 7968 0 -1 1077944320 188904 0 0 0 140923 697 0 0 20 0 17 0 15016598 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140725872788176 140485108035319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
/proc/16249/statm: 2671090 1992893 3128 1 0 2660543 0
[pid=16249/tid=16251] ppid=16246 vsize=10684360 memory=7971468 CPUtime=12.43 cores=0,2,4,6
/proc/16249/task/16251/stat : 16251 (java) S 16246 16249 7968 0 -1 1077944384 14663 0 0 0 1233 10 0 0 20 0 17 0 15016609 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140485112276000 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16252] ppid=16246 vsize=10684360 memory=7971476 CPUtime=346.33 cores=0,2,4,6
/proc/16249/task/16252/stat : 16252 (java) S 16246 16249 7968 0 -1 1077944384 24866 0 0 0 34478 155 0 0 20 0 17 0 15016609 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140485038455824 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16253] ppid=16246 vsize=10684360 memory=7971476 CPUtime=344.98 cores=0,2,4,6
/proc/16249/task/16253/stat : 16253 (java) S 16246 16249 7968 0 -1 1077944384 18197 0 0 0 34339 159 0 0 20 0 17 0 15016609 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140485037403280 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16254] ppid=16246 vsize=10684360 memory=7971568 CPUtime=344.77 cores=0,2,4,6
/proc/16249/task/16254/stat : 16254 (java) S 16246 16249 7968 0 -1 1077944384 24759 0 0 0 34302 175 0 0 20 0 17 0 15016609 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140485036350224 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16255] ppid=16246 vsize=10684360 memory=0 CPUtime=343.55 cores=0,2,4,6
/proc/16249/task/16255/stat : 16255 (java) S 16246 16249 7968 0 -1 1077944384 23045 0 0 0 34169 186 0 0 20 0 17 0 15016609 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140485035297680 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16256] ppid=16246 vsize=10684360 memory=7971568 CPUtime=22.31 cores=0,2,4,6
/proc/16249/task/16256/stat : 16256 (java) R 16246 16249 7968 0 -1 4202560 66821 0 0 0 2227 4 0 0 20 0 17 0 15016611 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484604420928 140485093031743 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16257] ppid=16246 vsize=10684360 memory=7971568 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16257/stat : 16257 (java) S 16246 16249 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484603368672 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16258] ppid=16246 vsize=10684360 memory=7971476 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16258/stat : 16258 (java) S 16246 16249 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 15016611 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484602315520 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16259] ppid=16246 vsize=10684360 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16259/stat : 16259 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484601264080 140485108053915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16260] ppid=16246 vsize=10684360 memory=7971568 CPUtime=0.35 cores=0,2,4,6
/proc/16249/task/16260/stat : 16260 (java) S 16246 16249 7968 0 -1 1077944384 2180 0 0 0 35 0 0 0 20 0 17 0 15016614 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484600211968 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16261] ppid=16246 vsize=10684360 memory=1440 CPUtime=0.83 cores=0,2,4,6
/proc/16249/task/16261/stat : 16261 (java) S 16246 16249 7968 0 -1 1077944384 9384 0 0 0 82 1 0 0 20 0 17 0 15016614 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484599159712 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16262] ppid=16246 vsize=10684360 memory=2424 CPUtime=0.29 cores=0,2,4,6
/proc/16249/task/16262/stat : 16262 (java) S 16246 16249 7968 0 -1 1077944384 2779 0 0 0 29 0 0 0 20 0 17 0 15016614 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484598106656 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16263] ppid=16246 vsize=10684360 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16263/stat : 16263 (java) S 16246 16249 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15016614 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484597054304 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16264] ppid=16246 vsize=10684360 memory=8152 CPUtime=0.27 cores=0,2,4,6
/proc/16249/task/16264/stat : 16264 (java) S 16246 16249 7968 0 -1 1077944384 713 0 0 0 15 12 0 0 20 0 17 0 15016622 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484596001328 140485108046466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16384] ppid=16246 vsize=10684360 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16384/stat : 16384 (java) S 16246 16249 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484594945776 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
[pid=16249/tid=16385] ppid=16246 vsize=10684360 memory=7971568 CPUtime=0 cores=0,2,4,6
/proc/16249/task/16385/stat : 16385 (java) S 16246 16249 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 15051905 10940784640 1992893 18446744073709551615 4194304 4196468 140725872805632 140484593894960 140485108045525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140725872808337 140725872808490 140725872808490 140725872811983 0
Current children cumulated CPU time: 1416.2 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 7971572 KiB

Child status: 1
Real time (s): 385.186
CPU time (s): 1416.27
CPU user time (s): 1409.26
CPU system time (s): 7.00905
CPU usage (%): 367.686
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 7971572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1409.26
system time used= 7.00905
maximum resident set size= 7971720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24434
involuntary context switches= 20786


# summary of solver processes directly reported to runsolver:
#   pid: 16249
#   total CPU time (s): 1416.27
#   total CPU user time (s): 1409.26
#   total CPU system time (s): 7.00905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.18168 second user time and 4.03454 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 09:48:22
IDJOB=4263662
IDBENCH=120447
IDSOLVER=2651
FILE ID=node128/4263662-1502611339
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N3d.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263662-1502611339/watcher-4263662-1502611339 -o /tmp/evaluation-result-4263662-1502611339/solver-4263662-1502611339 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263662-1502611339.xml

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

MD5SUM BENCH= 9770e37847fcaa6546f3dc0e516ff67b
RANDOM SEED=1711336425

node128.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.94
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.94
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.94
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.94
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:        30944332 kB
MemAvailable:   31483384 kB
Buffers:          124236 kB
Cached:           703344 kB
SwapCached:            0 kB
Active:           775352 kB
Inactive:         642200 kB
Active(anon):     590440 kB
Inactive(anon):    16764 kB
Active(file):     184912 kB
Inactive(file):   625436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:        590092 kB
Mapped:            44016 kB
Shmem:             17116 kB
Slab:             113924 kB
SReclaimable:      89076 kB
SUnreclaim:        24848 kB
KernelStack:        3488 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1190988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 09:54:48