Trace number 4263569

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? 1427.85 390.789

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-189.xml
MD5SUM2d128f2f94de8885d96408ae6f82eda5
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 variables50
Number of constraints53
Number of domains1
Minimum domain size576
Maximum domain size576
Distribution of domain sizes[{"size":576,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

1234.37/339.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1234.37/339.43		at java.lang.ClassLoader.findLoadedClass0(Native Method)
1234.37/339.43		at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:1038)
1234.37/339.43		at java.lang.ClassLoader.loadClass(ClassLoader.java:406)
1234.37/339.43		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
1234.37/339.43		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1234.37/339.43		at java.util.ResourceBundle$RBClassLoader.loadClass(ResourceBundle.java:503)
1234.37/339.43		at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2640)
1234.37/339.43		at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
1234.37/339.43		at java.util.ResourceBundle.findBundle(ResourceBundle.java:1465)
1234.37/339.43		at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
1234.37/339.43		at java.util.ResourceBundle.getBundle(ResourceBundle.java:845)
1234.37/339.43		at java.util.logging.Level.computeLocalizedLevelName(Level.java:265)
1234.37/339.43		at java.util.logging.Level.getLocalizedLevelName(Level.java:324)
1234.37/339.43		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:165)
1234.37/339.43		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1234.37/339.43		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1234.37/339.43		at java.util.logging.Logger.log(Logger.java:738)
1234.37/339.43		at java.util.logging.Logger.doLog(Logger.java:765)
1234.37/339.43		at java.util.logging.Logger.log(Logger.java:876)
1234.37/339.43		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1234.37/339.43		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1234.37/339.43		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1234.37/339.43		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1234.37/339.43		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1234.37/339.43		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1347.98/369.94	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1347.98/369.94	c This is free software under the dual EPL/GNU LGPL licenses.
1347.98/369.94	c See www.sat4j.org for details.
1347.98/369.94	c That software uses the Rhino library from the Mozilla project.
1347.98/369.94	c version CUSTOM.v20170705
1347.98/369.94	c java.runtime.name	Java(TM) SE Runtime Environment
1347.98/369.94	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1347.98/369.94	c java.vm.version	25.131-b11
1347.98/369.94	c java.vm.vendor	Oracle Corporation
1347.98/369.94	c sun.arch.data.model	64
1347.98/369.94	c java.version		1.8.0_131
1347.98/369.94	c os.name		Linux
1347.98/369.94	c os.version		3.10.0-514.16.1.el7.x86_64
1347.98/369.94	c os.arch		amd64
1347.98/369.94	c Free memory 		499604488
1347.98/369.94	c Max memory 		7247757312
1347.98/369.94	c Total memory 		504889344
1347.98/369.94	c Number of processors 	4
1347.98/369.94	c c --- Begin Solver configuration ---
1347.98/369.94	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1347.98/369.94	c Learn all clauses as in MiniSAT
1347.98/369.94	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1347.98/369.94	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1347.98/369.94	c No reason simplification
1347.98/369.94	c Glucose 2.1 dynamic restart strategy
1347.98/369.94	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
1347.98/369.94	c timeout=2147483s
1347.98/369.94	c DB Simplification allowed=false
1347.98/369.94	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1347.98/369.94	c --- End Solver configuration ---
1390.94/380.85	Exception in thread "Thread-1" c starts		: 0
1390.94/380.85	java.lang.OutOfMemoryError: GC overhead limit exceeded
1390.94/380.85		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1390.94/380.85		at java.util.Hashtable.keys(Hashtable.java:257)
1390.94/380.85		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1390.94/380.85		at java.util.logging.LogManager.reset(LogManager.java:1327)
1390.94/380.85		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1427.76/390.73	c conflicts		: 0
1427.76/390.73	c decisions		: 0
1427.76/390.73	c propagations		: 0
1427.76/390.73	c inspects		: 0
1427.76/390.73	c shortcuts		: 0
1427.76/390.73	c learnt literals	: 0
1427.76/390.73	c learnt binary clauses	: 0
1427.76/390.73	c learnt ternary clauses	: 0
1427.76/390.73	c learnt constraints	: 0
1427.76/390.73	c ignored constraints	: 0
1427.76/390.73	c root simplifications	: 0
1427.76/390.73	c removed literals (reason simplification)	: 0
1427.76/390.73	c reason swapping (by a shorter reason)	: 0
1427.76/390.73	c Calls to reduceDB	: 0
1427.76/390.73	c Number of update (reduction) of LBD	: 0
1427.76/390.73	c Imported unit clauses	: 0
1427.76/390.73	c number of reductions to clauses (during analyze)	: 0
1427.76/390.73	c number of learned constraints concerned by reduction	: 0
1427.76/390.73	c number of learning phase by resolution	: 0
1427.76/390.73	c number of learning phase by cutting planes	: 0
1427.76/390.73	c number of rounding to 1 operations	: 0
1427.76/390.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1427.76/390.73	c number of reductions of the coefficients by power 2 	: 0
1427.76/390.73	c number of right shift for reduction by power 2 	: 0
1427.76/390.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
1427.76/390.73	c speed (assignments/second)	: 0.0
1427.76/390.73	c non guided choices	0
1427.76/390.74	c learnt constraints type 
1427.76/390.74	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 (11208 MiB free)
  memory of node 1: 16384 MiB (15577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263569-1502626785/watcher-4263569-1502626785 -o /tmp/evaluation-result-4263569-1502626785/solver-4263569-1502626785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263569-1502626785.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100067 s]*
/proc/loadavg: 5.00 4.71 4.12 3/206 16462
/proc/meminfo: memFree=27424352/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=9936560 memory=18528 CPUtime=0.01 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 3410 0 0 0 1 0 0 0 20 0 6 0 110184955 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2484140 4632 1921 1 0 2473637 0
[pid=16456/tid=16458] ppid=16453 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) R 16453 16456 4674 0 -1 4202560 2121 0 0 0 1 0 0 0 20 0 6 0 110184965 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140690312962640 140690288277191 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110184965 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=9936560 memory=140603109222016 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110184965 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110184965 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110184965 10175037440 4632 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18528 KiB

[startup+0.210556 s]*
/proc/loadavg: 5.00 4.71 4.12 3/215 16471
/proc/meminfo: memFree=27416316/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10551156 memory=26084 CPUtime=0.08 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 5001 0 0 0 7 1 0 0 20 0 15 0 110184955 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2637789 6521 2749 1 0 2627261 0
[pid=16456/tid=16458] ppid=16453 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) R 16453 16456 4674 0 -1 4202560 2982 0 0 0 6 1 0 0 20 0 15 0 110184965 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140690312962624 140690308748445 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10551156 memory=3689493824450930336 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10551156 memory=140603109222016 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689349032304 140690308737666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689347978272 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689346925424 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689344822128 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) R 16453 16456 4674 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689343769328 140690308738454 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10551156 memory=140603109222016 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689342716528 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10551156 memory=140603109222016 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184975 10804383744 6521 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26084 KiB

[startup+0.310674 s]*
/proc/loadavg: 5.00 4.71 4.12 3/215 16471
/proc/meminfo: memFree=27404168/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10551156 memory=36264 CPUtime=0.23 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 8285 0 0 0 20 3 0 0 20 0 15 0 110184955 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2637789 9066 2874 1 0 2627261 0
[pid=16456/tid=16458] ppid=16453 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) R 16453 16456 4674 0 -1 4202560 5944 0 0 0 14 2 0 0 20 0 15 0 110184965 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140690312960768 140690292807006 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110184965 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689349032304 140690308737666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689347978272 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110184967 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689346925424 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 15 0 110184970 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689344822128 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689343769328 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 419 0 0 0 4 0 0 0 20 0 15 0 110184970 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689342716528 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10551156 memory=140603109222016 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184975 10804383744 9066 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36264 KiB

[startup+0.700756 s]
/proc/loadavg: 5.00 4.71 4.12 4/215 16471
/proc/meminfo: memFree=27380084/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10551232 memory=112636 CPUtime=1.18 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 12536 0 0 0 113 5 0 0 20 0 15 0 110184955 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2637808 28159 3053 1 0 2627261 0
[pid=16456/tid=16458] ppid=16453 vsize=10551232 memory=281206004514856 CPUtime=0.54 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) R 16453 16456 4674 0 -1 4202560 7864 0 0 0 51 3 0 0 20 0 15 0 110184965 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140690312957968 140689927652472 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10551232 memory=281206004650064 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10551232 memory=75023146551795 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184965 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110184965 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) S 16453 16456 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689349032304 140690308737666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689347978272 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10551232 memory=281206004703888 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689346925424 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) R 16453 16456 4674 0 -1 4202560 1349 0 0 0 22 0 0 0 20 0 15 0 110184970 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689344813104 140690292111325 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) R 16453 16456 4674 0 -1 4202560 928 0 0 0 21 0 0 0 20 0 15 0 110184970 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689343758000 140690292212453 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 1025 0 0 0 18 0 0 0 20 0 15 0 110184970 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689342716528 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184975 10804461568 28159 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 112636 KiB

[startup+1.50168 s]
/proc/loadavg: 4.84 4.69 4.11 7/215 16471
/proc/meminfo: memFree=27190000/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10551232 memory=516240 CPUtime=3.05 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 13690 0 0 0 266 39 0 0 20 0 15 0 110184955 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2637808 129060 3088 1 0 2627261 0
[pid=16456/tid=16458] ppid=16453 vsize=10551232 memory=281206004646128 CPUtime=1.02 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) S 16453 16456 4674 0 -1 1077944384 7945 0 0 0 97 5 0 0 20 0 15 0 110184965 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140690312962304 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10551232 memory=2110953609423028 CPUtime=0.3 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) R 16453 16456 4674 0 -1 4202560 190 0 0 0 22 8 0 0 20 0 15 0 110184965 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140690249764184 140690293753499 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10551232 memory=-8774313645642428999 CPUtime=0.29 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) R 16453 16456 4674 0 -1 4202560 210 0 0 0 22 7 0 0 20 0 15 0 110184965 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140690248711384 140690293754765 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) R 16453 16456 4674 0 -1 4202560 181 0 0 0 23 8 0 0 20 0 15 0 110184965 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140690247658584 140690301826183 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) R 16453 16456 4674 0 -1 4202560 218 0 0 0 23 7 0 0 20 0 15 0 110184965 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140690246605472 140690293748640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) S 16453 16456 4674 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689349030816 140690308736725 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689347978272 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 110184967 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689346925424 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10551232 memory=6297272899246839397 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10551232 memory=56 CPUtime=0.29 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 1364 0 0 0 29 0 0 0 20 0 15 0 110184970 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689344822128 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10551232 memory=288230617509003574 CPUtime=0.26 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 1100 0 0 0 26 0 0 0 20 0 15 0 110184970 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689343769328 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10551232 memory=13564886244395551 CPUtime=0.19 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 1035 0 0 0 19 0 0 0 20 0 15 0 110184970 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689342716528 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110184970 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10551232 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110184975 10804461568 129060 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10551232 KiB

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

[startup+389.601 s]
/proc/loadavg: 4.54 4.86 4.40 6/217 16580
/proc/meminfo: memFree=15657504/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10684512 memory=7962884 CPUtime=1425.19 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 312974 0 0 0 141890 629 0 0 20 0 16 0 110184955 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2671128 1990721 3152 1 0 2660543 0
[pid=16456/tid=16458] ppid=16453 vsize=10684512 memory=3052 CPUtime=12.99 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) S 16453 16456 4674 0 -1 1077944384 16108 0 0 0 1289 10 0 0 20 0 16 0 110184965 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140690312967200 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10684512 memory=4064 CPUtime=347.1 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) R 16453 16456 4674 0 -1 4202560 75871 0 0 0 34576 134 0 0 20 0 16 0 110184965 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140690249764184 140690293722920 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10684512 memory=1156 CPUtime=345.32 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) R 16453 16456 4674 0 -1 4202560 36196 0 0 0 34375 157 0 0 20 0 16 0 110184965 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140690248711304 140690301354727 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=345.71 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) R 16453 16456 4674 0 -1 4202560 77322 0 0 0 34399 172 0 0 20 0 16 0 110184965 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140690247658192 140690301354727 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10684512 memory=288230574492221466 CPUtime=346.17 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) R 16453 16456 4674 0 -1 4202560 31966 0 0 0 34471 146 0 0 20 0 16 0 110184965 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140690246605392 140690301354727 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10684512 memory=304556166158221622 CPUtime=26.56 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) S 16453 16456 4674 0 -1 1077944384 65935 0 0 0 2652 4 0 0 20 0 16 0 110184967 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689349030848 140690308736725 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10684512 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689347978336 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689346925440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10684512 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10684512 memory=53404 CPUtime=0.35 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 2605 0 0 0 35 0 0 0 20 0 16 0 110184970 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689344820960 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10684512 memory=1296 CPUtime=0.33 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 2621 0 0 0 33 0 0 0 20 0 16 0 110184970 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689343769088 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10684512 memory=2320 CPUtime=0.24 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 2169 0 0 0 24 0 0 0 20 0 16 0 110184970 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689342712400 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10684512 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10684512 memory=2012 CPUtime=0.32 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 551 0 0 0 14 18 0 0 20 0 16 0 110184975 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16578] ppid=16453 vsize=10684512 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16578/stat : 16578 (java) S 16453 16456 4674 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 110220140 10940940288 1990721 18446744073709551615 4194304 4196468 140724011290480 140689339555440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 1425.19 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 7962884 KiB

[startup+390.401 s]
/proc/loadavg: 4.54 4.86 4.40 6/217 16580
/proc/meminfo: memFree=15657504/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10684512 memory=7962896 CPUtime=1427.46 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 313218 0 0 0 142116 630 0 0 20 0 16 0 110184955 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2671128 1990724 3152 1 0 2660543 0
[pid=16456/tid=16458] ppid=16453 vsize=10684512 memory=12304 CPUtime=12.99 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) S 16453 16456 4674 0 -1 1077944384 16108 0 0 0 1289 10 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690312967200 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10684512 memory=7962948 CPUtime=347.61 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 75871 0 0 0 34627 134 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10684512 memory=2012 CPUtime=345.8 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 36196 0 0 0 34423 157 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10684512 memory=11020 CPUtime=346.22 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 77322 0 0 0 34449 173 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10684512 memory=7962884 CPUtime=346.66 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 31966 0 0 0 34520 146 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10684512 memory=796 CPUtime=26.85 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) R 16453 16456 4674 0 -1 4202560 66179 0 0 0 2681 4 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689349030848 140690293722900 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10684512 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689347978336 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689346925440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10684512 memory=7962948 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10684512 memory=7962944 CPUtime=0.35 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 2605 0 0 0 35 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689344820960 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 2621 0 0 0 33 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689343769088 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10684512 memory=11020 CPUtime=0.24 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 2169 0 0 0 24 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689342712400 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10684512 memory=5712 CPUtime=0.32 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 551 0 0 0 14 18 0 0 20 0 16 0 110184975 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16578] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16578/stat : 16578 (java) S 16453 16456 4674 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 110220140 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689339555440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 1427.46 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 7962896 KiB

[startup+390.601 s]
/proc/loadavg: 4.54 4.86 4.40 6/217 16580
/proc/meminfo: memFree=15657504/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10684512 memory=7962896 CPUtime=1427.66 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 313218 0 0 0 142136 630 0 0 20 0 16 0 110184955 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2671128 1990724 3152 1 0 2660543 0
[pid=16456/tid=16458] ppid=16453 vsize=10684512 memory=7962884 CPUtime=12.99 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) S 16453 16456 4674 0 -1 1077944384 16108 0 0 0 1289 10 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690312967200 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=347.61 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 75871 0 0 0 34627 134 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10684512 memory=-8774313645642428999 CPUtime=345.8 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 36196 0 0 0 34423 157 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10684512 memory=31856 CPUtime=346.22 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 77322 0 0 0 34449 173 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10684512 memory=1232 CPUtime=346.66 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 31966 0 0 0 34520 146 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10684512 memory=644 CPUtime=27.05 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) R 16453 16456 4674 0 -1 4202560 66179 0 0 0 2701 4 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689349030736 140690293722871 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10684512 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689347978336 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10684512 memory=7962884 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689346925440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10684512 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10684512 memory=53404 CPUtime=0.35 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 2605 0 0 0 35 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689344820960 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10684512 memory=956 CPUtime=0.33 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 2621 0 0 0 33 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689343769088 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10684512 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 2169 0 0 0 24 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689342712400 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10684512 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10684512 memory=4572 CPUtime=0.32 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 551 0 0 0 14 18 0 0 20 0 16 0 110184975 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16578] ppid=16453 vsize=10684512 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16578/stat : 16578 (java) S 16453 16456 4674 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 110220140 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689339555440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 1427.66 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 7962896 KiB

[startup+390.701 s]
/proc/loadavg: 4.54 4.86 4.40 6/217 16580
/proc/meminfo: memFree=15657504/32770624 swapFree=67108764/67108860
[pid=16456] ppid=16453 vsize=10684512 memory=7962896 CPUtime=1427.76 cores=1,3,5,7
/proc/16456/stat : 16456 (java) S 16453 16456 4674 0 -1 1077944320 313218 0 0 0 142146 630 0 0 20 0 16 0 110184955 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140724011273024 140690308726519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
/proc/16456/statm: 2671128 1990724 3152 1 0 2660543 0
[pid=16456/tid=16458] ppid=16453 vsize=10684512 memory=7962944 CPUtime=12.99 cores=1,3,5,7
/proc/16456/task/16458/stat : 16458 (java) S 16453 16456 4674 0 -1 1077944384 16108 0 0 0 1289 10 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690312967200 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16459] ppid=16453 vsize=10684512 memory=7962948 CPUtime=347.61 cores=1,3,5,7
/proc/16456/task/16459/stat : 16459 (java) S 16453 16456 4674 0 -1 1077944384 75871 0 0 0 34627 134 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690249763984 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16460] ppid=16453 vsize=10684512 memory=7962884 CPUtime=345.8 cores=1,3,5,7
/proc/16456/task/16460/stat : 16460 (java) S 16453 16456 4674 0 -1 1077944384 36196 0 0 0 34423 157 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690248711184 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16461] ppid=16453 vsize=10684512 memory=7962884 CPUtime=346.22 cores=1,3,5,7
/proc/16456/task/16461/stat : 16461 (java) S 16453 16456 4674 0 -1 1077944384 77322 0 0 0 34449 173 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690247658384 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16462] ppid=16453 vsize=10684512 memory=7962896 CPUtime=346.66 cores=1,3,5,7
/proc/16456/task/16462/stat : 16462 (java) S 16453 16456 4674 0 -1 1077944384 31966 0 0 0 34520 146 0 0 20 0 16 0 110184965 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140690246605584 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16463] ppid=16453 vsize=10684512 memory=7962884 CPUtime=27.15 cores=1,3,5,7
/proc/16456/task/16463/stat : 16463 (java) R 16453 16456 4674 0 -1 4202560 66179 0 0 0 2711 4 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689349030736 140690293722923 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16464] ppid=16453 vsize=10684512 memory=7962944 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16464/stat : 16464 (java) S 16453 16456 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689347978336 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16465] ppid=16453 vsize=10684512 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16465/stat : 16465 (java) S 16453 16456 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110184967 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689346925440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16466] ppid=16453 vsize=10684512 memory=7962884 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16466/stat : 16466 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689345873744 140690308745115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16467] ppid=16453 vsize=10684512 memory=7962884 CPUtime=0.35 cores=1,3,5,7
/proc/16456/task/16467/stat : 16467 (java) S 16453 16456 4674 0 -1 1077944384 2605 0 0 0 35 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689344820960 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16468] ppid=16453 vsize=10684512 memory=7962884 CPUtime=0.33 cores=1,3,5,7
/proc/16456/task/16468/stat : 16468 (java) S 16453 16456 4674 0 -1 1077944384 2621 0 0 0 33 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689343769088 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16469] ppid=16453 vsize=10684512 memory=53404 CPUtime=0.24 cores=1,3,5,7
/proc/16456/task/16469/stat : 16469 (java) S 16453 16456 4674 0 -1 1077944384 2169 0 0 0 24 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689342712400 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16470] ppid=16453 vsize=10684512 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16470/stat : 16470 (java) S 16453 16456 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110184970 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689341663968 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16471] ppid=16453 vsize=10684512 memory=1204 CPUtime=0.32 cores=1,3,5,7
/proc/16456/task/16471/stat : 16471 (java) S 16453 16456 4674 0 -1 1077944384 551 0 0 0 14 18 0 0 20 0 16 0 110184975 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689340611248 140690308737666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
[pid=16456/tid=16578] ppid=16453 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/16456/task/16578/stat : 16578 (java) S 16453 16456 4674 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 110220140 10940940288 1990724 18446744073709551615 4194304 4196468 140724011290480 140689339555440 140690308736725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16293888 140724011299216 140724011299369 140724011299369 140724011302863 0
Current children cumulated CPU time: 1427.76 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 7962896 KiB

Child status: 1
Real time (s): 390.789
CPU time (s): 1427.85
CPU user time (s): 1421.51
CPU system time (s): 6.34043
CPU usage (%): 365.377
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 7962948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1421.51
system time used= 6.34042
maximum resident set size= 7963164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313480
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19500
involuntary context switches= 14862


# summary of solver processes directly reported to runsolver:
#   pid: 16456
#   total CPU time (s): 1427.85
#   total CPU user time (s): 1421.51
#   total CPU system time (s): 6.34043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30332 second user time and 4.01633 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 14:05:51
IDJOB=4263569
IDBENCH=127923
IDSOLVER=2651
FILE ID=node134/4263569-1502626785
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-189.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263569-1502626785/watcher-4263569-1502626785 -o /tmp/evaluation-result-4263569-1502626785/solver-4263569-1502626785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263569-1502626785.xml

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

MD5SUM BENCH= 2d128f2f94de8885d96408ae6f82eda5
RANDOM SEED=1810841347

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        27429464 kB
MemAvailable:   27639716 kB
Buffers:          222996 kB
Cached:           281320 kB
SwapCached:            4 kB
Active:          4674364 kB
Inactive:         207184 kB
Active(anon):    4324756 kB
Inactive(anon):    94440 kB
Active(file):     349608 kB
Inactive(file):   112744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:       4381780 kB
Mapped:            67644 kB
Shmem:             41564 kB
Slab:             154064 kB
SReclaimable:     127472 kB
SUnreclaim:        26592 kB
KernelStack:        3696 kB
PageTables:        13480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6057124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4235264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 14:12:22