Trace number 4262918

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? 1686.79 455.832

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-17-a3.xml
MD5SUM1a474c72a1f7224eb7c0241d7ff915ce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark223
Best CPU time to get the best result obtained on this benchmark20031.1
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of constraints139
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":136},{"size":501,"count":17}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":153},{"degree":2,"count":136},{"degree":17,"count":15},{"degree":18,"count":2}]
Minimum constraint arity1
Maximum constraint arity136
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":136},{"arity":17,"count":1},{"arity":136,"count":1}]
Number of extensional constraints0
Number of intensional constraints137
Distribution of constraint types[{"type":"intension","count":137},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262918-1502625516/watcher-4262918-1502625516 -o /tmp/evaluation-result-4262918-1502625516/solver-4262918-1502625516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262918-1502625516.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=2497, runsolver pid=2494

[startup+0.100058 s]*
/proc/loadavg: 4.57 4.32 3.99 7/215 2512
/proc/meminfo: memFree=20227180/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10555400 memory=30572 CPUtime=0.12 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 6689 0 0 0 11 1 0 0 20 0 15 0 95639483 10808729600 7643 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2638850 7643 2809 1 0 2627263 0
[pid=2497/tid=2499] ppid=2494 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) R 2494 2497 31095 0 -1 4202560 4542 0 0 0 8 1 0 0 20 0 15 0 95639483 10808729600 7643 33554432000 4194304 4196468 140735846282656 140230196312000 140230176171358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 7643 33554432000 4194304 4196468 140735846282656 140230148643856 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 7643 33554432000 4194304 4196468 140735846282656 140230147591312 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 7643 33554432000 4194304 4196468 140735846282656 140230146538256 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229796092816 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229751818480 140230192102018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229750764704 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229749711600 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0.02 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) R 2494 2497 31095 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229745502704 140230192112218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 7643 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30572 KiB

[startup+0.210478 s]*
/proc/loadavg: 4.57 4.32 3.99 6/215 2512
/proc/meminfo: memFree=20218992/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10555400 memory=39608 CPUtime=0.29 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 7961 0 0 0 27 2 0 0 20 0 15 0 95639483 10808729600 9902 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2638850 9902 2941 1 0 2627263 0
[pid=2497/tid=2499] ppid=2494 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) R 2494 2497 31095 0 -1 4202560 5203 0 0 0 18 1 0 0 20 0 15 0 95639483 10808729600 9902 33554432000 4194304 4196468 140735846282656 140230196323216 140230192102806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 9902 33554432000 4194304 4196468 140735846282656 140230148643856 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10555400 memory=3547066257243186848 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 9902 33554432000 4194304 4196468 140735846282656 140230147591312 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 9902 33554432000 4194304 4196468 140735846282656 140230146538256 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639484 10808729600 9902 33554432000 4194304 4196468 140735846282656 140229796092816 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 9902 33554432000 4194304 4196468 140735846282656 140229751818480 140230192102018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 9902 33554432000 4194304 4196468 140735846282656 140229750764704 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95639486 10808729600 9902 33554432000 4194304 4196468 140735846282656 140229749711600 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 9902 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 15 0 95639489 10808729600 9912 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 95639489 10808729600 9912 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0.05 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) R 2494 2497 31095 0 -1 4202560 782 0 0 0 5 0 0 0 20 0 15 0 95639489 10808729600 9912 33554432000 4194304 4196468 140735846282656 140229745502704 140230171043744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 9912 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10555400 memory=140482218632832 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639489 10808729600 9912 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39608 KiB

[startup+0.313369 s]*
/proc/loadavg: 4.57 4.32 3.99 7/215 2512
/proc/meminfo: memFree=20212788/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10555476 memory=45784 CPUtime=0.53 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 8533 0 0 0 50 3 0 0 20 0 15 0 95639483 10808807424 11446 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2638869 11446 3008 1 0 2627263 0
[pid=2497/tid=2499] ppid=2494 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) R 2494 2497 31095 0 -1 4202560 5560 0 0 0 28 2 0 0 20 0 15 0 95639483 10808807424 11446 33554432000 4194304 4196468 140735846282656 140230196319440 140230176134501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 11446 33554432000 4194304 4196468 140735846282656 140230148643856 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10555476 memory=140482218690848 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 11446 33554432000 4194304 4196468 140735846282656 140230147591312 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 11446 33554432000 4194304 4196468 140735846282656 140230146538256 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229796092816 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10555476 memory=140482218697760 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229751818480 140230192102018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229750764704 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229749711600 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) R 2494 2497 31095 0 -1 4202560 574 0 0 0 4 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229747608304 140230171423184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10555476 memory=140482072137231 CPUtime=0.03 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) R 2494 2497 31095 0 -1 1077944384 156 0 0 0 3 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10555476 memory=140482218635236 CPUtime=0.13 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) R 2494 2497 31095 0 -1 4202560 885 0 0 0 13 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229745500496 140230170459713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10555476 memory=140482072141775 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10555476 memory=280964290791360 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 11446 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45784 KiB

[startup+0.701252 s]
/proc/loadavg: 4.57 4.32 3.99 8/215 2512
/proc/meminfo: memFree=20067756/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10555476 memory=194764 CPUtime=1.6 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 10763 0 0 0 151 9 0 0 20 0 15 0 95639483 10808807424 48691 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2638869 48691 3097 1 0 2627263 0
[pid=2497/tid=2499] ppid=2494 vsize=10555476 memory=2372 CPUtime=0.65 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) R 2494 2497 31095 0 -1 4202560 5876 0 0 0 61 4 0 0 20 0 15 0 95639483 10808807424 48691 33554432000 4194304 4196468 140735846282656 140230196322024 140229829263445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) S 2494 2497 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 48691 33554432000 4194304 4196468 140735846282656 140230148643856 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10555476 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) S 2494 2497 31095 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 48691 33554432000 4194304 4196468 140735846282656 140230147591312 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) S 2494 2497 31095 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 95639484 10808807424 48691 33554432000 4194304 4196468 140735846282656 140230146538256 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10555476 memory=16448 CPUtime=0.01 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) S 2494 2497 31095 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 95639484 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229796092816 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229751818480 140230192102018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229750764704 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229749711600 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10555476 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) R 2494 2497 31095 0 -1 4202560 1339 0 0 0 32 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229747589320 140230171744849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10555476 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) R 2494 2497 31095 0 -1 4202560 910 0 0 0 32 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229746543312 140230169685649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) S 2494 2497 31095 0 -1 1077944384 1115 0 0 0 20 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229745502704 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95639489 10808807424 48691 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 194764 KiB

[startup+1.50126 s]
/proc/loadavg: 4.57 4.32 3.99 3/215 2512
/proc/meminfo: memFree=19969152/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10555476 memory=593020 CPUtime=3.69 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 12329 0 0 0 326 43 0 0 20 0 15 0 95639483 10808807424 148255 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2638869 148255 3120 1 0 2627263 0
[pid=2497/tid=2499] ppid=2494 vsize=10555476 memory=3467830215700592956 CPUtime=1.07 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) S 2494 2497 31095 0 -1 1077944384 5937 0 0 0 101 6 0 0 20 0 15 0 95639483 10808807424 148255 33554432000 4194304 4196468 140735846282656 140230196324528 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10555476 memory=288192 CPUtime=0.39 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) R 2494 2497 31095 0 -1 4202560 346 0 0 0 30 9 0 0 20 0 15 0 95639484 10808807424 148255 33554432000 4194304 4196468 140735846282656 140230148644056 140230176788646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10555476 memory=2241 CPUtime=0.38 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) R 2494 2497 31095 0 -1 4202560 206 0 0 0 30 8 0 0 20 0 15 0 95639484 10808807424 148255 33554432000 4194304 4196468 140735846282656 140230147591512 140230173687600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10555476 memory=1420 CPUtime=0.38 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) R 2494 2497 31095 0 -1 4202560 306 0 0 0 30 8 0 0 20 0 15 0 95639484 10808807424 148255 33554432000 4194304 4196468 140735846282656 140230146538256 140230173686694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10555476 memory=15872 CPUtime=0.38 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) R 2494 2497 31095 0 -1 4202560 573 0 0 0 30 8 0 0 20 0 15 0 95639484 10808807424 148255 33554432000 4194304 4196468 140735846282656 140229796092816 140230173644496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95639486 10808807424 148255 33554432000 4194304 4196468 140735846282656 140229751816800 140230192101077 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0

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

/proc/2497/task/2499/stat : 2499 (java) S 2494 2497 31095 0 -1 1077944384 17517 0 0 0 1492 15 0 0 20 0 16 0 95639483 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140230196331552 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10690804 memory=8016716 CPUtime=408.66 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) R 2494 2497 31095 0 -1 4202560 107265 0 0 0 40666 200 0 0 20 0 16 0 95639484 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140230148644056 140230177041476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10690804 memory=3148 CPUtime=406.49 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) R 2494 2497 31095 0 -1 4202560 141091 0 0 0 40444 205 0 0 20 0 16 0 95639484 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140230147591200 140230176788623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10690804 memory=8180100 CPUtime=407.06 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) R 2494 2497 31095 0 -1 4202560 152049 0 0 0 40510 196 0 0 20 0 16 0 95639484 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140230146538456 140230173687519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=406.79 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) R 2494 2497 31095 0 -1 4202560 110898 0 0 0 40479 200 0 0 20 0 16 0 95639484 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229796093016 140230177041998 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10690804 memory=2428 CPUtime=23.13 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 119415 0 0 0 2308 5 0 0 20 0 16 0 95639486 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229751816800 140230192101077 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229750764768 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10690804 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229749711616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10690804 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10690804 memory=952 CPUtime=0.46 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 1980 0 0 0 46 0 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10690804 memory=8016716 CPUtime=0.44 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 1952 0 0 0 44 0 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10690804 memory=8016716 CPUtime=0.29 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) S 2494 2497 31095 0 -1 1077944384 3579 0 0 0 28 1 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229745497616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10690804 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10690804 memory=15818885064557964 CPUtime=0.18 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 16 0 95639489 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2601] ppid=2494 vsize=10690804 memory=6935054825532540783 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2601/stat : 2601 (java) S 2494 2497 31095 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 16 0 95676259 10947383296 2004191 33554432000 4194304 4196468 140735846282656 140229673465264 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 1668.67 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8016764 KiB

[startup+454.401 s]
/proc/loadavg: 7.99 6.89 5.35 9/217 2603
/proc/meminfo: memFree=12473140/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10690804 memory=8016768 CPUtime=1681.39 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 661100 0 0 0 167310 829 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2672701 2004192 3179 1 0 2661057 0
[pid=2497/tid=2499] ppid=2494 vsize=10690804 memory=8016716 CPUtime=15.07 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) S 2494 2497 31095 0 -1 1077944384 17517 0 0 0 1492 15 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230196331552 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10690804 memory=1296 CPUtime=411.84 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) R 2494 2497 31095 0 -1 4202560 107265 0 0 0 40984 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230148643744 140230177087275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=409.68 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) R 2494 2497 31095 0 -1 4202560 141131 0 0 0 40763 205 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230147591512 140230176790256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10690804 memory=-6295284990700115843 CPUtime=410.25 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) R 2494 2497 31095 0 -1 4202560 152052 0 0 0 40829 196 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230146538456 140230176548502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10690804 memory=8016712 CPUtime=409.94 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) R 2494 2497 31095 0 -1 4202560 111126 0 0 0 40794 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229796092816 140230177087252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10690804 memory=4140 CPUtime=23.13 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 122059 0 0 0 2308 5 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229751817024 140230192101077 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10690804 memory=27652 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229750764768 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10690804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229749711616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10690804 memory=4048 CPUtime=0.46 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 1980 0 0 0 46 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10690804 memory=1236 CPUtime=0.44 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 1952 0 0 0 44 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) S 2494 2497 31095 0 -1 1077944384 3579 0 0 0 28 1 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229745497616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10690804 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10690804 memory=644 CPUtime=0.18 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2601] ppid=2494 vsize=10690804 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2601/stat : 2601 (java) S 2494 2497 31095 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 16 0 95676259 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229673465264 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 1681.39 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8016768 KiB

[startup+455.201 s]
/proc/loadavg: 7.99 6.89 5.35 9/217 2603
/proc/meminfo: memFree=12473140/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10690804 memory=8016768 CPUtime=1684.57 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 661533 0 0 0 167628 829 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2672701 2004192 3179 1 0 2661057 0
[pid=2497/tid=2499] ppid=2494 vsize=10690804 memory=16448 CPUtime=15.07 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) S 2494 2497 31095 0 -1 1077944384 17517 0 0 0 1492 15 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230196331552 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10690804 memory=15500 CPUtime=412.63 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) R 2494 2497 31095 0 -1 4202560 107265 0 0 0 41063 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230148643744 140230177087275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10690804 memory=4048 CPUtime=410.48 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) R 2494 2497 31095 0 -1 4202560 141131 0 0 0 40843 205 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230147591512 140230177087380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10690804 memory=1236 CPUtime=411.05 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) R 2494 2497 31095 0 -1 4202560 152052 0 0 0 40909 196 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230146538456 140230176789687 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10690804 memory=-7035114785800479027 CPUtime=410.74 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) R 2494 2497 31095 0 -1 4202560 111559 0 0 0 40874 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229796092816 140230177087445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10690804 memory=27652 CPUtime=23.13 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 122059 0 0 0 2308 5 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229751817024 140230192101077 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229750764768 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229749711616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10690804 memory=952 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10690804 memory=8016768 CPUtime=0.46 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 1980 0 0 0 46 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10690804 memory=4140 CPUtime=0.44 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 1952 0 0 0 44 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10690804 memory=27652 CPUtime=0.29 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) S 2494 2497 31095 0 -1 1077944384 3579 0 0 0 28 1 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229745497616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10690804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10690804 memory=2428 CPUtime=0.18 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2601] ppid=2494 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2601/stat : 2601 (java) S 2494 2497 31095 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 16 0 95676259 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229673465264 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 1684.57 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8016768 KiB

[startup+455.601 s]
/proc/loadavg: 7.99 6.89 5.35 9/217 2603
/proc/meminfo: memFree=12473140/32770624 swapFree=67108860/67108860
[pid=2497] ppid=2494 vsize=10690804 memory=8016768 CPUtime=1686.16 cores=0,2,4,6
/proc/2497/stat : 2497 (java) S 2494 2497 31095 0 -1 1077944320 661533 0 0 0 167787 829 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140735846265200 140230192090871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
/proc/2497/statm: 2672701 2004192 3179 1 0 2661057 0
[pid=2497/tid=2499] ppid=2494 vsize=10690804 memory=8112282956445269571 CPUtime=15.07 cores=0,2,4,6
/proc/2497/task/2499/stat : 2499 (java) S 2494 2497 31095 0 -1 1077944384 17517 0 0 0 1492 15 0 0 20 0 16 0 95639483 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230196331552 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2500] ppid=2494 vsize=10690804 memory=11008 CPUtime=413.03 cores=0,2,4,6
/proc/2497/task/2500/stat : 2500 (java) R 2494 2497 31095 0 -1 4202560 107265 0 0 0 41103 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230148643744 140230177087424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2501] ppid=2494 vsize=10690804 memory=1228 CPUtime=410.87 cores=0,2,4,6
/proc/2497/task/2501/stat : 2501 (java) R 2494 2497 31095 0 -1 4202560 141131 0 0 0 40882 205 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230147591120 140230184719079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2502] ppid=2494 vsize=10690804 memory=4140 CPUtime=411.44 cores=0,2,4,6
/proc/2497/task/2502/stat : 2502 (java) R 2494 2497 31095 0 -1 4202560 152052 0 0 0 40948 196 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140230146538064 140230184719079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2503] ppid=2494 vsize=10690804 memory=27652 CPUtime=411.14 cores=0,2,4,6
/proc/2497/task/2503/stat : 2503 (java) R 2494 2497 31095 0 -1 4202560 111559 0 0 0 40914 200 0 0 20 0 16 0 95639484 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229796092816 140230184719079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2504] ppid=2494 vsize=10690804 memory=1296 CPUtime=23.13 cores=0,2,4,6
/proc/2497/task/2504/stat : 2504 (java) S 2494 2497 31095 0 -1 1077944384 122059 0 0 0 2308 5 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229751817024 140230192101077 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2505] ppid=2494 vsize=10690804 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2505/stat : 2505 (java) S 2494 2497 31095 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229750764768 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2506] ppid=2494 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2506/stat : 2506 (java) S 2494 2497 31095 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 95639486 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229749711616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2507] ppid=2494 vsize=10690804 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2507/stat : 2507 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229748660176 140230192109467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2508] ppid=2494 vsize=10690804 memory=796 CPUtime=0.46 cores=0,2,4,6
/proc/2497/task/2508/stat : 2508 (java) S 2494 2497 31095 0 -1 1077944384 1980 0 0 0 46 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229747608304 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2509] ppid=2494 vsize=10690804 memory=1952 CPUtime=0.44 cores=0,2,4,6
/proc/2497/task/2509/stat : 2509 (java) S 2494 2497 31095 0 -1 1077944384 1952 0 0 0 44 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229746555760 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2510] ppid=2494 vsize=10690804 memory=1200 CPUtime=0.29 cores=0,2,4,6
/proc/2497/task/2510/stat : 2510 (java) S 2494 2497 31095 0 -1 1077944384 3579 0 0 0 28 1 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229745497616 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2511] ppid=2494 vsize=10690804 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2511/stat : 2511 (java) S 2494 2497 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229744450400 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2512] ppid=2494 vsize=10690804 memory=5516 CPUtime=0.18 cores=0,2,4,6
/proc/2497/task/2512/stat : 2512 (java) S 2494 2497 31095 0 -1 1077944384 559 0 0 0 11 7 0 0 20 0 16 0 95639489 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229675575856 140230192102018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
[pid=2497/tid=2601] ppid=2494 vsize=10690804 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/2497/task/2601/stat : 2601 (java) S 2494 2497 31095 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 16 0 95676259 10947383296 2004192 33554432000 4194304 4196468 140735846282656 140229673465264 140230192101077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33918976 140735846290566 140735846290719 140735846290719 140735846293455 0
Current children cumulated CPU time: 1686.16 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8016768 KiB

[startup+455.801 s]*
/proc/loadavg: 7.99 6.89 5.35 6/203 2603
/proc/meminfo: memFree=15559612/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): 455.832
CPU time (s): 1686.79
CPU user time (s): 1678.45
CPU system time (s): 8.34525
CPU usage (%): 370.047
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8016768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1678.45
system time used= 8.34525
maximum resident set size= 8016808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28025
involuntary context switches= 46605


# summary of solver processes directly reported to runsolver:
#   pid: 2497
#   total CPU time (s): 1686.79
#   total CPU user time (s): 1678.45
#   total CPU system time (s): 8.34525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.83065 second user time and 4.30202 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:44:17
IDJOB=4262918
IDBENCH=126223
IDSOLVER=2651
FILE ID=node104/4262918-1502625516
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-17-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262918-1502625516/watcher-4262918-1502625516 -o /tmp/evaluation-result-4262918-1502625516/solver-4262918-1502625516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262918-1502625516.xml

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

MD5SUM BENCH= 1a474c72a1f7224eb7c0241d7ff915ce
RANDOM SEED=912627319

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20246288 kB
MemAvailable:   23553724 kB
Buffers:          149540 kB
Cached:          3439812 kB
SwapCached:            0 kB
Active:          8755892 kB
Inactive:        3304544 kB
Active(anon):    8473708 kB
Inactive(anon):    25024 kB
Active(file):     282184 kB
Inactive(file):  3279520 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       8477312 kB
Mapped:            55084 kB
Shmem:             25228 kB
Slab:             148416 kB
SReclaimable:     123132 kB
SUnreclaim:        25284 kB
KernelStack:        3520 kB
PageTables:        21712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8218624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:51:53