Trace number 4263568

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? 1470.25 397.54099

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-129.xml
MD5SUM98286cf95bf5397e70229f7335ae5343
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.92555
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size404
Maximum domain size404
Distribution of domain sizes[{"size":404,"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

1191.96/324.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1237.39/336.46		at java.util.Arrays.copyOf(Arrays.java:3332)
1237.39/336.46		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1237.39/336.46		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1237.39/336.46		at java.lang.StringBuffer.append(StringBuffer.java:270)
1237.39/336.46		at java.io.StringWriter.write(StringWriter.java:112)
1237.39/336.46		at java.io.PrintWriter.write(PrintWriter.java:456)
1237.39/336.46		at java.io.PrintWriter.write(PrintWriter.java:473)
1237.39/336.46		at java.io.PrintWriter.print(PrintWriter.java:603)
1237.39/336.46		at java.io.PrintWriter.println(PrintWriter.java:756)
1237.39/336.46		at java.lang.Throwable$WrappedPrintWriter.println(Throwable.java:764)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:697)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1237.39/336.46		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1237.39/336.46		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1237.39/336.46		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1237.39/336.46		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1237.39/336.46		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1237.39/336.46		at java.util.logging.Logger.log(Logger.java:738)
1237.39/336.46		at java.util.logging.Logger.doLog(Logger.java:765)
1237.39/336.46		at java.util.logging.Logger.log(Logger.java:876)
1237.39/336.46		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1237.39/336.46		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1237.39/336.46		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1237.39/336.46		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1237.39/336.46		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1237.39/336.46		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1303.45/354.22	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1303.45/354.22	c This is free software under the dual EPL/GNU LGPL licenses.
1303.45/354.22	c See www.sat4j.org for details.
1303.45/354.22	c That software uses the Rhino library from the Mozilla project.
1303.45/354.22	c version CUSTOM.v20170705
1303.45/354.22	c java.runtime.name	Java(TM) SE Runtime Environment
1303.45/354.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1303.45/354.22	c java.vm.version	25.131-b11
1303.45/354.22	c java.vm.vendor	Oracle Corporation
1303.45/354.22	c sun.arch.data.model	64
1303.45/354.22	c java.version		1.8.0_131
1303.45/354.22	c os.name		Linux
1303.45/354.22	c os.version		3.10.0-514.16.1.el7.x86_64
1303.45/354.22	c os.arch		amd64
1303.45/354.22	c Free memory 		499604488
1303.45/354.22	c Max memory 		7247757312
1303.45/354.22	c Total memory 		504889344
1303.45/354.22	c Number of processors 	4
1303.45/354.22	c c --- Begin Solver configuration ---
1303.45/354.22	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1303.45/354.22	c Learn all clauses as in MiniSAT
1303.45/354.22	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1303.45/354.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1303.45/354.22	c No reason simplification
1303.45/354.22	c Glucose 2.1 dynamic restart strategy
1303.45/354.22	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
1303.45/354.22	c timeout=2147483s
1303.45/354.22	c DB Simplification allowed=false
1303.45/354.22	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1303.45/354.22	c --- End Solver configuration ---
1360.64/369.29	c starts		: 0
1360.64/369.29	c conflicts		: 0
1360.64/369.29	c decisions		: 0
1379.21/373.98	c propagations		: 0
1379.21/373.98	Exception in thread "Thread-1" c inspects		: 0
1397.77/378.67	c shortcuts		: 0
1417.49/383.68	c learnt literals	: 0
1417.49/383.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
1436.05/388.40	c learnt binary clauses	: 0
1436.05/388.40	c learnt ternary clauses	: 0
1436.05/388.40	c learnt constraints	: 0
1436.05/388.40	c ignored constraints	: 0
1436.05/388.40	c root simplifications	: 0
1436.05/388.40	c removed literals (reason simplification)	: 0
1436.05/388.40	c reason swapping (by a shorter reason)	: 0
1436.05/388.40	c Calls to reduceDB	: 0
1436.05/388.40	c Number of update (reduction) of LBD	: 0
1436.05/388.40	c Imported unit clauses	: 0
1436.31/388.40	c number of reductions to clauses (during analyze)	: 0
1436.31/388.40	c number of learned constraints concerned by reduction	: 0
1436.31/388.40	c number of learning phase by resolution	: 0
1436.31/388.40	c number of learning phase by cutting planes	: 0
1436.31/388.40	c number of rounding to 1 operations	: 0
1436.31/388.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1436.31/388.40	c number of reductions of the coefficients by power 2 	: 0
1436.31/388.40	c number of right shift for reduction by power 2 	: 0
1436.31/388.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
1436.31/388.40	c speed (assignments/second)	: 0.0
1436.31/388.40	c non guided choices	0
1470.20/397.50	
1470.20/397.50	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1470.20/397.50	c learnt constraints type 
1470.20/397.50	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 (11727 MiB free)
  memory of node 1: 16384 MiB (14387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263568-1502626784/watcher-4263568-1502626784 -o /tmp/evaluation-result-4263568-1502626784/solver-4263568-1502626784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263568-1502626784.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=11233, runsolver pid=11230
Current StackSize limit: 8192 KiB


[startup+0.103054 s]*
/proc/loadavg: 2.00 2.01 2.13 3/216 11248
/proc/meminfo: memFree=26723224/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10555400 memory=29800 CPUtime=0.13 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 6579 0 0 0 12 1 0 0 20 0 15 0 95759607 10808729600 7450 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2638850 7450 2790 1 0 2627263 0
[pid=11233/tid=11235] ppid=11230 vsize=10555400 memory=-8125511277465736571 CPUtime=0.09 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) R 11230 11233 6758 0 -1 4202560 4405 0 0 0 8 1 0 0 20 0 15 0 95759607 10808729600 7450 33554432000 4194304 4196468 140720461430800 140533473098032 140533452920165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 7450 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 7450 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 7450 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 7450 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532572387568 140533468887682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532571333792 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532570280688 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759612 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 95759612 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532568177392 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95759612 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532567124848 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0.02 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) R 11230 11233 6758 0 -1 4202560 382 0 0 0 2 0 0 0 20 0 15 0 95759612 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532566071792 140533468897882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759613 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95759613 10808729600 7450 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29800 KiB

[startup+0.210554 s]*
/proc/loadavg: 2.00 2.01 2.13 3/216 11248
/proc/meminfo: memFree=26715732/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10555400 memory=37960 CPUtime=0.29 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 7730 0 0 0 27 2 0 0 20 0 15 0 95759607 10808729600 9490 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2638850 9490 2925 1 0 2627263 0
[pid=11233/tid=11235] ppid=11230 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) R 11230 11233 6758 0 -1 4202560 5343 0 0 0 18 1 0 0 20 0 15 0 95759607 10808729600 9490 33554432000 4194304 4196468 140720461430800 140533473108784 140533468888470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 9490 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10555400 memory=140116752246524 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 9490 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 9490 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808729600 9490 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532572387568 140533468887682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532571333792 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95759610 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532570280688 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759612 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 95759612 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532568177392 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 95759612 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532567124848 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0.05 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) R 11230 11233 6758 0 -1 4202560 436 0 0 0 5 0 0 0 20 0 15 0 95759612 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532566071792 140533447814992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759613 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10555400 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95759613 10808729600 9490 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37960 KiB

[startup+0.312796 s]*
/proc/loadavg: 2.00 2.01 2.13 5/216 11248
/proc/meminfo: memFree=26707744/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10555476 memory=47092 CPUtime=0.51 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 8996 0 0 0 48 3 0 0 20 0 15 0 95759607 10808807424 11773 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2638869 11773 3041 1 0 2627263 0
[pid=11233/tid=11235] ppid=11230 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) R 11230 11233 6758 0 -1 4202560 5755 0 0 0 28 1 0 0 20 0 15 0 95759607 10808807424 11773 33554432000 4194304 4196468 140720461430800 140533473108528 140533468898461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808807424 11773 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10555476 memory=140116752243396 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808807424 11773 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808807424 11773 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759608 10808807424 11773 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10555476 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532572387568 140533468887682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532571333792 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532570280688 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759612 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) R 11230 11233 6758 0 -1 4202560 748 0 0 0 5 0 0 0 20 0 15 0 95759612 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532568158408 140533446471560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) R 11230 11233 6758 0 -1 4202560 354 0 0 0 3 0 0 0 20 0 15 0 95759612 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532567124848 140533448133144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10555476 memory=140116751824512 CPUtime=0.11 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) R 11230 11233 6758 0 -1 1077944384 772 0 0 0 11 0 0 0 20 0 15 0 95759612 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532566071792 140533468887682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759613 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10555476 memory=140116751824512 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95759613 10808807424 11773 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47092 KiB

[startup+0.70072 s]
/proc/loadavg: 2.16 2.05 2.14 5/216 11248
/proc/meminfo: memFree=26661152/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10555476 memory=234412 CPUtime=1.58 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 11108 0 0 0 145 13 0 0 20 0 15 0 95759607 10808807424 58603 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2638869 58603 3097 1 0 2627263 0
[pid=11233/tid=11235] ppid=11230 vsize=10555476 memory=1728 CPUtime=0.6 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) R 11230 11233 6758 0 -1 4202560 6001 0 0 0 57 3 0 0 20 0 15 0 95759607 10808807424 58603 33554432000 4194304 4196468 140720461430800 140533473112976 140533094153846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10555476 memory=1004 CPUtime=0.06 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 35 0 0 0 4 2 0 0 20 0 15 0 95759608 10808807424 58603 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10555476 memory=11040 CPUtime=0.05 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 15 0 95759608 10808807424 58603 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10555476 memory=5700 CPUtime=0.05 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 15 0 95759608 10808807424 58603 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10555476 memory=4616 CPUtime=0.06 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 38 0 0 0 4 2 0 0 20 0 15 0 95759608 10808807424 58603 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532572387568 140533468887682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532571333792 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532570280688 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759612 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10555476 memory=7883949533517342546 CPUtime=0.26 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 1391 0 0 0 26 0 0 0 20 0 15 0 95759612 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532568177392 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 1148 0 0 0 24 0 0 0 20 0 15 0 95759612 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532567124848 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10555476 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) S 11230 11233 6758 0 -1 1077944384 974 0 0 0 17 0 0 0 20 0 15 0 95759612 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532566071792 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95759613 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95759613 10808807424 58603 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 234412 KiB

[startup+1.50218 s]
/proc/loadavg: 2.16 2.05 2.14 3/216 11248
/proc/meminfo: memFree=26425096/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10555476 memory=619712 CPUtime=3.56 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 12341 0 0 0 310 46 0 0 20 0 15 0 95759607 10808807424 154928 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2638869 154928 3114 1 0 2627263 0
[pid=11233/tid=11235] ppid=11230 vsize=10555476 memory=6791534058613427641 CPUtime=1.02 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) S 11230 11233 6758 0 -1 1077944384 6067 0 0 0 97 5 0 0 20 0 15 0 95759607 10808807424 154928 33554432000 4194304 4196468 140720461430800 140533473112640 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10555476 memory=-8754540793456063680 CPUtime=0.44 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) R 11230 11233 6758 0 -1 4202560 301 0 0 0 35 9 0 0 20 0 15 0 95759608 10808807424 154928 33554432000 4194304 4196468 140720461430800 140533075598352 140533453861555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10555476 memory=-2843874019102283166 CPUtime=0.44 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) R 11230 11233 6758 0 -1 4202560 249 0 0 0 34 10 0 0 20 0 15 0 95759608 10808807424 154928 33554432000 4194304 4196468 140720461430800 140533074546008 140533450473172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10555476 memory=5450919713671312938 CPUtime=0.44 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) R 11230 11233 6758 0 -1 4202560 373 0 0 0 35 9 0 0 20 0 15 0 95759608 10808807424 154928 33554432000 4194304 4196468 140720461430800 140533073492752 140533453827662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10555476 memory=7077795359591905642 CPUtime=0.44 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) R 11230 11233 6758 0 -1 4202560 233 0 0 0 35 9 0 0 20 0 15 0 95759608 10808807424 154928 33554432000 4194304 4196468 140720461430800 140533072440208 140533453827140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95759610 10808807424 154928 33554432000 4194304 4196468 140720461430800 140532572385888 140533468886741 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0

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

[pid=11233/tid=11236] ppid=11230 vsize=10688604 memory=193 CPUtime=359.23 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) R 11230 11233 6758 0 -1 4202560 21543 0 0 0 35765 158 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533075598552 140533453866131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=358.1 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) R 11230 11233 6758 0 -1 4202560 18696 0 0 0 35651 159 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533074545616 140533461504743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10688604 memory=2396 CPUtime=358.03 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) R 11230 11233 6758 0 -1 4202560 20309 0 0 0 35633 170 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533073492872 140533461504743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10688604 memory=1728 CPUtime=357.66 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) R 11230 11233 6758 0 -1 4202560 22777 0 0 0 35614 152 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533072440328 140533461504743 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10688604 memory=1004 CPUtime=21.6 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) S 11230 11233 6758 0 -1 1077944384 63930 0 0 0 2156 4 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532572386112 140533468886741 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10688604 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532571333856 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10688604 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532570280704 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10688604 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10688604 memory=792 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 2271 0 0 0 33 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532568177440 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 2353 0 0 0 40 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532567124896 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10688604 memory=792 CPUtime=0.23 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) S 11230 11233 6758 0 -1 1077944384 2127 0 0 0 23 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532566071552 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10688604 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10688604 memory=1936 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 604 0 0 0 22 11 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11261] ppid=11230 vsize=10688604 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11261/stat : 11261 (java) S 11230 11233 6758 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532562903024 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11262] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11262/stat : 11262 (java) S 11230 11233 6758 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532561857520 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 1469.22 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8094568 KiB

[startup+397.201 s]
/proc/loadavg: 4.95 4.00 2.99 3/218 11263
/proc/meminfo: memFree=18543900/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10688604 memory=8094568 CPUtime=1469.9 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 167991 0 0 0 146331 659 0 0 20 0 17 0 95759607 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2672151 2023642 3138 1 0 2660545 0
[pid=11233/tid=11235] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=13.2 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) S 11230 11233 6758 0 -1 1077944384 11801 0 0 0 1311 9 0 0 20 0 17 0 95759607 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533473117216 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10688604 memory=8094568 CPUtime=359.32 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 21543 0 0 0 35774 158 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=358.2 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 18696 0 0 0 35661 159 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10688604 memory=1696 CPUtime=358.13 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 20309 0 0 0 35643 170 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10688604 memory=916 CPUtime=357.75 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 22777 0 0 0 35623 152 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10688604 memory=3832 CPUtime=21.9 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) R 11230 11233 6758 0 -1 4202560 63930 0 0 0 2186 4 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532572386000 140533453334126 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10688604 memory=3324 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532571333856 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10688604 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532570280704 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10688604 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10688604 memory=1160 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 2271 0 0 0 33 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532568177440 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10688604 memory=3332 CPUtime=0.4 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 2353 0 0 0 40 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532567124896 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10688604 memory=636352 CPUtime=0.23 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) S 11230 11233 6758 0 -1 1077944384 2127 0 0 0 23 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532566071552 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10688604 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10688604 memory=3192 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 604 0 0 0 22 11 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11261] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11261/stat : 11261 (java) S 11230 11233 6758 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532562903024 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11262] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11262/stat : 11262 (java) S 11230 11233 6758 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532561857520 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 1469.9 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8094568 KiB

[startup+397.401 s]
/proc/loadavg: 4.95 4.00 2.99 3/218 11263
/proc/meminfo: memFree=18543900/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10688604 memory=8094568 CPUtime=1470.1 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 167991 0 0 0 146351 659 0 0 20 0 17 0 95759607 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2672151 2023642 3138 1 0 2660545 0
[pid=11233/tid=11235] ppid=11230 vsize=10688604 memory=1156 CPUtime=13.2 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) S 11230 11233 6758 0 -1 1077944384 11801 0 0 0 1311 9 0 0 20 0 17 0 95759607 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533473117216 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10688604 memory=3192 CPUtime=359.32 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 21543 0 0 0 35774 158 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10688604 memory=8094568 CPUtime=358.2 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 18696 0 0 0 35661 159 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=358.13 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 20309 0 0 0 35643 170 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10688604 memory=4872558044660077418 CPUtime=357.75 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 22777 0 0 0 35623 152 0 0 20 0 17 0 95759608 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10688604 memory=1696 CPUtime=22.1 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) R 11230 11233 6758 0 -1 4202560 63930 0 0 0 2206 4 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532572386000 140533453334105 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10688604 memory=916 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532571333856 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10688604 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532570280704 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 2271 0 0 0 33 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532568177440 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10688604 memory=1200 CPUtime=0.4 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 2353 0 0 0 40 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532567124896 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10688604 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) S 11230 11233 6758 0 -1 1077944384 2127 0 0 0 23 0 0 0 20 0 17 0 95759612 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532566071552 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10688604 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10688604 memory=916 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 604 0 0 0 22 11 0 0 20 0 17 0 95759613 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11261] ppid=11230 vsize=10688604 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11261/stat : 11261 (java) S 11230 11233 6758 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532562903024 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11262] ppid=11230 vsize=10688604 memory=3324 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11262/stat : 11262 (java) S 11230 11233 6758 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023642 33554432000 4194304 4196468 140720461430800 140532561857520 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 1470.1 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8094568 KiB

[startup+397.501 s]
/proc/loadavg: 4.95 4.00 2.99 3/218 11263
/proc/meminfo: memFree=18543900/32770624 swapFree=67108860/67108860
[pid=11233] ppid=11230 vsize=10688604 memory=8094572 CPUtime=1470.2 cores=0,2,4,6
/proc/11233/stat : 11233 (java) S 11230 11233 6758 0 -1 1077944320 168119 0 0 0 146361 659 0 0 20 0 17 0 95759607 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140720461413344 140533468876535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
/proc/11233/statm: 2672151 2023643 3138 1 0 2660545 0
[pid=11233/tid=11235] ppid=11230 vsize=10688604 memory=8094480 CPUtime=13.2 cores=0,2,4,6
/proc/11233/task/11235/stat : 11235 (java) S 11230 11233 6758 0 -1 1077944384 11801 0 0 0 1311 9 0 0 20 0 17 0 95759607 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140533473117216 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11236] ppid=11230 vsize=10688604 memory=8094480 CPUtime=359.32 cores=0,2,4,6
/proc/11233/task/11236/stat : 11236 (java) S 11230 11233 6758 0 -1 1077944384 21543 0 0 0 35774 158 0 0 20 0 17 0 95759608 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140533075598352 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11237] ppid=11230 vsize=10688604 memory=8094568 CPUtime=358.2 cores=0,2,4,6
/proc/11233/task/11237/stat : 11237 (java) S 11230 11233 6758 0 -1 1077944384 18696 0 0 0 35661 159 0 0 20 0 17 0 95759608 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140533074545808 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11238] ppid=11230 vsize=10688604 memory=8094568 CPUtime=358.13 cores=0,2,4,6
/proc/11233/task/11238/stat : 11238 (java) S 11230 11233 6758 0 -1 1077944384 20309 0 0 0 35643 170 0 0 20 0 17 0 95759608 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140533073492752 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11239] ppid=11230 vsize=10688604 memory=8094568 CPUtime=357.75 cores=0,2,4,6
/proc/11233/task/11239/stat : 11239 (java) S 11230 11233 6758 0 -1 1077944384 22777 0 0 0 35623 152 0 0 20 0 17 0 95759608 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140533072440208 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11240] ppid=11230 vsize=10688604 memory=56 CPUtime=22.2 cores=0,2,4,6
/proc/11233/task/11240/stat : 11240 (java) R 11230 11233 6758 0 -1 4202560 64058 0 0 0 2216 4 0 0 20 0 17 0 95759610 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532572386000 140533447246715 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11241] ppid=11230 vsize=10688604 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11241/stat : 11241 (java) S 11230 11233 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532571333856 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11242] ppid=11230 vsize=10688604 memory=8094388 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11242/stat : 11242 (java) S 11230 11233 6758 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95759610 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532570280704 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11243] ppid=11230 vsize=10688604 memory=8094388 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11243/stat : 11243 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759612 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532569229264 140533468895131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11244] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11244/stat : 11244 (java) S 11230 11233 6758 0 -1 1077944384 2271 0 0 0 33 0 0 0 20 0 17 0 95759612 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532568177440 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11245] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0.4 cores=0,2,4,6
/proc/11233/task/11245/stat : 11245 (java) S 11230 11233 6758 0 -1 1077944384 2353 0 0 0 40 0 0 0 20 0 17 0 95759612 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532567124896 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11246] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0.23 cores=0,2,4,6
/proc/11233/task/11246/stat : 11246 (java) S 11230 11233 6758 0 -1 1077944384 2127 0 0 0 23 0 0 0 20 0 17 0 95759612 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532566071552 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11247] ppid=11230 vsize=10688604 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11247/stat : 11247 (java) S 11230 11233 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95759613 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532565019488 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11248] ppid=11230 vsize=10688604 memory=16688 CPUtime=0.33 cores=0,2,4,6
/proc/11233/task/11248/stat : 11248 (java) S 11230 11233 6758 0 -1 1077944384 604 0 0 0 22 11 0 0 20 0 17 0 95759613 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532563966512 140533468887682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11261] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11261/stat : 11261 (java) S 11230 11233 6758 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532562903024 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
[pid=11233/tid=11262] ppid=11230 vsize=10688604 memory=8094568 CPUtime=0 cores=0,2,4,6
/proc/11233/task/11262/stat : 11262 (java) S 11230 11233 6758 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 95793253 10945130496 2023643 33554432000 4194304 4196468 140720461430800 140532561857520 140533468886741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140720461431942 140720461432095 140720461432095 140720461434831 0
Current children cumulated CPU time: 1470.2 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8094572 KiB

Child status: 1
Real time (s): 397.541
CPU time (s): 1470.25
CPU user time (s): 1463.62
CPU system time (s): 6.62542
CPU usage (%): 369.836
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8094572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.62
system time used= 6.62542
maximum resident set size= 8094724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168225
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19888
involuntary context switches= 14753


# summary of solver processes directly reported to runsolver:
#   pid: 11233
#   total CPU time (s): 1470.25
#   total CPU user time (s): 1463.62
#   total CPU system time (s): 6.62542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40558 second user time and 4.05221 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 14:05:26
IDJOB=4263568
IDBENCH=127922
IDSOLVER=2651
FILE ID=node150/4263568-1502626784
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

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

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

MD5SUM BENCH= 98286cf95bf5397e70229f7335ae5343
RANDOM SEED=523828103

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        26742228 kB
MemAvailable:   31451964 kB
Buffers:          232408 kB
Cached:          4754980 kB
SwapCached:            0 kB
Active:          1184500 kB
Inactive:        4384276 kB
Active(anon):     584232 kB
Inactive(anon):    25068 kB
Active(file):     600268 kB
Inactive(file):  4359208 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:        587544 kB
Mapped:            55312 kB
Shmem:             25224 kB
Slab:             158500 kB
SReclaimable:     132188 kB
SUnreclaim:        26312 kB
KernelStack:        3504 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1570004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 14:12:04