Trace number 4262928

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? (problem) 1348.08 374.13699

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-10-a4.xml
MD5SUM5c3e91a7aa658c047886207443b7266d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark36.9338
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints872
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":10}]
Minimum variable degree325
Maximum variable degree326
Distribution of variable degrees[{"degree":325,"count":8},{"degree":326,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":240},{"arity":4,"count":630},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints871
Distribution of constraint types[{"type":"intension","count":871},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1239.92/344.52	Aug 13, 2017 1:54:00 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1239.92/344.52	INFO: Runtime exception
1239.92/344.52	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1239.92/344.52		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1239.92/344.52		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1239.92/344.52		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1239.92/344.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1239.92/344.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1239.92/344.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1239.92/344.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1239.92/344.52		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1239.92/344.52		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1239.92/344.52		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1239.92/344.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1239.92/344.52		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1239.92/344.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1239.92/344.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1239.92/344.52	Caused by: java.lang.reflect.InvocationTargetException
1239.92/344.52		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1239.92/344.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.92/344.52		at java.lang.reflect.Method.invoke(Method.java:498)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1239.92/344.52		... 21 more
1239.92/344.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1239.92/344.52		... 25 more
1239.92/344.52	Caused by: java.lang.reflect.InvocationTargetException
1239.92/344.52		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1239.92/344.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.92/344.52		at java.lang.reflect.Method.invoke(Method.java:498)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1239.92/344.52		... 25 more
1239.92/344.52	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1239.92/344.52		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1239.92/344.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1239.92/344.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1239.92/344.52		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1239.92/344.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1239.92/344.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1239.92/344.52		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1239.92/344.52		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1239.92/344.52		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1239.92/344.52		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1239.92/344.52		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1239.92/344.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.92/344.52		at java.lang.reflect.Method.invoke(Method.java:498)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1239.92/344.52		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1239.92/344.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.92/344.52		at java.lang.reflect.Method.invoke(Method.java:498)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1239.92/344.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1239.92/344.52		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1239.92/344.52		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1239.92/344.52		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1239.92/344.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1239.92/344.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1239.92/344.52		at org.xcsp.parser.XCallbacks$$Lambda$60/434091818.accept(Unknown Source)
1239.92/344.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1239.92/344.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1239.92/344.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1239.92/344.52	
1311.64/364.15	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1311.64/364.15	c This is free software under the dual EPL/GNU LGPL licenses.
1311.64/364.15	c See www.sat4j.org for details.
1311.64/364.15	c That software uses the Rhino library from the Mozilla project.
1311.64/364.15	c version CUSTOM.v20170705
1311.64/364.15	c java.runtime.name	Java(TM) SE Runtime Environment
1311.64/364.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1311.64/364.15	c java.vm.version	25.131-b11
1311.64/364.15	c java.vm.vendor	Oracle Corporation
1311.64/364.15	c sun.arch.data.model	64
1311.64/364.15	c java.version		1.8.0_131
1311.64/364.15	c os.name		Linux
1311.64/364.15	c os.version		3.10.0-514.16.1.el7.x86_64
1311.64/364.15	c os.arch		amd64
1311.64/364.15	c Free memory 		499604488
1311.64/364.15	c Max memory 		7247757312
1311.64/364.15	c Total memory 		504889344
1311.64/364.15	c Number of processors 	4
1311.64/364.15	c c --- Begin Solver configuration ---
1311.64/364.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1311.64/364.15	c Learn all clauses as in MiniSAT
1311.64/364.15	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1311.64/364.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1311.64/364.15	c No reason simplification
1311.64/364.15	c Glucose 2.1 dynamic restart strategy
1311.64/364.15	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
1311.64/364.15	c timeout=2147483s
1311.64/364.15	c DB Simplification allowed=false
1311.64/364.15	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1311.64/364.15	c --- End Solver configuration ---
1347.94/374.09	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1347.94/374.10		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1347.94/374.10		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1347.94/374.10		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1347.94/374.10		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1347.94/374.10		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1347.94/374.10		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1347.94/374.10		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1347.94/374.10		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1347.94/374.10		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (15335 MiB free)
  memory of node 1: 16384 MiB (7587 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262928-1502625764/watcher-4262928-1502625764 -o /tmp/evaluation-result-4262928-1502625764/solver-4262928-1502625764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262928-1502625764.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=6105, runsolver pid=6102
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 7.23 5.48 3.60 7/215 6120
/proc/meminfo: memFree=23453036/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10555400 memory=31868 CPUtime=0.13 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 6501 0 0 0 12 1 0 0 20 0 15 0 95664077 10808729600 7967 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2638850 7967 2815 1 0 2627263 0
[pid=6105/tid=6107] ppid=6102 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) R 6102 6105 32402 0 -1 4202560 4355 0 0 0 9 0 0 0 20 0 15 0 95664077 10808729600 7967 33554432000 4194304 4196468 140729794844992 139998068705216 139998064496022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 7967 33554432000 4194304 4196468 140729794844992 139998017104912 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997670464656 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997669411600 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) S 6102 6105 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997668359056 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95664079 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997624084720 139998064495234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95664080 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997623030944 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95664080 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997621977840 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664082 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 95664082 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997619874544 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664082 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997618822000 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0.02 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) R 6102 6105 32402 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 95664082 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997617768944 139998056721214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664083 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664083 10808729600 7967 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31868 KiB

[startup+0.213748 s]*
/proc/loadavg: 7.23 5.48 3.60 7/215 6120
/proc/meminfo: memFree=23444884/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10555400 memory=40880 CPUtime=0.33 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 7822 0 0 0 32 1 0 0 20 0 15 0 95664077 10808729600 10220 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2638850 10220 2974 1 0 2627263 0
[pid=6105/tid=6107] ppid=6102 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) R 6102 6105 32402 0 -1 4202560 4865 0 0 0 20 1 0 0 20 0 15 0 95664077 10808729600 10220 33554432000 4194304 4196468 140729794844992 139998068721296 139998064506013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 10220 33554432000 4194304 4196468 140729794844992 139998017104912 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10555400 memory=140426201604052 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997670464656 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997669411600 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) S 6102 6105 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95664078 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997668359056 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95664079 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997624084720 139998064495234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95664080 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997623030944 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95664080 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997621977840 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664082 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 575 0 0 0 2 0 0 0 20 0 15 0 95664082 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997619874544 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 95664082 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997618822000 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0.07 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 800 0 0 0 7 0 0 0 20 0 15 0 95664082 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997617768944 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664083 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10555400 memory=140426201425536 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664083 10808729600 10220 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40880 KiB

[startup+0.311258 s]*
/proc/loadavg: 7.23 5.48 3.60 8/215 6120
/proc/meminfo: memFree=23438108/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10555476 memory=47180 CPUtime=0.53 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 8444 0 0 0 51 2 0 0 20 0 15 0 95664077 10808807424 11795 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2638869 11795 3033 1 0 2627263 0
[pid=6105/tid=6107] ppid=6102 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) R 6102 6105 32402 0 -1 4202560 5280 0 0 0 29 1 0 0 20 0 15 0 95664077 10808807424 11795 33554432000 4194304 4196468 140729794844992 139998068719328 139998064496022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 11795 33554432000 4194304 4196468 140729794844992 139998017104912 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10555476 memory=140426201483552 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997670464656 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997669411600 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) S 6102 6105 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997668359056 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10555476 memory=140426201490464 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95664079 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997624084720 139998064495234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95664080 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997623030944 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95664080 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997621977840 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664082 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 593 0 0 0 4 0 0 0 20 0 15 0 95664082 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997619874544 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10555476 memory=140426103344655 CPUtime=0.04 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 292 0 0 0 4 0 0 0 20 0 15 0 95664082 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997618822000 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10555476 memory=140426201431560 CPUtime=0.13 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) R 6102 6105 32402 0 -1 4202560 911 0 0 0 13 0 0 0 20 0 15 0 95664082 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997617766736 139998048564574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10555476 memory=140426103349199 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664083 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10555476 memory=280852304791488 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664083 10808807424 11795 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47180 KiB

[startup+0.709656 s]
/proc/loadavg: 7.23 5.48 3.60 8/215 6120
/proc/meminfo: memFree=23418708/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10555476 memory=187652 CPUtime=1.52 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 10497 0 0 0 146 6 0 0 20 0 15 0 95664077 10808807424 46913 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2638869 46913 3086 1 0 2627263 0
[pid=6105/tid=6107] ppid=6102 vsize=10555476 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) S 6102 6105 32402 0 -1 1077944384 5769 0 0 0 64 3 0 0 20 0 15 0 95664077 10808807424 46913 33554432000 4194304 4196468 140729794844992 139998068717680 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) R 6102 6105 32402 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 46913 33554432000 4194304 4196468 140729794844992 139998017104912 139998049511961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10555476 memory=1200 CPUtime=0.01 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) R 6102 6105 32402 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 15 0 95664078 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997670464656 139998049511961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) R 6102 6105 32402 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997669411800 139998049506208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10555476 memory=15572 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) R 6102 6105 32402 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 95664078 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997668356864 139998049511961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95664079 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997624083232 139998064494293 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95664080 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997623030944 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95664080 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997621977840 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664082 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 1177 0 0 0 23 0 0 0 20 0 15 0 95664082 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997619874544 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) R 6102 6105 32402 0 -1 4202560 918 0 0 0 29 0 0 0 20 0 15 0 95664082 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997618822296 139998049607642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10555476 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 1199 0 0 0 26 0 0 0 20 0 15 0 95664082 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997617768944 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95664083 10808807424 46913 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95664083 10808807424 47425 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 187652 KiB

[startup+1.50166 s]
/proc/loadavg: 7.29 5.52 3.62 8/215 6120
/proc/meminfo: memFree=23189540/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10555476 memory=570616 CPUtime=3.48 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 11637 0 0 0 309 39 0 0 20 0 15 0 95664077 10808807424 142654 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2638869 142654 3113 1 0 2627263 0
[pid=6105/tid=6107] ppid=6102 vsize=10555476 memory=3467828021039478082 CPUtime=1.11 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) S 6102 6105 32402 0 -1 1077944384 5861 0 0 0 106 5 0 0 20 0 15 0 95664077 10808807424 142654 33554432000 4194304 4196468 140729794844992 139998068715264 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10555476 memory=234896 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) R 6102 6105 32402 0 -1 4202560 377 0 0 0 27 8 0 0 20 0 15 0 95664078 10808807424 143166 33554432000 4194304 4196468 140729794844992 139998017104912 139998049511961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10555476 memory=2241 CPUtime=0.34 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) R 6102 6105 32402 0 -1 4202560 209 0 0 0 27 7 0 0 20 0 15 0 95664078 10808807424 143166 33554432000 4194304 4196468 140729794844992 139997670464656 139998057586968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10555476 memory=1200 CPUtime=0.34 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) R 6102 6105 32402 0 -1 4202560 196 0 0 0 26 8 0 0 20 0 15 0 95664078 10808807424 143166 33554432000 4194304 4196468 140729794844992 139997669411800 139998049511961 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10555476 memory=15872 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) R 6102 6105 32402 0 -1 4202560 214 0 0 0 27 8 0 0 20 0 15 0 95664078 10808807424 143166 33554432000 4194304 4196468 140729794844992 139997668359056 139998049511961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10555476 memory=15572 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95664079 10808807424 143166 33554432000 4194304 4196468 140729794844992 139997624083232 139998064494293 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0

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

/proc/6105/task/6111/stat : 6111 (java) R 6102 6105 32402 0 -1 4202560 31771 0 0 0 32210 151 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997668358944 139998049183941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10690804 memory=1200 CPUtime=29.97 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 57746 0 0 0 2995 2 0 0 20 0 17 0 95664079 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997624083264 139998064494293 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10690804 memory=280852207103648 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997623031008 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10690804 memory=280852208080752 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997621977856 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10690804 memory=3472468722331408348 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10690804 memory=8112282956445269571 CPUtime=0.33 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 1689 0 0 0 32 1 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997619874592 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10690804 memory=3268 CPUtime=0.42 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 2634 0 0 0 42 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997618821760 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10690804 memory=23529 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 3989 0 0 0 35 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997617766144 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10690804 memory=7965128 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10690804 memory=27524 CPUtime=0.14 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 475 0 0 0 9 5 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6209] ppid=6102 vsize=10690804 memory=7965128 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6209/stat : 6209 (java) S 6102 6105 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997614608112 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6210] ppid=6102 vsize=10690804 memory=7965148 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6210/stat : 6210 (java) S 6102 6105 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997154893408 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 1339.32 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7965148 KiB

[startup+372.801 s]
/proc/loadavg: 8.05 6.90 4.81 8/218 6211
/proc/meminfo: memFree=15397492/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10690804 memory=7965148 CPUtime=1345.51 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 172892 0 0 0 133905 646 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2672701 1991287 3181 1 0 2661057 0
[pid=6105/tid=6107] ppid=6102 vsize=10690804 memory=8112282956445269571 CPUtime=13.92 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) S 6102 6105 32402 0 -1 1077944384 17014 0 0 0 1383 9 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998068724768 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10690804 memory=1292 CPUtime=325.36 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) R 6102 6105 32402 0 -1 4202560 15439 0 0 0 32384 152 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998017104720 139998057112295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10690804 memory=2448 CPUtime=324.77 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) R 6102 6105 32402 0 -1 4202560 16781 0 0 0 32308 169 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997670464776 139998057112295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10690804 memory=1732 CPUtime=324.94 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) R 6102 6105 32402 0 -1 4202560 23550 0 0 0 32338 156 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997669411408 139998057112295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10690804 memory=8112282956445269571 CPUtime=325.21 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) R 6102 6105 32402 0 -1 4202560 32138 0 0 0 32370 151 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997668358944 139998049480497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10690804 memory=2448 CPUtime=29.97 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) S 6102 6105 32402 0 -1 1077944384 57746 0 0 0 2995 2 0 0 20 0 17 0 95664079 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997624083264 139998064494293 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10690804 memory=7965148 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997623031008 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10690804 memory=7965148 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997621977856 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10690804 memory=55 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10690804 memory=288230596017389863 CPUtime=0.33 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 1689 0 0 0 32 1 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997619874592 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10690804 memory=16104775267649349 CPUtime=0.42 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 2634 0 0 0 42 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997618821760 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10690804 memory=576460758266962493 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 3989 0 0 0 35 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997617766144 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10690804 memory=7965148 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10690804 memory=4388 CPUtime=0.14 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 475 0 0 0 9 5 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6209] ppid=6102 vsize=10690804 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6209/stat : 6209 (java) S 6102 6105 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997614608112 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6210] ppid=6102 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6210/stat : 6210 (java) S 6102 6105 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997154893408 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 1345.51 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7965148 KiB

[startup+373.602 s]
/proc/loadavg: 8.05 6.90 4.81 6/218 6211
/proc/meminfo: memFree=15397492/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10690804 memory=7965148 CPUtime=1347.54 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 172936 0 0 0 134107 647 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2672701 1991287 3181 1 0 2661057 0
[pid=6105/tid=6107] ppid=6102 vsize=10690804 memory=4100 CPUtime=13.92 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) S 6102 6105 32402 0 -1 1077944384 17014 0 0 0 1383 9 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998068724768 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10690804 memory=2816 CPUtime=325.77 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) S 6102 6105 32402 0 -1 1077944384 15439 0 0 0 32425 152 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998017104912 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10690804 memory=2788 CPUtime=325.18 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) S 6102 6105 32402 0 -1 1077944384 16781 0 0 0 32349 169 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997670464656 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10690804 memory=4096 CPUtime=325.35 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) S 6102 6105 32402 0 -1 1077944384 23550 0 0 0 32379 156 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997669411600 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10690804 memory=7965148 CPUtime=325.64 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) S 6102 6105 32402 0 -1 1077944384 32182 0 0 0 32413 151 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997668359056 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10690804 memory=1692 CPUtime=30.34 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) R 6102 6105 32402 0 -1 4202560 57746 0 0 0 3032 2 0 0 20 0 17 0 95664079 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997624083152 139998048941720 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997623031008 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997621977856 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10690804 memory=2448 CPUtime=0.33 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 1689 0 0 0 32 1 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997619874592 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10690804 memory=1732 CPUtime=0.42 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 2634 0 0 0 42 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997618821760 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10690804 memory=1948 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 3989 0 0 0 35 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997617766144 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10690804 memory=800 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10690804 memory=12068 CPUtime=0.14 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 475 0 0 0 9 5 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6209] ppid=6102 vsize=10690804 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6209/stat : 6209 (java) S 6102 6105 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997614608112 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6210] ppid=6102 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6210/stat : 6210 (java) S 6102 6105 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997154893408 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 1347.54 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7965148 KiB

[startup+374.001 s]*
/proc/loadavg: 8.05 6.90 4.81 6/218 6211
/proc/meminfo: memFree=15397492/32770624 swapFree=67108860/67108860
[pid=6105] ppid=6102 vsize=10690804 memory=7965148 CPUtime=1347.94 cores=0,2,4,6
/proc/6105/stat : 6105 (java) S 6102 6105 32402 0 -1 1077944320 172936 0 0 0 134147 647 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 140729794827536 139998064484087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
/proc/6105/statm: 2672701 1991287 3181 1 0 2661057 0
[pid=6105/tid=6107] ppid=6102 vsize=10690804 memory=6935054825532540783 CPUtime=13.92 cores=0,2,4,6
/proc/6105/task/6107/stat : 6107 (java) S 6102 6105 32402 0 -1 1077944384 17014 0 0 0 1383 9 0 0 20 0 17 0 95664077 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998068724768 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6108] ppid=6102 vsize=10690804 memory=1224 CPUtime=325.77 cores=0,2,4,6
/proc/6105/task/6108/stat : 6108 (java) S 6102 6105 32402 0 -1 1077944384 15439 0 0 0 32425 152 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139998017104912 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6109] ppid=6102 vsize=10690804 memory=8560 CPUtime=325.18 cores=0,2,4,6
/proc/6105/task/6109/stat : 6109 (java) S 6102 6105 32402 0 -1 1077944384 16781 0 0 0 32349 169 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997670464656 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6110] ppid=6102 vsize=10690804 memory=1712 CPUtime=325.35 cores=0,2,4,6
/proc/6105/task/6110/stat : 6110 (java) S 6102 6105 32402 0 -1 1077944384 23550 0 0 0 32379 156 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997669411600 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6111] ppid=6102 vsize=10690804 memory=4612 CPUtime=325.64 cores=0,2,4,6
/proc/6105/task/6111/stat : 6111 (java) S 6102 6105 32402 0 -1 1077944384 32182 0 0 0 32413 151 0 0 20 0 17 0 95664078 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997668359056 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6112] ppid=6102 vsize=10690804 memory=1004 CPUtime=30.75 cores=0,2,4,6
/proc/6105/task/6112/stat : 6112 (java) R 6102 6105 32402 0 -1 4202560 57746 0 0 0 3073 2 0 0 20 0 17 0 95664079 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997624083152 139998049480596 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6113] ppid=6102 vsize=10690804 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6113/stat : 6113 (java) S 6102 6105 32402 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997623031008 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6114] ppid=6102 vsize=10690804 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6114/stat : 6114 (java) S 6102 6105 32402 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95664080 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997621977856 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6115] ppid=6102 vsize=10690804 memory=15010910702715 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6115/stat : 6115 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997620926416 139998064502683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6116] ppid=6102 vsize=10690804 memory=303430266251378998 CPUtime=0.33 cores=0,2,4,6
/proc/6105/task/6116/stat : 6116 (java) S 6102 6105 32402 0 -1 1077944384 1689 0 0 0 32 1 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997619874592 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6117] ppid=6102 vsize=10690804 memory=15825482151102897 CPUtime=0.42 cores=0,2,4,6
/proc/6105/task/6117/stat : 6117 (java) S 6102 6105 32402 0 -1 1077944384 2634 0 0 0 42 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997618821760 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6118] ppid=6102 vsize=10690804 memory=7965148 CPUtime=0.35 cores=0,2,4,6
/proc/6105/task/6118/stat : 6118 (java) S 6102 6105 32402 0 -1 1077944384 3989 0 0 0 35 0 0 0 20 0 17 0 95664082 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997617766144 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6119] ppid=6102 vsize=10690804 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6119/stat : 6119 (java) S 6102 6105 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997616716640 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6120] ppid=6102 vsize=10690804 memory=15825482151102897 CPUtime=0.14 cores=0,2,4,6
/proc/6105/task/6120/stat : 6120 (java) S 6102 6105 32402 0 -1 1077944384 475 0 0 0 9 5 0 0 20 0 17 0 95664083 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997615663664 139998064495234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6209] ppid=6102 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6209/stat : 6209 (java) S 6102 6105 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997614608112 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
[pid=6105/tid=6210] ppid=6102 vsize=10690804 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/6105/task/6210/stat : 6210 (java) S 6102 6105 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95698529 10947383296 1991287 33554432000 4194304 4196468 140729794844992 139997154893408 139998064494293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21204992 140729794851974 140729794852127 140729794852127 140729794854863 0
Current children cumulated CPU time: 1347.94 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7965148 KiB

[startup+374.11 s]*
/proc/loadavg: 8.05 6.90 4.81 6/203 6211
/proc/meminfo: memFree=17836272/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 374.137
CPU time (s): 1348.08
CPU user time (s): 1341.57
CPU system time (s): 6.51294
CPU usage (%): 360.318
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 7965148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1341.57
system time used= 6.51294
maximum resident set size= 7965396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19989
involuntary context switches= 30681


# summary of solver processes directly reported to runsolver:
#   pid: 6105
#   total CPU time (s): 1348.08
#   total CPU user time (s): 1341.57
#   total CPU system time (s): 6.51294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40752 second user time and 3.52643 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:48:26
IDJOB=4262928
IDBENCH=126241
IDSOLVER=2651
FILE ID=node113/4262928-1502625764
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-10-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262928-1502625764/watcher-4262928-1502625764 -o /tmp/evaluation-result-4262928-1502625764/solver-4262928-1502625764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262928-1502625764.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=2059193311

node113.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.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	: 5333.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	: 5333.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	: 5333.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:        23473092 kB
MemAvailable:   23789164 kB
Buffers:          109368 kB
Cached:           492924 kB
SwapCached:            0 kB
Active:          8687392 kB
Inactive:         154260 kB
Active(anon):    8188928 kB
Inactive(anon):    77700 kB
Active(file):     498464 kB
Inactive(file):    76560 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       8226852 kB
Mapped:            54732 kB
Shmem:             25224 kB
Slab:             139740 kB
SReclaimable:     113768 kB
SUnreclaim:        25972 kB
KernelStack:        3824 kB
PageTables:        21492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7960576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 13:54:40