Trace number 4289778

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 2018-07-11? 1459.8 409.161

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order30_c18.xml
MD5SUM2f5cbdca11052f8d5a6d32bd8b795ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark303.273
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints26100
Number of domains1
Minimum domain size900
Maximum domain size900
Distribution of domain sizes[{"size":900,"count":900}]
Minimum variable degree59
Maximum variable degree59
Distribution of variable degrees[{"degree":59,"count":900}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":26100}]
Number of extensional constraints0
Number of intensional constraints26100
Distribution of constraint types[{"type":"intension","count":26100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1372.26/385.39	Jul 22, 2018 12:45:20 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1372.26/385.39	INFO: Runtime exception
1372.26/385.39	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1372.26/385.39		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1372.26/385.39		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1372.26/385.39		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1372.26/385.39		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1372.26/385.39		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1372.26/385.39		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1372.26/385.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1372.26/385.39		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1372.26/385.39		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1372.26/385.39		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1372.26/385.39		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1372.26/385.39		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1372.26/385.39		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1372.26/385.39		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1372.26/385.39	Caused by: java.lang.reflect.InvocationTargetException
1372.26/385.39		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1372.26/385.39		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.26/385.39		at java.lang.reflect.Method.invoke(Method.java:498)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1372.26/385.39		... 21 more
1372.26/385.39	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1372.26/385.39		... 25 more
1372.26/385.39	Caused by: java.lang.reflect.InvocationTargetException
1372.26/385.39		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1372.26/385.39		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.26/385.39		at java.lang.reflect.Method.invoke(Method.java:498)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1372.26/385.39		... 25 more
1372.26/385.39	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1372.26/385.39		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1372.26/385.39		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1372.26/385.39		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1372.26/385.39		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1372.26/385.39		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1372.26/385.39		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1372.26/385.39		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1372.26/385.39		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1372.26/385.39		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1372.26/385.39		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1372.26/385.39		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1372.26/385.39		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.26/385.39		at java.lang.reflect.Method.invoke(Method.java:498)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1372.26/385.39		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1372.26/385.39		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.26/385.39		at java.lang.reflect.Method.invoke(Method.java:498)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1372.26/385.39		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1372.26/385.39		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1372.26/385.39		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1372.26/385.39		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1372.26/385.39		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1372.26/385.39		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1372.26/385.39		at org.xcsp.parser.XCallbacks$$Lambda$83/2038148563.accept(Unknown Source)
1372.26/385.39		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1372.26/385.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1372.26/385.39		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1372.26/385.39	
1459.64/409.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1459.64/409.10	c This is free software under the dual EPL/GNU LGPL licenses.
1459.64/409.10	c See www.sat4j.org for details.
1459.64/409.10	c That software uses the Rhino library from the Mozilla project.
1459.64/409.10	c version 2.3.6-SNAPSHOT
1459.64/409.10	c java.runtime.name	Java(TM) SE Runtime Environment
1459.64/409.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1459.64/409.10	c java.vm.version	25.131-b11
1459.64/409.10	c java.vm.vendor	Oracle Corporation
1459.64/409.10	c sun.arch.data.model	64
1459.64/409.10	c java.version		1.8.0_131
1459.64/409.10	c os.name		Linux
1459.64/409.10	c os.version		3.10.0-514.16.1.el7.x86_64
1459.64/409.10	c os.arch		amd64
1459.64/409.10	c Free memory 		499604488
1459.64/409.10	c Max memory 		7247757312
1459.64/409.10	c Total memory 		504889344
1459.64/409.10	c Number of processors 	4
1459.64/409.10	c c --- Begin Solver configuration ---
1459.64/409.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1459.64/409.10	c Learn all clauses as in MiniSAT
1459.64/409.10	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1459.64/409.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1459.64/409.10	c No reason simplification
1459.64/409.10	c Glucose 2.1 dynamic restart strategy
1459.64/409.10	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
1459.64/409.10	c timeout=2147483s
1459.64/409.10	c DB Simplification allowed=false
1459.64/409.10	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1459.64/409.10	c --- End Solver configuration ---
1459.64/409.10	c starts		: 0
1459.64/409.10	c conflicts		: 0
1459.64/409.10	c decisions		: 0
1459.64/409.10	c propagations		: 0
1459.64/409.10	c inspects		: 0
1459.64/409.10	c shortcuts		: 0
1459.64/409.10	c learnt literals	: 0
1459.64/409.10	c learnt binary clauses	: 0
1459.64/409.10	c learnt ternary clauses	: 0
1459.64/409.10	c learnt constraints	: 0
1459.64/409.10	c ignored constraints	: 0
1459.64/409.10	c root simplifications	: 0
1459.64/409.10	c removed literals (reason simplification)	: 0
1459.64/409.10	c reason swapping (by a shorter reason)	: 0
1459.64/409.10	c Calls to reduceDB	: 0
1459.64/409.10	c Number of update (reduction) of LBD	: 0
1459.64/409.10	c Imported unit clauses	: 0
1459.64/409.10	c number of reductions to clauses (during analyze)	: 0
1459.64/409.10	c number of learned constraints concerned by reduction	: 0
1459.64/409.10	c number of learning phase by resolution	: 0
1459.64/409.10	c number of learning phase by cutting planes	: 0
1459.64/409.10	c number of rounding to 1 operations	: 0
1459.64/409.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1459.64/409.10	c number of reductions of the coefficients by power 2 	: 0
1459.64/409.10	c number of right shift for reduction by power 2 	: 0
1459.64/409.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
1459.64/409.10	c number of ending skipping 	: 0
1459.64/409.10	c number of internal skipping 	: 0
1459.64/409.10	c number of derivation steps 	: 0
1459.64/409.10	c number of skipped derivation steps 	: 0
1459.64/409.10	c number of remaining unassigned 	: 0
1459.64/409.10	c number of remaining assigned 	: 0
1459.64/409.10	c speed (assignments/second)	: 0.0
1459.64/409.10	c non guided choices	: 0
1459.64/409.10	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 (4888 MiB free)
  memory of node 1: 16384 MiB (14112 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289778-1532212735/watcher-4289778-1532212735 -o /tmp/evaluation-result-4289778-1532212735/solver-4289778-1532212735 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289778-1532212735.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=26580, runsolver pid=26577

[startup+0.103446 s]*
/proc/loadavg: 2.03 2.03 2.05 3/216 26595
/proc/meminfo: memFree=19438272/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10659012 memory=30868 CPUtime=0.13 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 6802 0 0 0 12 1 0 0 20 0 15 0 38836754 10914828288 7717 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2664753 7717 2843 1 0 2627263 0
[pid=26580/tid=26582] ppid=26577 vsize=10659012 memory=-8773748148829851515 CPUtime=0.1 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) R 26577 26580 23514 0 -1 4202560 4639 0 0 0 9 1 0 0 20 0 15 0 38836754 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937746872624 139937742673053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937046793072 139937742662274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937045739040 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937044686192 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937042581872 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937041529072 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0.02 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937040476272 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 7717 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30868 KiB

[startup+0.21037 s]*
/proc/loadavg: 2.11 2.05 2.05 4/216 26595
/proc/meminfo: memFree=19430456/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10659012 memory=40748 CPUtime=0.32 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 7824 0 0 0 31 1 0 0 20 0 15 0 38836754 10914828288 10187 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2664753 10187 2960 1 0 2627263 0
[pid=26580/tid=26582] ppid=26577 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) R 26577 26580 23514 0 -1 4202560 5022 0 0 0 19 1 0 0 20 0 15 0 38836754 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937746887408 139937742673053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10659012 memory=140167631596216 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937046793072 139937742662274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937045739040 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937044686192 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937042581872 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937041529072 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0.07 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) R 26577 26580 23514 0 -1 4202560 661 0 0 0 7 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937040476272 139937726731614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 10187 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40748 KiB

[startup+0.31032 s]*
/proc/loadavg: 2.11 2.05 2.05 5/216 26595
/proc/meminfo: memFree=19415444/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10659012 memory=54420 CPUtime=0.59 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 9690 0 0 0 57 2 0 0 20 0 15 0 38836754 10914828288 13605 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2664753 13605 3047 1 0 2627263 0
[pid=26580/tid=26582] ppid=26577 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) R 26577 26580 23514 0 -1 4202560 5358 0 0 0 29 1 0 0 20 0 15 0 38836754 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937746887248 139937742673053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10659012 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10659012 memory=140167631596199 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937046793072 139937742662274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937045739040 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836757 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937044686192 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) R 26577 26580 23514 0 -1 4202560 1014 0 0 0 7 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937042571448 139937726939895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) R 26577 26580 23514 0 -1 4202560 910 0 0 0 7 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937041509976 139937722306064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0.12 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) R 26577 26580 23514 0 -1 1077944384 1039 0 0 0 12 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937040476272 139937742662274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10659012 memory=140167631390336 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836760 10914828288 13605 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54420 KiB

[startup+0.705329 s]
/proc/loadavg: 2.11 2.05 2.05 5/216 26595
/proc/meminfo: memFree=19395528/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10659088 memory=122856 CPUtime=1.78 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 11588 0 0 0 174 4 0 0 20 0 15 0 38836754 10914906112 30714 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2664772 30714 3099 1 0 2627263 0
[pid=26580/tid=26582] ppid=26577 vsize=10659088 memory=254357828303674 CPUtime=0.67 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) R 26577 26580 23514 0 -1 4202560 5845 0 0 0 65 2 0 0 20 0 15 0 38836754 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937746885272 139937369251004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38836755 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836755 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38836757 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937046793072 139937742662274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38836757 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937045739040 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38836757 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937044686192 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) R 26577 26580 23514 0 -1 4202560 1623 0 0 0 40 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937042568096 139937727397112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10659088 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) R 26577 26580 23514 0 -1 4202560 1347 0 0 0 41 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937041517744 139937722313562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10659088 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 1401 0 0 0 26 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937040476272 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10659088 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38836760 10914906112 30714 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 122856 KiB

[startup+1.5008 s]
/proc/loadavg: 2.11 2.05 2.05 5/216 26595
/proc/meminfo: memFree=19274948/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10659088 memory=682460 CPUtime=4.13 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 14768 0 0 0 389 24 0 0 20 0 15 0 38836754 10914906112 170615 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2664772 170615 3145 1 0 2627263 0
[pid=26580/tid=26582] ppid=26577 vsize=10659088 memory=10799 CPUtime=1.28 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) R 26577 26580 23514 0 -1 4202560 6377 0 0 0 120 8 0 0 20 0 15 0 38836754 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937746888576 139937728719232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10659088 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 146 0 0 0 9 2 0 0 20 0 15 0 38836755 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10659088 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 282 0 0 0 9 3 0 0 20 0 15 0 38836755 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 365 0 0 0 12 3 0 0 20 0 15 0 38836755 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 210 0 0 0 12 4 0 0 20 0 15 0 38836755 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 38836757 10914906112 170615 33554432000 4194304 4196468 140721219802800 139937046793072 139937742662274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0

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

/proc/26580/task/26586/stat : 26586 (java) R 26577 26580 23514 0 -1 4202560 469339 0 0 0 34554 186 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937692113288 139937735279335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10794416 memory=8299432 CPUtime=37.67 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 88298 0 0 0 3763 4 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937046791616 139937742661333 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937045739104 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10794416 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937044685312 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10794416 memory=1704 CPUtime=1.25 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 4925 0 0 0 125 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937042581920 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10794416 memory=5520 CPUtime=1.28 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 3769 0 0 0 128 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937041528832 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10794416 memory=4612 CPUtime=0.48 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 5398 0 0 0 47 1 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937040471648 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10794416 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10794416 memory=1944 CPUtime=0.3 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 398 0 0 0 16 14 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26687] ppid=26577 vsize=10794416 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26687/stat : 26687 (java) S 26577 26580 23514 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937035218736 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26688] ppid=26577 vsize=10794416 memory=8364 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26688/stat : 26688 (java) S 26577 26580 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937034166928 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 1451.86 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8299432 KiB

[startup+408.001 s]*
/proc/loadavg: 4.49 4.00 2.96 6/218 26688
/proc/meminfo: memFree=13385192/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10794416 memory=8299432 CPUtime=1458.09 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 2565722 0 0 0 145069 740 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2698604 2074858 3214 1 0 2661057 0
[pid=26580/tid=26582] ppid=26577 vsize=10794416 memory=844 CPUtime=15.01 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) S 26577 26580 23514 0 -1 1077944384 46626 0 0 0 1469 32 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937746891808 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10794416 memory=4126316290023845779 CPUtime=351.52 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) R 26577 26580 23514 0 -1 4202560 755860 0 0 0 34985 167 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937695271688 139937735279335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10794416 memory=2200 CPUtime=350.02 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) R 26577 26580 23514 0 -1 4202560 594448 0 0 0 34830 172 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937694218968 139937727351010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10794416 memory=7892 CPUtime=351.51 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) R 26577 26580 23514 0 -1 4202560 595076 0 0 0 34982 169 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937693165776 139937735279335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10794416 memory=844 CPUtime=348.95 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) R 26577 26580 23514 0 -1 4202560 469339 0 0 0 34708 187 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937692113288 139937735279335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10794416 memory=1796 CPUtime=37.67 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) S 26577 26580 23514 0 -1 1077944384 88298 0 0 0 3763 4 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937046791616 139937742661333 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10794416 memory=916 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937045739104 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10794416 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937044685312 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10794416 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10794416 memory=2580 CPUtime=1.25 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 4925 0 0 0 125 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937042581920 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10794416 memory=4100 CPUtime=1.28 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 3769 0 0 0 128 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937041528832 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10794416 memory=1408 CPUtime=0.48 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 5398 0 0 0 47 1 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937040471648 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10794416 memory=3244 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10794416 memory=8299432 CPUtime=0.3 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 398 0 0 0 16 14 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26687] ppid=26577 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26687/stat : 26687 (java) S 26577 26580 23514 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937035218736 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26688] ppid=26577 vsize=10794416 memory=5288 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26688/stat : 26688 (java) S 26577 26580 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937034166928 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 1458.09 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8299432 KiB

[startup+408.801 s]
/proc/loadavg: 4.49 4.00 2.96 6/218 26688
/proc/meminfo: memFree=13385192/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10794416 memory=8299432 CPUtime=1459.43 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 2565850 0 0 0 145203 740 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2698604 2074858 3214 1 0 2661057 0
[pid=26580/tid=26582] ppid=26577 vsize=10794416 memory=6791534058613427641 CPUtime=15.01 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) S 26577 26580 23514 0 -1 1077944384 46626 0 0 0 1469 32 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937746891808 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10794416 memory=4126316290023845779 CPUtime=351.7 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 755860 0 0 0 35003 167 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10794416 memory=6791534058613427641 CPUtime=350.21 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 594448 0 0 0 34849 172 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10794416 memory=8364 CPUtime=351.69 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 595076 0 0 0 35000 169 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10794416 memory=792 CPUtime=349.14 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 469339 0 0 0 34727 187 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10794416 memory=1008 CPUtime=38.27 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) R 26577 26580 23514 0 -1 4202560 88426 0 0 0 3823 4 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937046791504 139937727647636 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10794416 memory=8299432 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937045739104 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10794416 memory=13928 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937044685312 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10794416 memory=2436 CPUtime=1.25 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 4925 0 0 0 125 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937042581920 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10794416 memory=1728 CPUtime=1.28 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 3769 0 0 0 128 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937041528832 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10794416 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 5398 0 0 0 47 1 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937040471648 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10794416 memory=9284 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10794416 memory=4052 CPUtime=0.3 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 398 0 0 0 16 14 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26687] ppid=26577 vsize=10794416 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26687/stat : 26687 (java) S 26577 26580 23514 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937035218736 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26688] ppid=26577 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26688/stat : 26688 (java) S 26577 26580 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937034166928 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 1459.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8299432 KiB

[startup+409.001 s]*
/proc/loadavg: 4.49 4.00 2.96 3/218 26688
/proc/meminfo: memFree=13385192/32770624 swapFree=67108860/67108860
[pid=26580] ppid=26577 vsize=10794416 memory=8299432 CPUtime=1459.64 cores=1,3,5,7
/proc/26580/stat : 26580 (java) S 26577 26580 23514 0 -1 1077944320 2565850 0 0 0 145224 740 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 140721219785344 139937742651127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
/proc/26580/statm: 2698604 2074858 3214 1 0 2661057 0
[pid=26580/tid=26582] ppid=26577 vsize=10794416 memory=6791534058613427641 CPUtime=15.01 cores=1,3,5,7
/proc/26580/task/26582/stat : 26582 (java) S 26577 26580 23514 0 -1 1077944384 46626 0 0 0 1469 32 0 0 20 0 17 0 38836754 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937746891808 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26583] ppid=26577 vsize=10794416 memory=4126316290023845779 CPUtime=351.7 cores=1,3,5,7
/proc/26580/task/26583/stat : 26583 (java) S 26577 26580 23514 0 -1 1077944384 755860 0 0 0 35003 167 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937695271568 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26584] ppid=26577 vsize=10794416 memory=0 CPUtime=350.21 cores=1,3,5,7
/proc/26580/task/26584/stat : 26584 (java) S 26577 26580 23514 0 -1 1077944384 594448 0 0 0 34849 172 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937694218768 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26585] ppid=26577 vsize=10794416 memory=0 CPUtime=351.69 cores=1,3,5,7
/proc/26580/task/26585/stat : 26585 (java) S 26577 26580 23514 0 -1 1077944384 595076 0 0 0 35000 169 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937693165968 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26586] ppid=26577 vsize=10794416 memory=0 CPUtime=349.14 cores=1,3,5,7
/proc/26580/task/26586/stat : 26586 (java) S 26577 26580 23514 0 -1 1077944384 469339 0 0 0 34727 187 0 0 20 0 17 0 38836755 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937692113168 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26587] ppid=26577 vsize=10794416 memory=0 CPUtime=38.48 cores=1,3,5,7
/proc/26580/task/26587/stat : 26587 (java) R 26577 26580 23514 0 -1 4202560 88426 0 0 0 3844 4 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937046791504 139937727647528 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26588] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26588/stat : 26588 (java) S 26577 26580 23514 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937045739104 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26589] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26589/stat : 26589 (java) S 26577 26580 23514 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 38836757 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937044685312 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26590] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26590/stat : 26590 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937043634512 139937742669723 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26591] ppid=26577 vsize=10794416 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/26580/task/26591/stat : 26591 (java) S 26577 26580 23514 0 -1 1077944384 4925 0 0 0 125 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937042581920 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26592] ppid=26577 vsize=10794416 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/26580/task/26592/stat : 26592 (java) S 26577 26580 23514 0 -1 1077944384 3769 0 0 0 128 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937041528832 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26593] ppid=26577 vsize=10794416 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/26580/task/26593/stat : 26593 (java) S 26577 26580 23514 0 -1 1077944384 5398 0 0 0 47 1 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937040471648 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26594] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26594/stat : 26594 (java) S 26577 26580 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937039423712 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26595] ppid=26577 vsize=10794416 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/26580/task/26595/stat : 26595 (java) S 26577 26580 23514 0 -1 1077944384 398 0 0 0 16 14 0 0 20 0 17 0 38836760 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937038372016 139937742662274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26687] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26687/stat : 26687 (java) S 26577 26580 23514 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937035218736 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
[pid=26580/tid=26688] ppid=26577 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26580/task/26688/stat : 26688 (java) S 26577 26580 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38875293 11053481984 2074858 33554432000 4194304 4196468 140721219802800 139937034166928 139937742661333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32567296 140721219810417 140721219810569 140721219810569 140721219813327 0
Current children cumulated CPU time: 1459.64 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8299432 KiB

[startup+409.11 s]*
/proc/loadavg: 4.49 4.00 2.96 3/203 26688
/proc/meminfo: memFree=14104080/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): 409.161
CPU time (s): 1459.8
CPU user time (s): 1452.34
CPU system time (s): 7.46152
CPU usage (%): 356.78
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8299432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1452.34
system time used= 7.46152
maximum resident set size= 8299540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2565904
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= 26071
involuntary context switches= 14734


# summary of solver processes directly reported to runsolver:
#   pid: 26580
#   total CPU time (s): 1459.8
#   total CPU user time (s): 1452.34
#   total CPU system time (s): 7.46152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.46965 second user time and 4.003 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 00:38:55
IDJOB=4289778
IDBENCH=141144
IDSOLVER=2742
FILE ID=node150/4289778-1532212735
RUNJOBID= node150-1532207966-25849
PBS_JOBID= 21018925
Free space on /tmp= 57248 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order30_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289778-1532212735/watcher-4289778-1532212735 -o /tmp/evaluation-result-4289778-1532212735/solver-4289778-1532212735 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289778-1532212735.xml

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

MD5SUM BENCH= 2f5cbdca11052f8d5a6d32bd8b795ba4
RANDOM SEED=347615059

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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.76
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.76
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.76
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:        19457644 kB
MemAvailable:   28944148 kB
Buffers:          220984 kB
Cached:          9478380 kB
SwapCached:            0 kB
Active:          4013676 kB
Inactive:        8730144 kB
Active(anon):    3047012 kB
Inactive(anon):    16868 kB
Active(file):     966664 kB
Inactive(file):  8713276 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:       3037420 kB
Mapped:            46956 kB
Shmem:             17032 kB
Slab:             262128 kB
SReclaimable:     235024 kB
SUnreclaim:        27104 kB
KernelStack:        3856 kB
PageTables:        11528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4336976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2922496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 00:45:44