Trace number 4289957

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? 1591.15 429.94

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-herbs_c18.xml
MD5SUMc28699084a36c5d45188c7cead550bcc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark97.6543
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints1021
Number of domains11
Minimum domain size2
Maximum domain size308
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":66,"count":60},{"size":77,"count":210},{"size":88,"count":120},{"size":99,"count":180},{"size":110,"count":120},{"size":165,"count":30},{"size":253,"count":120},{"size":281,"count":30},{"size":308,"count":60}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":1770},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":900},{"arity":30,"count":61}]
Number of extensional constraints0
Number of intensional constraints960
Distribution of constraint types[{"type":"intension","count":960},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289957-1532216827/watcher-4289957-1532216827 -o /tmp/evaluation-result-4289957-1532216827/solver-4289957-1532216827 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289957-1532216827.xml 

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

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=27943, runsolver pid=27940

[startup+0.100348 s]*
/proc/loadavg: 2.00 2.01 2.06 3/216 27958
/proc/meminfo: memFree=17871384/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10659012 memory=30548 CPUtime=0.12 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 6704 0 0 0 11 1 0 0 20 0 15 0 39245874 10914828288 7637 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2664753 7637 2844 1 0 2627263 0
[pid=27943/tid=27945] ppid=27940 vsize=10659012 memory=-8773748148830244990 CPUtime=0.08 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) R 27940 27943 24561 0 -1 4202560 4536 0 0 0 8 0 0 0 20 0 15 0 39245874 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122864970304 140122860760470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39245876 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122029799920 140122860759682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39245877 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122028746144 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39245877 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122027693552 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245879 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 39245879 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122025588720 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39245879 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122024536176 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 39245879 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122023483632 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245880 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245880 10914828288 7637 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210424 s]*
/proc/loadavg: 2.00 2.01 2.06 4/216 27958
/proc/meminfo: memFree=17859848/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10659012 memory=42124 CPUtime=0.32 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 8085 0 0 0 31 1 0 0 20 0 15 0 39245874 10914828288 10531 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2664753 10531 3008 1 0 2627263 0
[pid=27943/tid=27945] ppid=27940 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) R 27940 27943 24561 0 -1 4202560 5010 0 0 0 19 1 0 0 20 0 15 0 39245874 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122864984816 140122844792165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10659012 memory=288370238341367424 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39245876 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122029799920 140122860759682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39245877 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122028746144 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39245877 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122027693552 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245879 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 573 0 0 0 2 0 0 0 20 0 15 0 39245879 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122025588720 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 39245879 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122024536176 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0.07 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) R 27940 27943 24561 0 -1 4202560 661 0 0 0 7 0 0 0 20 0 15 0 39245879 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122023483632 140122839706442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245880 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10659012 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245880 10914828288 10531 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42124 KiB

[startup+0.310347 s]*
/proc/loadavg: 2.00 2.01 2.06 4/216 27958
/proc/meminfo: memFree=17850604/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10659088 memory=49088 CPUtime=0.52 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 8867 0 0 0 50 2 0 0 20 0 15 0 39245874 10914906112 12272 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2664772 12272 3050 1 0 2627263 0
[pid=27943/tid=27945] ppid=27940 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) R 27940 27943 24561 0 -1 4202560 5585 0 0 0 28 1 0 0 20 0 15 0 39245874 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122864975408 140122452524608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39245875 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10659088 memory=288370238341367424 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245875 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10659088 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39245876 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122029799920 140122860759682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39245877 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122028746144 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39245877 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122027693552 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245879 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) R 27940 27943 24561 0 -1 4202560 588 0 0 0 3 0 0 0 20 0 15 0 39245879 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122025588720 140122860760470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) R 27940 27943 24561 0 -1 4202560 576 0 0 0 4 0 0 0 20 0 15 0 39245879 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122024517192 140122844248653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10659088 memory=139862189655680 CPUtime=0.13 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) R 27940 27943 24561 0 -1 4202560 748 0 0 0 13 0 0 0 20 0 15 0 39245879 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122023483632 140122860769882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245880 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10659088 memory=139862189655680 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245880 10914906112 12272 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49088 KiB

[startup+0.701413 s]
/proc/loadavg: 2.00 2.01 2.06 6/216 27958
/proc/meminfo: memFree=17825852/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10659088 memory=342012 CPUtime=1.73 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 12910 0 0 0 163 10 0 0 20 0 15 0 39245874 10914906112 85503 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2664772 85503 3138 1 0 2627263 0
[pid=27943/tid=27945] ppid=27940 vsize=10659088 memory=1728 CPUtime=0.63 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) R 27940 27943 24561 0 -1 4202560 6073 0 0 0 58 5 0 0 20 0 15 0 39245874 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122864985616 140122846816640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10659088 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 39245875 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10659088 memory=11956 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 39245875 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10659088 memory=5520 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 15 0 39245875 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10659088 memory=792 CPUtime=0.02 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 15 0 39245875 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39245876 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122029799920 140122860759682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39245877 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122028746144 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39245877 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122027693552 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245879 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10659088 memory=7163631965283378496 CPUtime=0.31 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 1898 0 0 0 31 0 0 0 20 0 15 0 39245879 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122025588720 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10659088 memory=6083353102074538087 CPUtime=0.32 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) R 27940 27943 24561 0 -1 4202560 1648 0 0 0 32 0 0 0 20 0 15 0 39245879 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122024522200 140122839994383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10659088 memory=7151830906713428048 CPUtime=0.31 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 1608 0 0 0 31 0 0 0 20 0 15 0 39245879 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122023483632 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39245880 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39245880 10914906112 85503 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 342012 KiB

[startup+1.50076 s]
/proc/loadavg: 2.00 2.01 2.06 5/216 27958
/proc/meminfo: memFree=17247004/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10659088 memory=654836 CPUtime=3.56 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 14436 0 0 0 332 24 0 0 20 0 15 0 39245874 10914906112 163709 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2664772 163709 3147 1 0 2627263 0
[pid=27943/tid=27945] ppid=27940 vsize=10659088 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) R 27940 27943 24561 0 -1 4202560 6255 0 0 0 127 9 0 0 20 0 15 0 39245874 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122864969200 140122456839975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 141 0 0 0 6 2 0 0 20 0 15 0 39245875 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10659088 memory=-6509546260019855295 CPUtime=0.09 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 132 0 0 0 6 3 0 0 20 0 15 0 39245875 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10659088 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 136 0 0 0 6 2 0 0 20 0 15 0 39245875 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10659088 memory=4134692831991786133 CPUtime=0.1 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 142 0 0 0 7 3 0 0 20 0 15 0 39245875 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 39245876 10914906112 163709 33554432000 4194304 4196468 140727184932656 140122029799920 140122860759682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0

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

/proc/27943/task/27949/stat : 27949 (java) R 27940 27943 24561 0 -1 4202560 106385 0 0 0 38440 177 0 0 20 0 17 0 39245875 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122783664592 140122853376743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10794416 memory=1296 CPUtime=18.83 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 91517 0 0 0 1879 4 0 0 20 0 17 0 39245876 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122029798464 140122860758741 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122028746208 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122027692560 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10794416 memory=11956 CPUtime=0.92 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 4367 0 0 0 92 0 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122025588768 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10794416 memory=5520 CPUtime=0.9 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 4290 0 0 0 89 1 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122024535936 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10794416 memory=792 CPUtime=0.46 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 4857 0 0 0 45 1 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122023483680 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245880 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10794416 memory=1944 CPUtime=0.21 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 657 0 0 0 13 8 0 0 20 0 17 0 39245880 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28054] ppid=27940 vsize=10794416 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28054/stat : 28054 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122018225840 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28055] ppid=27940 vsize=10794416 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28055/stat : 28055 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122017174064 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 1582.4 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8318516 KiB

[startup+428.801 s]
/proc/loadavg: 4.94 4.08 3.00 6/218 28055
/proc/meminfo: memFree=11836552/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10794416 memory=8318516 CPUtime=1588.61 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 700288 0 0 0 158106 755 0 0 20 0 17 0 39245874 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2698604 2079629 3213 1 0 2661057 0
[pid=27943/tid=27945] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=13.79 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) S 27940 27943 24561 0 -1 1077944384 17606 0 0 0 1353 26 0 0 20 0 17 0 39245874 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122864989216 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10794416 memory=1004 CPUtime=386.43 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) R 27940 27943 24561 0 -1 4202560 126979 0 0 0 38445 198 0 0 20 0 17 0 39245875 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122786822536 140122853376743 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10794416 memory=11956 CPUtime=390.16 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) R 27940 27943 24561 0 -1 4202560 189930 0 0 0 38849 167 0 0 20 0 17 0 39245875 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122785769992 140122853376743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10794416 memory=5520 CPUtime=389.1 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) R 27940 27943 24561 0 -1 4202560 152007 0 0 0 38736 174 0 0 20 0 17 0 39245875 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122784717528 140122845738199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=387.72 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) R 27940 27943 24561 0 -1 4202560 106385 0 0 0 38594 178 0 0 20 0 17 0 39245875 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122783664592 140122853376743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=18.83 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) S 27940 27943 24561 0 -1 1077944384 91517 0 0 0 1879 4 0 0 20 0 17 0 39245876 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122029798464 140122860758741 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10794416 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122028746208 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10794416 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122027692560 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10794416 memory=8318516 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10794416 memory=8318516 CPUtime=0.92 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 4367 0 0 0 92 0 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122025588768 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10794416 memory=8318508 CPUtime=0.9 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 4290 0 0 0 89 1 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122024535936 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10794416 memory=8148 CPUtime=0.46 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 4857 0 0 0 45 1 0 0 20 0 17 0 39245879 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122023483680 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245880 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10794416 memory=1728 CPUtime=0.21 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 657 0 0 0 13 8 0 0 20 0 17 0 39245880 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28054] ppid=27940 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28054/stat : 28054 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122018225840 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28055] ppid=27940 vsize=10794416 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28055/stat : 28055 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079629 33554432000 4194304 4196468 140727184932656 140122017174064 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 1588.61 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8318516 KiB

[startup+429.601 s]
/proc/loadavg: 4.94 4.08 3.00 6/218 28055
/proc/meminfo: memFree=11836552/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10794416 memory=8318520 CPUtime=1590.81 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 700547 0 0 0 158325 756 0 0 20 0 17 0 39245874 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2698604 2079630 3213 1 0 2661057 0
[pid=27943/tid=27945] ppid=27940 vsize=10794416 memory=1296 CPUtime=13.79 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) S 27940 27943 24561 0 -1 1077944384 17606 0 0 0 1353 26 0 0 20 0 17 0 39245874 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122864989216 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10794416 memory=2428 CPUtime=386.89 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 126979 0 0 0 38491 198 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=390.62 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 189930 0 0 0 38895 167 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10794416 memory=640 CPUtime=389.59 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 152008 0 0 0 38785 174 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10794416 memory=8318516 CPUtime=388.18 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 106385 0 0 0 38640 178 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10794416 memory=1792 CPUtime=19.14 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) R 27940 27943 24561 0 -1 4202560 91775 0 0 0 1910 4 0 0 20 0 17 0 39245876 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122029798352 140122845744945 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10794416 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122028746208 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122027692560 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10794416 memory=11956 CPUtime=0.92 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 4367 0 0 0 92 0 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122025588768 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10794416 memory=5520 CPUtime=0.9 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 4290 0 0 0 89 1 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122024535936 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10794416 memory=792 CPUtime=0.46 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 4857 0 0 0 45 1 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122023483680 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245880 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10794416 memory=1944 CPUtime=0.21 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 657 0 0 0 13 8 0 0 20 0 17 0 39245880 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28054] ppid=27940 vsize=10794416 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28054/stat : 28054 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122018225840 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28055] ppid=27940 vsize=10794416 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28055/stat : 28055 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122017174064 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 1590.81 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8318520 KiB

[startup+429.801 s]
/proc/loadavg: 4.94 4.08 3.00 6/218 28055
/proc/meminfo: memFree=11836552/32770624 swapFree=67108860/67108860
[pid=27943] ppid=27940 vsize=10794416 memory=8318520 CPUtime=1591.01 cores=0,2,4,6
/proc/27943/stat : 27943 (java) S 27940 27943 24561 0 -1 1077944320 700547 0 0 0 158345 756 0 0 20 0 17 0 39245874 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140727184915200 140122860748535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
/proc/27943/statm: 2698604 2079630 3213 1 0 2661057 0
[pid=27943/tid=27945] ppid=27940 vsize=10794416 memory=6791534058613427641 CPUtime=13.79 cores=0,2,4,6
/proc/27943/task/27945/stat : 27945 (java) S 27940 27943 24561 0 -1 1077944384 17606 0 0 0 1353 26 0 0 20 0 17 0 39245874 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122864989216 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27946] ppid=27940 vsize=10794416 memory=1200 CPUtime=386.89 cores=0,2,4,6
/proc/27943/task/27946/stat : 27946 (java) S 27940 27943 24561 0 -1 1077944384 126979 0 0 0 38491 198 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122786822416 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27947] ppid=27940 vsize=10794416 memory=15872 CPUtime=390.62 cores=0,2,4,6
/proc/27943/task/27947/stat : 27947 (java) S 27940 27943 24561 0 -1 1077944384 189930 0 0 0 38895 167 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122785769872 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27948] ppid=27940 vsize=10794416 memory=9284 CPUtime=389.59 cores=0,2,4,6
/proc/27943/task/27948/stat : 27948 (java) S 27940 27943 24561 0 -1 1077944384 152008 0 0 0 38785 174 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122784717328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27949] ppid=27940 vsize=10794416 memory=4052 CPUtime=388.18 cores=0,2,4,6
/proc/27943/task/27949/stat : 27949 (java) S 27940 27943 24561 0 -1 1077944384 106385 0 0 0 38640 178 0 0 20 0 17 0 39245875 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122783664784 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27950] ppid=27940 vsize=10794416 memory=18444 CPUtime=19.34 cores=0,2,4,6
/proc/27943/task/27950/stat : 27950 (java) R 27940 27943 24561 0 -1 4202560 91775 0 0 0 1930 4 0 0 20 0 17 0 39245876 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122029798352 140122845744942 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27951] ppid=27940 vsize=10794416 memory=640 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27951/stat : 27951 (java) S 27940 27943 24561 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122028746208 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27952] ppid=27940 vsize=10794416 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27952/stat : 27952 (java) S 27940 27943 24561 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39245877 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122027692560 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27953] ppid=27940 vsize=10794416 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27953/stat : 27953 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122026642128 140122860767131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27954] ppid=27940 vsize=10794416 memory=960 CPUtime=0.92 cores=0,2,4,6
/proc/27943/task/27954/stat : 27954 (java) S 27940 27943 24561 0 -1 1077944384 4367 0 0 0 92 0 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122025588768 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27955] ppid=27940 vsize=10794416 memory=2340 CPUtime=0.9 cores=0,2,4,6
/proc/27943/task/27955/stat : 27955 (java) S 27940 27943 24561 0 -1 1077944384 4290 0 0 0 89 1 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122024535936 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27956] ppid=27940 vsize=10794416 memory=928 CPUtime=0.46 cores=0,2,4,6
/proc/27943/task/27956/stat : 27956 (java) S 27940 27943 24561 0 -1 1077944384 4857 0 0 0 45 1 0 0 20 0 17 0 39245879 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122023483680 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27957] ppid=27940 vsize=10794416 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/27943/task/27957/stat : 27957 (java) S 27940 27943 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39245880 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122022431328 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=27958] ppid=27940 vsize=10794416 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/27943/task/27958/stat : 27958 (java) S 27940 27943 24561 0 -1 1077944384 657 0 0 0 13 8 0 0 20 0 17 0 39245880 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122021378864 140122860759682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28054] ppid=27940 vsize=10794416 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28054/stat : 28054 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122018225840 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
[pid=27943/tid=28055] ppid=27940 vsize=10794416 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/27943/task/28055/stat : 28055 (java) S 27940 27943 24561 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 39286586 11053481984 2079630 33554432000 4194304 4196468 140727184932656 140122017174064 140122860758741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17141760 140727184938097 140727184938249 140727184938249 140727184941007 0
Current children cumulated CPU time: 1591.01 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8318520 KiB

[startup+429.901 s]*
/proc/loadavg: 4.71 4.05 3.00 3/203 28055
/proc/meminfo: memFree=12197692/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): 429.94
CPU time (s): 1591.15
CPU user time (s): 1583.55
CPU system time (s): 7.60433
CPU usage (%): 370.088
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8318520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1583.55
system time used= 7.60433
maximum resident set size= 8318688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35069
involuntary context switches= 26165


# summary of solver processes directly reported to runsolver:
#   pid: 27943
#   total CPU time (s): 1591.15
#   total CPU user time (s): 1583.55
#   total CPU system time (s): 7.60433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.52053 second user time and 4.29203 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 01:47:07
IDJOB=4289957
IDBENCH=141353
IDSOLVER=2742
FILE ID=node151/4289957-1532216827
RUNJOBID= node151-1532209720-26948
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-herbs_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289957-1532216827/watcher-4289957-1532216827 -o /tmp/evaluation-result-4289957-1532216827/solver-4289957-1532216827 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289957-1532216827.xml

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

MD5SUM BENCH= c28699084a36c5d45188c7cead550bcc
RANDOM SEED=1101682530

node151.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.87
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.87
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.87
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.87
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:        17887428 kB
MemAvailable:   29105276 kB
Buffers:          224220 kB
Cached:         11145696 kB
SwapCached:            0 kB
Active:          3758588 kB
Inactive:       10494760 kB
Active(anon):    2886128 kB
Inactive(anon):    16976 kB
Active(file):     872460 kB
Inactive(file): 10477784 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       2891340 kB
Mapped:            46816 kB
Shmem:             17032 kB
Slab:             322580 kB
SReclaimable:     296064 kB
SUnreclaim:        26516 kB
KernelStack:        3536 kB
PageTables:        10856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3795876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2772992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55072 MiB
End job on node151 at 2018-07-22 01:54:17