Trace number 4262931

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? 1311.85 365.39499

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1170.70/326.65	Aug 13, 2017 1:51:00 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1170.70/326.65	INFO: Runtime exception
1170.70/326.65	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1170.70/326.65		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1170.70/326.65		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1170.70/326.65		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1170.70/326.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1170.70/326.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1170.70/326.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1170.70/326.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1170.70/326.65		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1170.70/326.65		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1170.70/326.65		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1170.70/326.65		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1170.70/326.65		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1170.70/326.65		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1170.70/326.65		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1170.70/326.65	Caused by: java.lang.reflect.InvocationTargetException
1170.70/326.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1170.70/326.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1170.70/326.65		at java.lang.reflect.Method.invoke(Method.java:498)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1170.70/326.65		... 21 more
1170.70/326.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1170.70/326.65		... 25 more
1170.70/326.65	Caused by: java.lang.reflect.InvocationTargetException
1170.70/326.65		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1170.70/326.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1170.70/326.65		at java.lang.reflect.Method.invoke(Method.java:498)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1170.70/326.65		... 25 more
1170.70/326.65	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1170.70/326.65		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1170.70/326.65		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1170.70/326.65		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1170.70/326.65		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1170.70/326.65		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1170.70/326.65		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1170.70/326.65		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1170.70/326.65		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1170.70/326.65		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1170.70/326.65		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1170.70/326.65		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1170.70/326.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1170.70/326.65		at java.lang.reflect.Method.invoke(Method.java:498)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1170.70/326.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1170.70/326.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1170.70/326.65		at java.lang.reflect.Method.invoke(Method.java:498)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1170.70/326.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1170.70/326.65		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1170.70/326.65		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1170.70/326.65		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1170.70/326.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1170.70/326.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1170.70/326.65		at org.xcsp.parser.XCallbacks$$Lambda$60/1504109395.accept(Unknown Source)
1170.70/326.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1170.70/326.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1170.70/326.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1170.70/326.65	
1241.12/345.98	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1241.12/345.98	c This is free software under the dual EPL/GNU LGPL licenses.
1241.12/345.98	c See www.sat4j.org for details.
1241.12/345.98	c That software uses the Rhino library from the Mozilla project.
1241.12/345.98	c version CUSTOM.v20170705
1241.12/345.98	c java.runtime.name	Java(TM) SE Runtime Environment
1241.12/345.98	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1241.12/345.98	c java.vm.version	25.131-b11
1241.12/345.98	c java.vm.vendor	Oracle Corporation
1241.12/345.98	c sun.arch.data.model	64
1241.12/345.98	c java.version		1.8.0_131
1241.12/345.98	c os.name		Linux
1241.12/345.98	c os.version		3.10.0-514.16.1.el7.x86_64
1241.12/345.98	c os.arch		amd64
1241.12/345.98	c Free memory 		499604488
1241.12/345.98	c Max memory 		7247757312
1241.12/345.98	c Total memory 		504889344
1241.12/345.98	c Number of processors 	4
1241.12/345.98	c c --- Begin Solver configuration ---
1241.12/345.98	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1241.12/345.98	c Learn all clauses as in MiniSAT
1241.12/345.98	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1241.12/345.98	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1241.12/345.98	c No reason simplification
1241.12/345.98	c Glucose 2.1 dynamic restart strategy
1241.12/345.98	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
1241.12/345.98	c timeout=2147483s
1241.12/345.98	c DB Simplification allowed=false
1241.12/345.98	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1241.12/345.98	c --- End Solver configuration ---
1276.85/355.78	c starts		: 0
1276.85/355.78	c conflicts		: 0
1276.85/355.78	c decisions		: 0
1276.85/355.79	c propagations		: 0
1276.85/355.79	c inspects		: 0
1276.85/355.79	c shortcuts		: 0
1276.85/355.79	c learnt literals	: 0
1276.85/355.79	c learnt binary clauses	: 0
1276.85/355.79	c learnt ternary clauses	: 0
1276.85/355.79	c learnt constraints	: 0
1276.85/355.79	c ignored constraints	: 0
1276.85/355.79	c root simplifications	: 0
1276.85/355.79	c removed literals (reason simplification)	: 0
1276.85/355.79	c reason swapping (by a shorter reason)	: 0
1276.85/355.79	c Calls to reduceDB	: 0
1276.85/355.79	c Number of update (reduction) of LBD	: 0
1276.85/355.79	c Imported unit clauses	: 0
1276.85/355.79	c number of reductions to clauses (during analyze)	: 0
1276.85/355.79	c number of learned constraints concerned by reduction	: 0
1276.85/355.79	c number of learning phase by resolution	: 0
1276.85/355.79	c number of learning phase by cutting planes	: 0
1276.85/355.79	c number of rounding to 1 operations	: 0
1276.85/355.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1276.85/355.79	c number of reductions of the coefficients by power 2 	: 0
1276.85/355.79	c number of right shift for reduction by power 2 	: 0
1276.85/355.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
1276.85/355.79	c speed (assignments/second)	: 0.0
1276.85/355.79	c non guided choices	0
1276.85/355.79	c learnt constraints type 
1311.74/365.36	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14123 MiB free)
  memory of node 1: 16384 MiB (5441 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262931-1502625592/watcher-4262931-1502625592 -o /tmp/evaluation-result-4262931-1502625592/solver-4262931-1502625592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262931-1502625592.xml 

running on 4 cores: 0,2,4,6

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

solver pid=1788, runsolver pid=1785

[startup+0.100176 s]*
/proc/loadavg: 1.99 2.02 2.31 3/216 1803
/proc/meminfo: memFree=20018488/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10555400 memory=30424 CPUtime=0.12 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 6635 0 0 0 11 1 0 0 20 0 15 0 95646998 10808729600 7606 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2638850 7606 2817 1 0 2627263 0
[pid=1788/tid=1790] ppid=1785 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) R 1785 1788 30942 0 -1 4202560 4496 0 0 0 8 1 0 0 20 0 15 0 95646998 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206549637040 140206545470621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10555400 memory=139830778813946 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206037465968 140206545459842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206036411936 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206035359088 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206033254768 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206032201968 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0.01 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) R 1785 1788 30942 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206031149168 140206523893466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 7606 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30424 KiB

[startup+0.210604 s]*
/proc/loadavg: 1.99 2.02 2.31 6/216 1803
/proc/meminfo: memFree=20009680/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10555400 memory=39388 CPUtime=0.31 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 7955 0 0 0 29 2 0 0 20 0 15 0 95646998 10808729600 9847 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2638850 9847 2937 1 0 2627263 0
[pid=1788/tid=1790] ppid=1785 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) R 1785 1788 30942 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 95646998 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206549686672 140206137297919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10555400 memory=139830778813946 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95646999 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206037465968 140206545459842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206036411936 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95647001 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206035359088 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) R 1785 1788 30942 0 -1 1077944384 646 0 0 0 2 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206033247792 140206545458901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) R 1785 1788 30942 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206032193472 140206525931792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0.06 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) R 1785 1788 30942 0 -1 4202560 805 0 0 0 6 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206031149296 140206529529182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10555400 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95647004 10808729600 9913 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39388 KiB

[startup+0.316038 s]*
/proc/loadavg: 1.99 2.02 2.31 5/216 1803
/proc/meminfo: memFree=19994372/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10555476 memory=55236 CPUtime=0.68 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 10527 0 0 0 65 3 0 0 20 0 15 0 95646998 10808807424 13809 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2638869 13809 3054 1 0 2627263 0
[pid=1788/tid=1790] ppid=1785 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) R 1785 1788 30942 0 -1 4202560 5639 0 0 0 29 1 0 0 20 0 15 0 95646998 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206549686400 140206545470621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10555476 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206037465968 140206545459842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206036411936 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10555476 memory=139830778652288 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206035359088 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10555476 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 1502 0 0 0 11 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206033254768 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10555476 memory=139830646389791 CPUtime=0.1 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 691 0 0 0 10 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206032201968 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10555476 memory=279661292777248 CPUtime=0.13 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 1332 0 0 0 13 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206031149168 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10555476 memory=279661292561192 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10555476 memory=12 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 13809 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55236 KiB

[startup+0.70074 s]
/proc/loadavg: 1.99 2.02 2.31 5/216 1803
/proc/meminfo: memFree=19966944/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10555476 memory=129792 CPUtime=1.85 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 11840 0 0 0 181 4 0 0 20 0 15 0 95646998 10808807424 32448 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2638869 32448 3087 1 0 2627263 0
[pid=1788/tid=1790] ppid=1785 vsize=10555476 memory=416 CPUtime=0.67 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) R 1785 1788 30942 0 -1 4202560 5985 0 0 0 64 3 0 0 20 0 15 0 95646998 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206549668928 140206140917999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10555476 memory=20785 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10555476 memory=2100 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10555476 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95646999 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206037465968 140206545459842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10555476 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206036411936 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206035359088 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10555476 memory=-3535359994705171595 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10555476 memory=6943526294502006880 CPUtime=0.43 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) R 1785 1788 30942 0 -1 4202560 1599 0 0 0 43 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206033254896 140206523043752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10555476 memory=6944656592455097440 CPUtime=0.43 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) R 1785 1788 30942 0 -1 4202560 1223 0 0 0 43 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206032194992 140206530573734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 1660 0 0 0 29 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206031149168 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95647004 10808807424 32448 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 129792 KiB

[startup+1.50105 s]
/proc/loadavg: 1.99 2.02 2.31 3/216 1803
/proc/meminfo: memFree=19820188/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10555476 memory=483880 CPUtime=3.7 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 12799 0 0 0 339 31 0 0 20 0 15 0 95646998 10808807424 120970 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2638869 120970 3118 1 0 2627263 0
[pid=1788/tid=1790] ppid=1785 vsize=10555476 memory=110 CPUtime=1.24 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) S 1785 1788 30942 0 -1 1077944384 6129 0 0 0 118 6 0 0 20 0 15 0 95646998 10808807424 120970 33554432000 4194304 4196468 140729373521040 140206549680064 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10555476 memory=15 CPUtime=0.22 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) R 1785 1788 30942 0 -1 4202560 162 0 0 0 17 5 0 0 20 0 15 0 95646999 10808807424 121482 33554432000 4194304 4196468 140729373521040 140206471523160 140206530476569 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10555476 memory=129792 CPUtime=0.21 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) R 1785 1788 30942 0 -1 4202560 183 0 0 0 16 5 0 0 20 0 15 0 95646999 10808807424 121482 33554432000 4194304 4196468 140729373521040 140206470470160 140206530476569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10555476 memory=416 CPUtime=0.23 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) R 1785 1788 30942 0 -1 4202560 172 0 0 0 17 6 0 0 20 0 15 0 95646999 10808807424 121482 33554432000 4194304 4196468 140729373521040 140206469417360 140206530476569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) R 1785 1788 30942 0 -1 4202560 159 0 0 0 16 5 0 0 20 0 15 0 95646999 10808807424 121482 33554432000 4194304 4196468 140729373521040 140206468364560 140206530476569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 95647001 10808807424 121482 33554432000 4194304 4196468 140729373521040 140206037464480 140206545458901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0

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

[startup+364.001 s]*
/proc/loadavg: 5.21 3.98 3.08 6/218 1819
/proc/meminfo: memFree=12075480/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10690804 memory=7955672 CPUtime=1309.13 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 180642 0 0 0 130295 618 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2672701 1988918 3184 1 0 2661057 0
[pid=1788/tid=1790] ppid=1785 vsize=10690804 memory=6935054825532540783 CPUtime=14.08 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) S 1785 1788 30942 0 -1 1077944384 15893 0 0 0 1398 10 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206549689376 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10690804 memory=4126316290023845779 CPUtime=315.85 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) R 1785 1788 30942 0 -1 4202560 23786 0 0 0 31448 137 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206471523160 140206530438348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10690804 memory=3264 CPUtime=316.09 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) R 1785 1788 30942 0 -1 4202560 17701 0 0 0 31459 150 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206470470280 140206538076903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10690804 memory=7069324 CPUtime=315.31 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) R 1785 1788 30942 0 -1 4202560 18389 0 0 0 31372 159 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206469417168 140206538076903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10690804 memory=2344 CPUtime=314.93 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) R 1785 1788 30942 0 -1 4202560 27047 0 0 0 31342 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206468364368 140206538076903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10690804 memory=1160 CPUtime=30.77 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) S 1785 1788 30942 0 -1 1077944384 67217 0 0 0 3072 5 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206037464512 140206545458901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10690804 memory=3212 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206036412000 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10690804 memory=7955660 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206035359104 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10690804 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 2171 0 0 0 68 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206033254528 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10690804 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 1818 0 0 0 69 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206032202016 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10690804 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 4498 0 0 0 38 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206031144080 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10690804 memory=3833179225026736428 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10690804 memory=4051050747976366385 CPUtime=0.26 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 674 0 0 0 16 10 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1817] ppid=1785 vsize=10690804 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1817/stat : 1817 (java) S 1785 1788 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95679664 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206025893200 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 1309.13 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7955672 KiB

[startup+364.801 s]
/proc/loadavg: 5.21 3.98 3.08 6/218 1819
/proc/meminfo: memFree=12075480/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10690804 memory=7955672 CPUtime=1311.24 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 180719 0 0 0 130506 618 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2672701 1988918 3184 1 0 2661057 0
[pid=1788/tid=1790] ppid=1785 vsize=10690804 memory=3018 CPUtime=14.08 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) S 1785 1788 30942 0 -1 1077944384 15893 0 0 0 1398 10 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206549689376 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10690804 memory=7955668 CPUtime=316.31 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 23862 0 0 0 31494 137 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10690804 memory=1792 CPUtime=316.53 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 17701 0 0 0 31502 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10690804 memory=640 CPUtime=315.75 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 18389 0 0 0 31416 159 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10690804 memory=7955672 CPUtime=315.36 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 27047 0 0 0 31385 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10690804 memory=279661294867904 CPUtime=31.11 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) R 1785 1788 30942 0 -1 4202560 67217 0 0 0 3106 5 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206037464512 140206529906315 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10690804 memory=7594587674001172330 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206036412000 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10690804 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206035359104 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10690804 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10690804 memory=792 CPUtime=0.68 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 2171 0 0 0 68 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206033254528 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10690804 memory=1008 CPUtime=0.69 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 1818 0 0 0 69 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206032202016 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10690804 memory=10588 CPUtime=0.38 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 4498 0 0 0 38 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206031144080 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10690804 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10690804 memory=15872 CPUtime=0.26 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 674 0 0 0 16 10 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1817] ppid=1785 vsize=10690804 memory=2656 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1817/stat : 1817 (java) S 1785 1788 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95679664 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206025893200 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 1311.24 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7955672 KiB

[startup+365.201 s]
/proc/loadavg: 5.21 3.98 3.08 3/218 1819
/proc/meminfo: memFree=12075488/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10690804 memory=7955672 CPUtime=1311.64 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 180719 0 0 0 130546 618 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2672701 1988918 3184 1 0 2661057 0
[pid=1788/tid=1790] ppid=1785 vsize=10690804 memory=3228 CPUtime=14.08 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) S 1785 1788 30942 0 -1 1077944384 15893 0 0 0 1398 10 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206549689376 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10690804 memory=7955668 CPUtime=316.31 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 23862 0 0 0 31494 137 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10690804 memory=1576 CPUtime=316.53 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 17701 0 0 0 31502 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10690804 memory=932 CPUtime=315.75 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 18389 0 0 0 31416 159 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10690804 memory=2236 CPUtime=315.36 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 27047 0 0 0 31385 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10690804 memory=7955636 CPUtime=31.51 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) R 1785 1788 30942 0 -1 4202560 67217 0 0 0 3146 5 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206037464512 140206529906328 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10690804 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206036412000 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10690804 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206035359104 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10690804 memory=6760 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10690804 memory=7955668 CPUtime=0.68 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 2171 0 0 0 68 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206033254528 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10690804 memory=8112282956445269571 CPUtime=0.69 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 1818 0 0 0 69 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206032202016 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10690804 memory=1008 CPUtime=0.38 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 4498 0 0 0 38 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206031144080 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10690804 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10690804 memory=1204 CPUtime=0.26 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 674 0 0 0 16 10 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1817] ppid=1785 vsize=10690804 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1817/stat : 1817 (java) S 1785 1788 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95679664 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206025893200 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 1311.64 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7955672 KiB

[startup+365.301 s]
/proc/loadavg: 5.21 3.98 3.08 3/218 1819
/proc/meminfo: memFree=12075488/32770624 swapFree=67108860/67108860
[pid=1788] ppid=1785 vsize=10690804 memory=7955672 CPUtime=1311.74 cores=0,2,4,6
/proc/1788/stat : 1788 (java) S 1785 1788 30942 0 -1 1077944320 180719 0 0 0 130556 618 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140729373503584 140206545448695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
/proc/1788/statm: 2672701 1988918 3184 1 0 2661057 0
[pid=1788/tid=1790] ppid=1785 vsize=10690804 memory=7955672 CPUtime=14.08 cores=0,2,4,6
/proc/1788/task/1790/stat : 1790 (java) S 1785 1788 30942 0 -1 1077944384 15893 0 0 0 1398 10 0 0 20 0 16 0 95646998 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206549689376 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1791] ppid=1785 vsize=10690804 memory=7955668 CPUtime=316.31 cores=0,2,4,6
/proc/1788/task/1791/stat : 1791 (java) S 1785 1788 30942 0 -1 1077944384 23862 0 0 0 31494 137 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206471522960 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1792] ppid=1785 vsize=10690804 memory=7955668 CPUtime=316.53 cores=0,2,4,6
/proc/1788/task/1792/stat : 1792 (java) S 1785 1788 30942 0 -1 1077944384 17701 0 0 0 31502 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206470470160 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1793] ppid=1785 vsize=10690804 memory=7955660 CPUtime=315.75 cores=0,2,4,6
/proc/1788/task/1793/stat : 1793 (java) S 1785 1788 30942 0 -1 1077944384 18389 0 0 0 31416 159 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206469417360 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1794] ppid=1785 vsize=10690804 memory=7955636 CPUtime=315.36 cores=0,2,4,6
/proc/1788/task/1794/stat : 1794 (java) S 1785 1788 30942 0 -1 1077944384 27047 0 0 0 31385 151 0 0 20 0 16 0 95646999 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206468364560 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1795] ppid=1785 vsize=10690804 memory=7955532 CPUtime=31.61 cores=0,2,4,6
/proc/1788/task/1795/stat : 1795 (java) R 1785 1788 30942 0 -1 4202560 67217 0 0 0 3156 5 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206037464512 140206530445204 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1796] ppid=1785 vsize=10690804 memory=7954668 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1796/stat : 1796 (java) S 1785 1788 30942 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206036412000 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1797] ppid=1785 vsize=10690804 memory=7955672 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1797/stat : 1797 (java) S 1785 1788 30942 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95647001 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206035359104 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1798] ppid=1785 vsize=10690804 memory=7955672 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1798/stat : 1798 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206034307408 140206545467291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1799] ppid=1785 vsize=10690804 memory=7955636 CPUtime=0.68 cores=0,2,4,6
/proc/1788/task/1799/stat : 1799 (java) S 1785 1788 30942 0 -1 1077944384 2171 0 0 0 68 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206033254528 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1800] ppid=1785 vsize=10690804 memory=27552 CPUtime=0.69 cores=0,2,4,6
/proc/1788/task/1800/stat : 1800 (java) S 1785 1788 30942 0 -1 1077944384 1818 0 0 0 69 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206032202016 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1801] ppid=1785 vsize=10690804 memory=7955668 CPUtime=0.38 cores=0,2,4,6
/proc/1788/task/1801/stat : 1801 (java) S 1785 1788 30942 0 -1 1077944384 4498 0 0 0 38 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206031144080 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1802] ppid=1785 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1802/stat : 1802 (java) S 1785 1788 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206030096608 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1803] ppid=1785 vsize=10690804 memory=4140 CPUtime=0.26 cores=0,2,4,6
/proc/1788/task/1803/stat : 1803 (java) S 1785 1788 30942 0 -1 1077944384 674 0 0 0 16 10 0 0 20 0 16 0 95647004 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206029044912 140206545459842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
[pid=1788/tid=1817] ppid=1785 vsize=10690804 memory=27552 CPUtime=0 cores=0,2,4,6
/proc/1788/task/1817/stat : 1817 (java) S 1785 1788 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95679664 10947383296 1988918 33554432000 4194304 4196468 140729373521040 140206025893200 140206545458901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16310272 140729373525126 140729373525279 140729373525279 140729373528015 0
Current children cumulated CPU time: 1311.74 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7955672 KiB

Child status: 0
Real time (s): 365.395
CPU time (s): 1311.85
CPU user time (s): 1305.63
CPU system time (s): 6.22105
CPU usage (%): 359.022
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 7955672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.63
system time used= 6.22105
maximum resident set size= 7956044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19427
involuntary context switches= 11722


# summary of solver processes directly reported to runsolver:
#   pid: 1788
#   total CPU time (s): 1311.85
#   total CPU user time (s): 1305.63
#   total CPU system time (s): 6.22105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29473 second user time and 3.59224 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:45:33
IDJOB=4262931
IDBENCH=126232
IDSOLVER=2651
FILE ID=node114/4262931-1502625592
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

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

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=765198416

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        20036272 kB
MemAvailable:   24921732 kB
Buffers:          148932 kB
Cached:          5026508 kB
SwapCached:            0 kB
Active:          7441484 kB
Inactive:        4847648 kB
Active(anon):    7116184 kB
Inactive(anon):    25036 kB
Active(file):     325300 kB
Inactive(file):  4822612 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1784 kB
Writeback:             0 kB
AnonPages:       7119732 kB
Mapped:            55196 kB
Shmem:             25224 kB
Slab:             132264 kB
SReclaimable:     106764 kB
SUnreclaim:        25500 kB
KernelStack:        3568 kB
PageTables:        18792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8655292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6950912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 13:51:39