Trace number 4262842

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) 1482.34 405.314

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w4b3r3.xml
MD5SUM4fff2bf814931cbe2e98d8a10b7c6933
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints53
Number of domains2
Minimum domain size26
Maximum domain size124
Distribution of domain sizes[{"size":26,"count":1},{"size":124,"count":800}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":775},{"degree":5,"count":25}]
Minimum constraint arity26
Maximum constraint arity800
Distribution of constraint arities[{"arity":26,"count":1},{"arity":32,"count":50},{"arity":800,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":25},{"type":"lex","count":1},{"type":"sum","count":25},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262842-1502634870/watcher-4262842-1502634870 -o /tmp/evaluation-result-4262842-1502634870/solver-4262842-1502634870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3894 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262842-1502634870.xml 

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

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

solver pid=3913, runsolver pid=3910

[startup+0.100138 s]*
/proc/loadavg: 1.06 1.03 1.05 4/216 3952
/proc/meminfo: memFree=28637928/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10555400 memory=31348 CPUtime=0.12 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 6374 0 0 0 11 1 0 0 20 0 15 0 96574963 10808729600 7837 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2638850 7837 2841 1 0 2627263 0
[pid=3913/tid=3916] ppid=3910 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) R 3910 3913 31095 0 -1 4202560 4230 0 0 0 8 1 0 0 20 0 15 0 96574964 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909987511664 139909983310426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909909363728 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909908311184 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909907258128 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909906205584 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574966 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909475006704 139909983300226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574966 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909473952928 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909472899824 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0.02 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) R 3910 3913 31095 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909468690928 139909983301014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 7837 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31348 KiB

[startup+0.210931 s]*
/proc/loadavg: 1.06 1.03 1.05 6/216 3952
/proc/meminfo: memFree=28620188/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10555400 memory=39620 CPUtime=0.29 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 7680 0 0 0 27 2 0 0 20 0 15 0 96574963 10808729600 9905 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2638850 9905 2912 1 0 2627263 0
[pid=3913/tid=3916] ppid=3910 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) R 3910 3913 31095 0 -1 4202560 4864 0 0 0 18 1 0 0 20 0 15 0 96574964 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909987498880 139909983301014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909909363728 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10555400 memory=140560205117559 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909908311184 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909907258128 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909906205584 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574966 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909475006704 139909983300226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574966 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909473952928 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574967 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909472899824 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 420 0 0 0 1 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0.06 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 847 0 0 0 6 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10555400 memory=140560204977792 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574969 10808729600 9920 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39620 KiB

[startup+0.31095 s]*
/proc/loadavg: 1.06 1.03 1.05 7/216 3952
/proc/meminfo: memFree=28606728/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10555476 memory=46436 CPUtime=0.52 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 8280 0 0 0 49 3 0 0 20 0 15 0 96574963 10808807424 11609 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2638869 11609 3039 1 0 2627263 0
[pid=3913/tid=3916] ppid=3910 vsize=10555476 memory=7721456973991064115 CPUtime=0.3 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) R 3910 3913 31095 0 -1 4202560 5232 0 0 0 28 2 0 0 20 0 15 0 96574964 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909987523584 139909969029139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909909363728 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10555476 memory=140560205028896 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909908311184 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574964 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909907258128 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574964 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909906205584 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10555476 memory=140560205035808 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574966 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909475006704 139909983300226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574966 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909473952928 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909472899824 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) R 3910 3913 31095 0 -1 4202560 467 0 0 0 4 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909470786528 139909962951079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10555476 memory=140560052637135 CPUtime=0.03 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) R 3910 3913 31095 0 -1 1077944384 277 0 0 0 3 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10555476 memory=140560204981686 CPUtime=0.13 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) R 3910 3913 31095 0 -1 4202560 951 0 0 0 13 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909468690928 139909975526206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10555476 memory=140560052646351 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10555476 memory=281120257636288 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 11636 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46436 KiB

[startup+0.700793 s]
/proc/loadavg: 1.06 1.03 1.05 8/216 3952
/proc/meminfo: memFree=28179108/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10555476 memory=339184 CPUtime=1.64 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 10711 0 0 0 152 12 0 0 20 0 15 0 96574963 10808807424 84796 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2638869 84796 3106 1 0 2627263 0
[pid=3913/tid=3916] ppid=3910 vsize=10555476 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) R 3910 3913 31095 0 -1 4202560 5539 0 0 0 57 5 0 0 20 0 15 0 96574964 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909987478240 139909585973244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) S 3910 3913 31095 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 96574964 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909909363728 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) S 3910 3913 31095 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 96574964 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909908311184 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) S 3910 3913 31095 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 15 0 96574964 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909907258128 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10555476 memory=8319106358720411445 CPUtime=0.01 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) S 3910 3913 31095 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 96574964 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909906205584 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 96574966 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909475006704 139909983300226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96574966 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909473952928 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574967 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909472899824 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10555476 memory=2244 CPUtime=0.33 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) R 3910 3913 31095 0 -1 4202560 1252 0 0 0 33 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909470782552 139909960514048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) R 3910 3913 31095 0 -1 4202560 1096 0 0 0 31 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909469730008 139909976385939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 1124 0 0 0 19 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574969 10808807424 84796 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 339184 KiB

[startup+1.50107 s]
/proc/loadavg: 1.06 1.03 1.05 3/216 3952
/proc/meminfo: memFree=27615284/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10555476 memory=668448 CPUtime=2.93 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 11366 0 0 0 265 28 0 0 20 0 15 0 96574963 10808807424 167112 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2638869 167112 3115 1 0 2627263 0
[pid=3913/tid=3916] ppid=3910 vsize=10555476 memory=281120105561920 CPUtime=1.3 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) S 3910 3913 31095 0 -1 1077944384 5659 0 0 0 122 8 0 0 20 0 15 0 96574964 10808807424 167112 33554432000 4194304 4196468 140725859853552 139909987492192 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10555476 memory=140560052655376 CPUtime=0.15 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) R 3910 3913 31095 0 -1 4202560 159 0 0 0 11 4 0 0 20 0 15 0 96574964 10808807424 167112 33554432000 4194304 4196468 140725859853552 139909909363728 139909968316953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10555476 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) R 3910 3913 31095 0 -1 4202560 146 0 0 0 11 4 0 0 20 0 15 0 96574964 10808807424 167112 33554432000 4194304 4196468 140725859853552 139909908311384 139909976388779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10555476 memory=281120105575136 CPUtime=0.15 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) R 3910 3913 31095 0 -1 4202560 176 0 0 0 11 4 0 0 20 0 15 0 96574964 10808807424 167112 33554432000 4194304 4196468 140725859853552 139909907258128 139909968316953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) R 3910 3913 31095 0 -1 4202560 137 0 0 0 10 3 0 0 20 0 15 0 96574964 10808807424 167112 33554432000 4194304 4196468 140725859853552 139909906205784 139909968316953 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96574966 10808807424 167624 33554432000 4194304 4196468 140725859853552 139909475005216 139909983299285 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0

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

/proc/3913/task/3923/stat : 3923 (java) R 3910 3913 31095 0 -1 4202560 54956 0 0 0 35607 197 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909906205480 139909975917287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10688756 memory=916 CPUtime=23.32 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 59133 0 0 0 2329 3 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909475005024 139909983299285 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10688756 memory=8183264 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909473952992 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10688756 memory=8183260 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 96574967 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909472899840 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10688756 memory=8183252 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10688756 memory=8112282956445269571 CPUtime=0.66 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 3238 0 0 0 66 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10688756 memory=952 CPUtime=0.6 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 3323 0 0 0 60 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10688756 memory=2340 CPUtime=0.23 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 3365 0 0 0 23 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10688756 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10688756 memory=8112282956445269571 CPUtime=0.14 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 628 0 0 0 8 6 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3962] ppid=3910 vsize=10688756 memory=5516 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3962/stat : 3962 (java) S 3910 3913 31095 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909465529216 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3963] ppid=3910 vsize=10688756 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3963/stat : 3963 (java) S 3910 3913 31095 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909464477456 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 1474.23 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8183264 KiB

[startup+404.001 s]*
/proc/loadavg: 7.46 5.68 3.20 7/218 4039
/proc/meminfo: memFree=19930676/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10688756 memory=8183264 CPUtime=1477.4 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 285151 0 0 0 147001 739 0 0 20 0 17 0 96574963 10945286144 2045816 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2672189 2045816 3183 1 0 2660545 0
[pid=3913/tid=3916] ppid=3910 vsize=10688756 memory=6935054825532540783 CPUtime=14.5 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) S 3910 3913 31095 0 -1 1077944384 13016 0 0 0 1436 14 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909987529760 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10688756 memory=4126316290023845779 CPUtime=359.05 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) R 3910 3913 31095 0 -1 4202560 38644 0 0 0 35722 183 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909909363928 139909964898825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10688756 memory=4128 CPUtime=359.69 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) R 3910 3913 31095 0 -1 4202560 57695 0 0 0 35795 174 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909908311184 139909968285424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10688756 memory=2196 CPUtime=360.27 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) R 3910 3913 31095 0 -1 4202560 45306 0 0 0 35867 160 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909907258328 139909968285588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10688756 memory=6760 CPUtime=358.82 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) R 3910 3913 31095 0 -1 4202560 55081 0 0 0 35685 197 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909906205584 139909968285483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10688756 memory=840 CPUtime=23.33 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 63324 0 0 0 2330 3 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909475005248 139909983299285 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10688756 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909473952992 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10688756 memory=2536 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 96574967 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909472899840 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10688756 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10688756 memory=1156 CPUtime=0.66 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 3238 0 0 0 66 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10688756 memory=3164 CPUtime=0.6 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 3323 0 0 0 60 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10688756 memory=8183260 CPUtime=0.23 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 3365 0 0 0 23 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10688756 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10688756 memory=2600 CPUtime=0.14 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 628 0 0 0 8 6 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3962] ppid=3910 vsize=10688756 memory=564632 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3962/stat : 3962 (java) S 3910 3913 31095 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909465529216 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3963] ppid=3910 vsize=10688756 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3963/stat : 3963 (java) S 3910 3913 31095 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909464477456 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 1477.4 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8183264 KiB

[startup+404.801 s]
/proc/loadavg: 7.46 5.68 3.20 7/218 4039
/proc/meminfo: memFree=19930676/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10688756 memory=8183264 CPUtime=1480.56 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 285151 0 0 0 147317 739 0 0 20 0 17 0 96574963 10945286144 2045816 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2672189 2045816 3183 1 0 2660545 0
[pid=3913/tid=3916] ppid=3910 vsize=10688756 memory=1728 CPUtime=14.5 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) S 3910 3913 31095 0 -1 1077944384 13016 0 0 0 1436 14 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909987529760 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10688756 memory=1716 CPUtime=359.84 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) R 3910 3913 31095 0 -1 4202560 38644 0 0 0 35801 183 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909909363928 139909968285741 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10688756 memory=916 CPUtime=360.48 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) R 3910 3913 31095 0 -1 4202560 57695 0 0 0 35874 174 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909908311184 139909964898924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10688756 memory=3832 CPUtime=361.06 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) R 3910 3913 31095 0 -1 4202560 45306 0 0 0 35946 160 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909907258328 139909967987895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10688756 memory=6935054825532540783 CPUtime=359.61 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) R 3910 3913 31095 0 -1 4202560 55081 0 0 0 35764 197 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909906205472 139909968285460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10688756 memory=8112282956445269571 CPUtime=23.33 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 63324 0 0 0 2330 3 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909475005248 139909983299285 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10688756 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909473952992 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10688756 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 96574967 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909472899840 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10688756 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10688756 memory=1200 CPUtime=0.66 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 3238 0 0 0 66 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10688756 memory=8183264 CPUtime=0.6 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 3323 0 0 0 60 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10688756 memory=8183264 CPUtime=0.23 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 3365 0 0 0 23 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10688756 memory=8183240 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10688756 memory=8112282956445269571 CPUtime=0.14 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 628 0 0 0 8 6 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3962] ppid=3910 vsize=10688756 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3962/stat : 3962 (java) S 3910 3913 31095 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909465529216 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3963] ppid=3910 vsize=10688756 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3963/stat : 3963 (java) S 3910 3913 31095 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909464477456 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 1480.56 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8183264 KiB

[startup+405.201 s]
/proc/loadavg: 7.46 5.68 3.20 6/218 4039
/proc/meminfo: memFree=19930676/32770624 swapFree=67108860/67108860
[pid=3913] ppid=3910 vsize=10688756 memory=8183264 CPUtime=1482.11 cores=1,3,5,7
/proc/3913/stat : 3913 (java) S 3910 3913 31095 0 -1 1077944320 285151 0 0 0 147472 739 0 0 20 0 17 0 96574963 10945286144 2045816 33554432000 4194304 4196468 140725859853552 140725859836096 139909983289079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
/proc/3913/statm: 2672189 2045816 3183 1 0 2660545 0
[pid=3913/tid=3916] ppid=3910 vsize=10688756 memory=8112282956445269571 CPUtime=14.5 cores=1,3,5,7
/proc/3913/task/3916/stat : 3916 (java) S 3910 3913 31095 0 -1 1077944384 13016 0 0 0 1436 14 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909987529760 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3920] ppid=3910 vsize=10688756 memory=288230617509003574 CPUtime=360.22 cores=1,3,5,7
/proc/3913/task/3920/stat : 3920 (java) R 3910 3913 31095 0 -1 4202560 38644 0 0 0 35838 184 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909909363848 139909975917287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3921] ppid=3910 vsize=10688756 memory=16100360041268678 CPUtime=360.87 cores=1,3,5,7
/proc/3913/task/3921/stat : 3921 (java) S 3910 3913 31095 0 -1 1077944384 57695 0 0 0 35913 174 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909908310992 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3922] ppid=3910 vsize=10688756 memory=2332 CPUtime=361.45 cores=1,3,5,7
/proc/3913/task/3922/stat : 3922 (java) R 3910 3913 31095 0 -1 4202560 45306 0 0 0 35985 160 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909907257936 139909975917287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3923] ppid=3910 vsize=10688756 memory=0 CPUtime=360.01 cores=1,3,5,7
/proc/3913/task/3923/stat : 3923 (java) R 3910 3913 31095 0 -1 4202560 55081 0 0 0 35804 197 0 0 20 0 17 0 96574964 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909906205472 139909968285483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3931] ppid=3910 vsize=10688756 memory=0 CPUtime=23.33 cores=1,3,5,7
/proc/3913/task/3931/stat : 3931 (java) S 3910 3913 31095 0 -1 1077944384 63324 0 0 0 2330 3 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909475005248 139909983299285 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3932] ppid=3910 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3932/stat : 3932 (java) S 3910 3913 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 96574966 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909473952992 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3933] ppid=3910 vsize=10688756 memory=66 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3933/stat : 3933 (java) S 3910 3913 31095 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 96574967 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909472899840 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3941] ppid=3910 vsize=10688756 memory=60 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3941/stat : 3941 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909471848400 139909983307675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3942] ppid=3910 vsize=10688756 memory=23 CPUtime=0.66 cores=1,3,5,7
/proc/3913/task/3942/stat : 3942 (java) S 3910 3913 31095 0 -1 1077944384 3238 0 0 0 66 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909470796528 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3943] ppid=3910 vsize=10688756 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/3913/task/3943/stat : 3943 (java) S 3910 3913 31095 0 -1 1077944384 3323 0 0 0 60 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909469743984 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3944] ppid=3910 vsize=10688756 memory=14 CPUtime=0.23 cores=1,3,5,7
/proc/3913/task/3944/stat : 3944 (java) S 3910 3913 31095 0 -1 1077944384 3365 0 0 0 23 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909468690928 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3945] ppid=3910 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3945/stat : 3945 (java) S 3910 3913 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909467638624 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3946] ppid=3910 vsize=10688756 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3913/task/3946/stat : 3946 (java) S 3910 3913 31095 0 -1 1077944384 628 0 0 0 9 6 0 0 20 0 17 0 96574969 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909466585648 139909983300226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3962] ppid=3910 vsize=10688756 memory=8183264 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3962/stat : 3962 (java) S 3910 3913 31095 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909465529216 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
[pid=3913/tid=3963] ppid=3910 vsize=10688756 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3913/task/3963/stat : 3963 (java) S 3910 3913 31095 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 96612288 10945286144 2045816 33554432000 4194304 4196468 140725859853552 139909464477456 139909983299285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140725859861638 140725859861791 140725859861791 140725859864527 0
Current children cumulated CPU time: 1482.11 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8183264 KiB

[startup+405.301 s]*
/proc/loadavg: 7.46 5.68 3.20 3/203 4039
/proc/meminfo: memFree=25419752/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): 405.314
CPU time (s): 1482.34
CPU user time (s): 1474.91
CPU system time (s): 7.43146
CPU usage (%): 365.727
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8183264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1474.91
system time used= 7.43146
maximum resident set size= 8183440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30129
involuntary context switches= 44454


# summary of solver processes directly reported to runsolver:
#   pid: 3913
#   total CPU time (s): 1482.34
#   total CPU user time (s): 1474.91
#   total CPU system time (s): 7.43146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.50369 second user time and 4.17942 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 16:20:12
IDJOB=4262842
IDBENCH=137500
IDSOLVER=2651
FILE ID=node104/4262842-1502634870
RUNJOBID= node104-1502634012-3894
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w4b3r3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262842-1502634870/watcher-4262842-1502634870 -o /tmp/evaluation-result-4262842-1502634870/solver-4262842-1502634870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502634012-3894 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262842-1502634870.xml

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

MD5SUM BENCH= 4fff2bf814931cbe2e98d8a10b7c6933
RANDOM SEED=593639736

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28673940 kB
MemAvailable:   31988452 kB
Buffers:          155912 kB
Cached:          3440584 kB
SwapCached:            0 kB
Active:           334920 kB
Inactive:        3312300 kB
Active(anon):      53628 kB
Inactive(anon):    25024 kB
Active(file):     281292 kB
Inactive(file):  3287276 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:         56372 kB
Mapped:            43444 kB
Shmem:             25228 kB
Slab:             148336 kB
SReclaimable:     123556 kB
SUnreclaim:        24780 kB
KernelStack:        3184 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 16:26:58