Trace number 4262824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1685.64 474.293

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1583.78/446.29	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1583.78/446.29		at java.lang.Integer.valueOf(Integer.java:832)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachabilityOfStartState(LanguageCtrBuilder.java:172)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:119)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrRegular(LanguageCtrBuilder.java:66)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.access$400(LanguageCtrBuilder.java:41)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.buildCtr(LanguageCtrBuilder.java:234)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.access$200(LanguageCtrBuilder.java:217)
1583.78/446.29		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrMDD(LanguageCtrBuilder.java:214)
1583.78/446.29		at org.sat4j.reader.XMLCSP3Reader.buildCtrMDD(XMLCSP3Reader.java:647)
1583.78/446.29		at org.xcsp.parser.loaders.CtrLoaderInteger.mdd(CtrLoaderInteger.java:423)
1583.78/446.29		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:136)
1583.78/446.29		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1583.78/446.29		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1583.78/446.29		at org.xcsp.parser.XCallbacks$$Lambda$58/1556595366.accept(Unknown Source)
1583.78/446.29		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1583.78/446.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1583.78/446.29		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1583.78/446.29		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1583.78/446.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1583.78/446.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1583.78/446.29		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1583.78/446.29		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1583.78/446.29		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1583.78/446.29		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1583.78/446.29		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1583.78/446.29		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1583.78/446.29		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1685.55/474.24	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1685.55/474.24	c This is free software under the dual EPL/GNU LGPL licenses.
1685.55/474.24	c See www.sat4j.org for details.
1685.55/474.24	c That software uses the Rhino library from the Mozilla project.
1685.55/474.24	c version CUSTOM.v20170705
1685.55/474.24	c java.runtime.name	Java(TM) SE Runtime Environment
1685.55/474.24	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1685.55/474.24	c java.vm.version	25.131-b11
1685.55/474.24	c java.vm.vendor	Oracle Corporation
1685.55/474.24	c sun.arch.data.model	64
1685.55/474.24	c java.version		1.8.0_131
1685.55/474.24	c os.name		Linux
1685.55/474.24	c os.version		3.10.0-514.16.1.el7.x86_64
1685.55/474.24	c os.arch		amd64
1685.55/474.24	c Free memory 		499604488
1685.55/474.24	c Max memory 		7247757312
1685.55/474.24	c Total memory 		504889344
1685.55/474.24	c Number of processors 	4
1685.55/474.24	c c --- Begin Solver configuration ---
1685.55/474.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1685.55/474.24	c Learn all clauses as in MiniSAT
1685.55/474.24	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1685.55/474.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1685.55/474.24	c No reason simplification
1685.55/474.24	c Glucose 2.1 dynamic restart strategy
1685.55/474.24	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
1685.55/474.24	c timeout=2147483s
1685.55/474.24	c DB Simplification allowed=false
1685.55/474.24	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1685.55/474.24	c --- End Solver configuration ---
1685.55/474.24	c starts		: 0
1685.55/474.24	c conflicts		: 0
1685.55/474.24	c decisions		: 0
1685.55/474.24	c propagations		: 0
1685.55/474.24	c inspects		: 0
1685.55/474.24	c shortcuts		: 0
1685.55/474.24	c learnt literals	: 0
1685.55/474.24	c learnt binary clauses	: 0
1685.55/474.24	c learnt ternary clauses	: 0
1685.55/474.24	c learnt constraints	: 0
1685.55/474.24	c ignored constraints	: 0
1685.55/474.24	c root simplifications	: 0
1685.55/474.24	c removed literals (reason simplification)	: 0
1685.55/474.24	c reason swapping (by a shorter reason)	: 0
1685.55/474.24	c Calls to reduceDB	: 0
1685.55/474.24	c Number of update (reduction) of LBD	: 0
1685.55/474.24	c Imported unit clauses	: 0
1685.55/474.24	c number of reductions to clauses (during analyze)	: 0
1685.55/474.24	c number of learned constraints concerned by reduction	: 0
1685.55/474.24	c number of learning phase by resolution	: 0
1685.55/474.24	c number of learning phase by cutting planes	: 0
1685.55/474.24	c number of rounding to 1 operations	: 0
1685.55/474.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1685.55/474.24	c number of reductions of the coefficients by power 2 	: 0
1685.55/474.24	c number of right shift for reduction by power 2 	: 0
1685.55/474.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
1685.55/474.24	c speed (assignments/second)	: 0.0
1685.55/474.24	c non guided choices	0
1685.55/474.24	c learnt constraints type 
1685.55/474.24	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 (14987 MiB free)
  memory of node 1: 16384 MiB (12322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262824-1502634820/watcher-4262824-1502634820 -o /tmp/evaluation-result-4262824-1502634820/solver-4262824-1502634820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262824-1502634820.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
Current StackSize limit: 8192 KiB

solver pid=30524, runsolver pid=30521

[startup+0.102236 s]*
/proc/loadavg: 2.00 2.06 2.10 3/204 30533
/proc/meminfo: memFree=27949012/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10151672 memory=21512 CPUtime=0.05 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 4259 0 0 0 4 1 0 0 20 0 9 0 65702728 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2537918 5378 2155 1 0 2527415 0
[pid=30524/tid=30526] ppid=30521 vsize=10151672 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) R 30521 30524 897 0 -1 4202560 2898 0 0 0 4 0 0 0 20 0 9 0 65702734 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094831804280 140094468141986 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65702735 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10151672 memory=288370208957773440 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65702735 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65702735 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65702735 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10151672 memory=139832806061696 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65702736 10395312128 5378 18446744073709551615 4194304 4196468 140725027837712 140094391507824 140094827580034 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10152700 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 10 0 65702737 10396364800 5378 18446744073709551615 4194304 4196468 140725027837712 140094390453792 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10152700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 10 0 65702737 10396364800 5378 18446744073709551615 4194304 4196468 140725027837712 140094389400944 140094827579093 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10152700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) R 30521 30524 897 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 65702739 10396364800 5378 18446744073709551615 4194304 4196468 140725027837712 140094831804280 140094820308737 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21512 KiB

[startup+0.209984 s]*
/proc/loadavg: 2.00 2.06 2.10 4/210 30539
/proc/meminfo: memFree=27940056/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10551156 memory=30468 CPUtime=0.14 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 7759 0 0 0 12 2 0 0 20 0 15 0 65702728 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2637789 7617 2801 1 0 2627261 0
[pid=30524/tid=30526] ppid=30521 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) R 30521 30524 897 0 -1 4202560 5612 0 0 0 9 1 0 0 20 0 15 0 65702734 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094831790016 140094813274063 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10551156 memory=288370208957773440 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10551156 memory=139832806061696 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65702736 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094391507824 140094827580034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65702737 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094390453792 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65702737 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094389400944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702739 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 65702739 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094387296624 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702739 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094386243824 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10551156 memory=139832806061696 CPUtime=0.02 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 65702739 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094385191024 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702740 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10551156 memory=139832806061696 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702744 10804383744 7617 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30468 KiB

[startup+0.312973 s]*
/proc/loadavg: 2.00 2.06 2.10 3/210 30539
/proc/meminfo: memFree=27932680/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10551156 memory=41440 CPUtime=0.32 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 9167 0 0 0 29 3 0 0 20 0 15 0 65702728 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2638045 10360 2933 1 0 2627517 0
[pid=30524/tid=30526] ppid=30521 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) R 30521 30524 897 0 -1 4202560 6305 0 0 0 19 2 0 0 20 0 15 0 65702734 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094831779920 140094827590813 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65702736 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094391507824 140094827580034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65702737 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094390453792 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65702737 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094389400944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702739 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 802 0 0 0 2 0 0 0 20 0 15 0 65702739 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094387296624 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 15 0 65702739 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094386243824 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 492 0 0 0 5 0 0 0 20 0 15 0 65702739 10804383744 10360 18446744073709551615 4194304 4196468 140725027837712 140094385191024 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702740 10805432320 10360 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702744 10805432320 10360 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41440 KiB

[startup+0.701253 s]
/proc/loadavg: 2.00 2.06 2.10 6/210 30539
/proc/meminfo: memFree=27911932/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10551232 memory=114016 CPUtime=1.34 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 11991 0 0 0 129 5 0 0 20 0 15 0 65702728 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2637808 28504 3054 1 0 2627261 0
[pid=30524/tid=30526] ppid=30521 vsize=10551232 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) R 30521 30524 897 0 -1 4202560 7396 0 0 0 54 3 0 0 20 0 15 0 65702734 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094831805848 140094792911338 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10551232 memory=279665319131200 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65702735 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10551232 memory=279665319355552 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10551232 memory=102 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702735 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10551232 memory=423 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65702736 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094391507824 140094827580034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10551232 memory=22 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65702737 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094390453792 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65702737 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094389400944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702739 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) R 30521 30524 897 0 -1 4202560 1266 0 0 0 28 0 0 0 20 0 15 0 65702739 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094387286096 140094806016187 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) R 30521 30524 897 0 -1 4202560 903 0 0 0 27 0 0 0 20 0 15 0 65702739 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094386232496 140094809088540 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 1055 0 0 0 19 0 0 0 20 0 15 0 65702739 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094385191024 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702740 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65702744 10804461568 28504 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 114016 KiB

[startup+1.50125 s]
/proc/loadavg: 2.00 2.06 2.10 3/210 30539
/proc/meminfo: memFree=27788000/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10551232 memory=257800 CPUtime=3.2 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 16852 0 0 0 311 9 0 0 20 0 15 0 65702728 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2637808 64450 3087 1 0 2627261 0
[pid=30524/tid=30526] ppid=30521 vsize=10551232 memory=163212 CPUtime=1.27 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) R 30521 30524 897 0 -1 4202560 7872 0 0 0 123 4 0 0 20 0 15 0 65702734 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094831805000 140094471645694 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 141 0 0 0 4 0 0 0 20 0 15 0 65702735 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 33 0 0 0 4 0 0 0 20 0 15 0 65702735 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10551232 memory=13297 CPUtime=0.05 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 196 0 0 0 5 0 0 0 20 0 15 0 65702735 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10551232 memory=4420 CPUtime=0.04 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 36 0 0 0 4 0 0 0 20 0 15 0 65702735 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65702736 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094391507824 140094827580034 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65702737 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094390453856 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10551232 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 65702737 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094389400960 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10551232 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65702739 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10551232 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) R 30521 30524 897 0 -1 4202560 2810 0 0 0 71 0 0 0 20 0 15 0 65702739 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094387283192 140094812683967 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10551232 memory=139832659564704 CPUtime=0.7 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) R 30521 30524 897 0 -1 4202560 3100 0 0 0 69 1 0 0 20 0 15 0 65702739 10804461568 64450 18446744073709551615 4194304 4196468 140725027837712 140094386224632 140094811065657 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0

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

[startup+472.001 s]*
/proc/loadavg: 4.66 4.06 3.03 6/211 30571
/proc/meminfo: memFree=18814316/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10684360 memory=8361056 CPUtime=1680.51 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 246600 0 0 0 167293 758 0 0 20 0 16 0 65702728 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2671090 2090264 3114 1 0 2660543 0
[pid=30524/tid=30526] ppid=30521 vsize=10684360 memory=-8774313645642428999 CPUtime=15.15 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) S 30521 30524 897 0 -1 1077944384 16174 0 0 0 1504 11 0 0 20 0 16 0 65702734 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094831809568 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10684360 memory=4872558044660077418 CPUtime=403.7 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) R 30521 30524 897 0 -1 4202560 32920 0 0 0 40186 184 0 0 20 0 16 0 65702735 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094788467464 140094820197095 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10684360 memory=1200 CPUtime=403.21 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) R 30521 30524 897 0 -1 4202560 28726 0 0 0 40132 189 0 0 20 0 16 0 65702735 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094437513552 140094820197095 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10684360 memory=15880 CPUtime=404.99 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) R 30521 30524 897 0 -1 4202560 29245 0 0 0 40316 183 0 0 20 0 16 0 65702735 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094436460752 140094810951922 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10684360 memory=20700 CPUtime=404.09 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) R 30521 30524 897 0 -1 4202560 31109 0 0 0 40232 177 0 0 20 0 16 0 65702735 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094435408032 140094812268835 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10684360 memory=4044 CPUtime=45.09 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) S 30521 30524 897 0 -1 1077944384 81123 0 0 0 4505 4 0 0 20 0 16 0 65702736 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094391506368 140094827579093 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10684360 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094390453856 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10684360 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094389400960 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10684360 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702739 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10684360 memory=960 CPUtime=1.16 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 5381 0 0 0 116 0 0 0 20 0 16 0 65702739 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094387296672 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10684360 memory=8361056 CPUtime=2.44 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 18313 0 0 0 242 2 0 0 20 0 16 0 65702739 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094386243584 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10684360 memory=4068 CPUtime=0.29 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 1693 0 0 0 29 0 0 0 20 0 16 0 65702739 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094385191072 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10684360 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702740 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10684360 memory=-8774313645642428999 CPUtime=0.28 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 476 0 0 0 19 9 0 0 20 0 16 0 65702744 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30570] ppid=30521 vsize=10684360 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30570/stat : 30570 (java) S 30521 30524 897 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 65747358 10940784640 2090264 18446744073709551615 4194304 4196468 140725027837712 140094180671280 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 1680.51 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8361056 KiB

[startup+473.601 s]
/proc/loadavg: 4.66 4.06 3.03 6/211 30571
/proc/meminfo: memFree=18814308/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10684360 memory=8361060 CPUtime=1684.95 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 247436 0 0 0 167736 759 0 0 20 0 16 0 65702728 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2671090 2090265 3114 1 0 2660543 0
[pid=30524/tid=30526] ppid=30521 vsize=10684360 memory=4616 CPUtime=15.15 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) S 30521 30524 897 0 -1 1077944384 16174 0 0 0 1504 11 0 0 20 0 16 0 65702734 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094831809568 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10684360 memory=8361056 CPUtime=404.66 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 32920 0 0 0 40281 185 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10684360 memory=4116 CPUtime=404.16 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 28726 0 0 0 40227 189 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10684360 memory=8361056 CPUtime=405.93 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 29245 0 0 0 40410 183 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10684360 memory=1440 CPUtime=405.09 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 31109 0 0 0 40332 177 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10684360 memory=8360976 CPUtime=45.68 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) R 30521 30524 897 0 -1 4202560 81959 0 0 0 4564 4 0 0 20 0 16 0 65702736 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094391506368 140094812565291 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10684360 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094390453856 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10684360 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094389400960 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10684360 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10684360 memory=3904 CPUtime=1.16 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 5381 0 0 0 116 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094387296672 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10684360 memory=960 CPUtime=2.44 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 18313 0 0 0 242 2 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094386243584 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10684360 memory=10164 CPUtime=0.29 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 1693 0 0 0 29 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094385191072 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10684360 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702740 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10684360 memory=2000 CPUtime=0.28 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 476 0 0 0 19 9 0 0 20 0 16 0 65702744 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30570] ppid=30521 vsize=10684360 memory=56 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30570/stat : 30570 (java) S 30521 30524 897 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 65747358 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094180671280 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 1684.95 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8361060 KiB

[startup+474.001 s]*
/proc/loadavg: 4.66 4.06 3.03 3/211 30571
/proc/meminfo: memFree=18814308/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10684360 memory=8361060 CPUtime=1685.36 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 247436 0 0 0 167777 759 0 0 20 0 16 0 65702728 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2671090 2090265 3114 1 0 2660543 0
[pid=30524/tid=30526] ppid=30521 vsize=10684360 memory=7450737575449814881 CPUtime=15.15 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) S 30521 30524 897 0 -1 1077944384 16174 0 0 0 1504 11 0 0 20 0 16 0 65702734 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094831809568 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10684360 memory=7524215803003426384 CPUtime=404.66 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 32920 0 0 0 40281 185 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10684360 memory=4872558044660077418 CPUtime=404.16 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 28726 0 0 0 40227 189 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10684360 memory=1152 CPUtime=405.93 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 29245 0 0 0 40410 183 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10684360 memory=7120 CPUtime=405.09 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 31109 0 0 0 40332 177 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10684360 memory=8361056 CPUtime=46.09 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) R 30521 30524 897 0 -1 4202560 81959 0 0 0 4605 4 0 0 20 0 16 0 65702736 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094391506368 140094812565291 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094390453856 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10684360 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094389400960 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10684360 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10684360 memory=16436 CPUtime=1.16 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 5381 0 0 0 116 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094387296672 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10684360 memory=2752 CPUtime=2.44 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 18313 0 0 0 242 2 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094386243584 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10684360 memory=2996 CPUtime=0.29 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 1693 0 0 0 29 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094385191072 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10684360 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702740 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10684360 memory=1156 CPUtime=0.28 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 476 0 0 0 19 9 0 0 20 0 16 0 65702744 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30570] ppid=30521 vsize=10684360 memory=3136 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30570/stat : 30570 (java) S 30521 30524 897 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 65747358 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094180671280 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 1685.36 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8361060 KiB

[startup+474.201 s]
/proc/loadavg: 4.66 4.06 3.03 3/211 30571
/proc/meminfo: memFree=18814308/32770624 swapFree=67108860/67108860
[pid=30524] ppid=30521 vsize=10684360 memory=8361060 CPUtime=1685.55 cores=0,2,4,6
/proc/30524/stat : 30524 (java) S 30521 30524 897 0 -1 1077944320 247436 0 0 0 167796 759 0 0 20 0 16 0 65702728 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140725027820256 140094827568887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
/proc/30524/statm: 2671090 2090265 3114 1 0 2660543 0
[pid=30524/tid=30526] ppid=30521 vsize=10684360 memory=1152 CPUtime=15.15 cores=0,2,4,6
/proc/30524/task/30526/stat : 30526 (java) S 30521 30524 897 0 -1 1077944384 16174 0 0 0 1504 11 0 0 20 0 16 0 65702734 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094831809568 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30527] ppid=30521 vsize=10684360 memory=-8774313645642428999 CPUtime=404.66 cores=0,2,4,6
/proc/30524/task/30527/stat : 30527 (java) S 30521 30524 897 0 -1 1077944384 32920 0 0 0 40281 185 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094788467344 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30528] ppid=30521 vsize=10684360 memory=6944652177228980320 CPUtime=404.16 cores=0,2,4,6
/proc/30524/task/30528/stat : 30528 (java) S 30521 30524 897 0 -1 1077944384 28726 0 0 0 40227 189 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094437513744 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30529] ppid=30521 vsize=10684360 memory=6944656592455360604 CPUtime=405.93 cores=0,2,4,6
/proc/30524/task/30529/stat : 30529 (java) S 30521 30524 897 0 -1 1077944384 29245 0 0 0 40410 183 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094436460944 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30530] ppid=30521 vsize=10684360 memory=6944656575208382560 CPUtime=405.09 cores=0,2,4,6
/proc/30524/task/30530/stat : 30530 (java) S 30521 30524 897 0 -1 1077944384 31109 0 0 0 40332 177 0 0 20 0 16 0 65702735 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094435408144 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30531] ppid=30521 vsize=10684360 memory=6655300316396806240 CPUtime=46.28 cores=0,2,4,6
/proc/30524/task/30531/stat : 30531 (java) R 30521 30524 897 0 -1 4202560 81959 0 0 0 4624 4 0 0 20 0 16 0 65702736 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094391506368 140094812565294 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30532] ppid=30521 vsize=10684360 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30532/stat : 30532 (java) S 30521 30524 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094390453856 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30533] ppid=30521 vsize=10684360 memory=6011581402601046114 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30533/stat : 30533 (java) S 30521 30524 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65702737 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094389400960 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30534] ppid=30521 vsize=10684360 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30534/stat : 30534 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094388349264 140094827587483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30535] ppid=30521 vsize=10684360 memory=1292 CPUtime=1.16 cores=0,2,4,6
/proc/30524/task/30535/stat : 30535 (java) S 30521 30524 897 0 -1 1077944384 5381 0 0 0 116 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094387296672 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30536] ppid=30521 vsize=10684360 memory=2316 CPUtime=2.44 cores=0,2,4,6
/proc/30524/task/30536/stat : 30536 (java) S 30521 30524 897 0 -1 1077944384 18313 0 0 0 242 2 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094386243584 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30537] ppid=30521 vsize=10684360 memory=1728 CPUtime=0.29 cores=0,2,4,6
/proc/30524/task/30537/stat : 30537 (java) S 30521 30524 897 0 -1 1077944384 1693 0 0 0 29 0 0 0 20 0 16 0 65702739 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094385191072 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30538] ppid=30521 vsize=10684360 memory=8361056 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30538/stat : 30538 (java) S 30521 30524 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65702740 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094182779104 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30539] ppid=30521 vsize=10684360 memory=8360920 CPUtime=0.28 cores=0,2,4,6
/proc/30524/task/30539/stat : 30539 (java) S 30521 30524 897 0 -1 1077944384 476 0 0 0 19 9 0 0 20 0 16 0 65702744 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094181727408 140094827580034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
[pid=30524/tid=30570] ppid=30521 vsize=10684360 memory=7230921007607278900 CPUtime=0 cores=0,2,4,6
/proc/30524/task/30570/stat : 30570 (java) S 30521 30524 897 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 65747358 10940784640 2090265 18446744073709551615 4194304 4196468 140725027837712 140094180671280 140094827579093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12283904 140725027840400 140725027840553 140725027840553 140725027844047 0
Current children cumulated CPU time: 1685.55 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8361060 KiB

Child status: 1
Real time (s): 474.293
CPU time (s): 1685.64
CPU user time (s): 1678.01
CPU system time (s): 7.63601
CPU usage (%): 355.401
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8361060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1678.01
system time used= 7.63601
maximum resident set size= 8361316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35217
involuntary context switches= 24046


# summary of solver processes directly reported to runsolver:
#   pid: 30524
#   total CPU time (s): 1685.64
#   total CPU user time (s): 1678.01
#   total CPU system time (s): 7.63601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.79304 second user time and 4.48572 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 16:19:35
IDJOB=4262824
IDBENCH=137152
IDSOLVER=2651
FILE ID=node125/4262824-1502634820
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262824-1502634820/watcher-4262824-1502634820 -o /tmp/evaluation-result-4262824-1502634820/solver-4262824-1502634820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262824-1502634820.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=2105332690

node125.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.07
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.07
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.07
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.07
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:        27965532 kB
MemAvailable:   28814552 kB
Buffers:          284784 kB
Cached:           859208 kB
SwapCached:            0 kB
Active:          3788548 kB
Inactive:         583572 kB
Active(anon):    3227752 kB
Inactive(anon):    33100 kB
Active(file):     560796 kB
Inactive(file):   550472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2020 kB
Writeback:             4 kB
AnonPages:       3226796 kB
Mapped:            58668 kB
Shmem:             33444 kB
Slab:             132596 kB
SReclaimable:     107172 kB
SUnreclaim:        25424 kB
KernelStack:        3488 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4735200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3051520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 16:27:29