Trace number 4289962

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? 1764 472.152

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-herbs_c18.xml
MD5SUMf93f81431bc4a45d4c2655bc4c8b27b0
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 benchmark163.517
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints990
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 degree31
Distribution of variable degrees[{"degree":2,"count":1830},{"degree":31,"count":30}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":900},{"arity":30,"count":60}]
Number of extensional constraints30
Number of intensional constraints900
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":900},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289962-1532217043/watcher-4289962-1532217043 -o /tmp/evaluation-result-4289962-1532217043/solver-4289962-1532217043 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289962-1532217043.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 1.87 1.97 2.20 3/221 26962
/proc/meminfo: memFree=23073632/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10659012 memory=31508 CPUtime=0.13 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 6440 0 0 0 12 1 0 0 20 0 15 0 39267506 10914828288 7877 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2664753 7877 2841 1 0 2627263 0
[pid=26947/tid=26949] ppid=26944 vsize=10659012 memory=-8701690554792318078 CPUtime=0.09 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) R 26944 26947 23369 0 -1 4202560 4275 0 0 0 8 1 0 0 20 0 15 0 39267507 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119836854576 140119816676709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119758707472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) S 26944 26947 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119755549840 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119324424176 140119832644226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119323370400 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119322317808 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119320214000 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119319161456 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0.02 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) S 26944 26947 23369 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119318108912 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 7877 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31508 KiB

[startup+0.210741 s]*
/proc/loadavg: 1.87 1.97 2.20 4/221 26962
/proc/meminfo: memFree=23061644/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10659012 memory=42236 CPUtime=0.34 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 7665 0 0 0 32 2 0 0 20 0 15 0 39267506 10914828288 10559 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2664753 10559 3007 1 0 2627263 0
[pid=26947/tid=26949] ppid=26944 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) R 26944 26947 23369 0 -1 4202560 4622 0 0 0 19 1 0 0 20 0 15 0 39267507 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119836868352 140119832655005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119758707472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10659012 memory=139681548949512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) S 26944 26947 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39267507 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119755549840 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119324424176 140119832644226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119323370400 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39267509 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119322317808 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 612 0 0 0 2 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119320214000 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119319161456 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0.08 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) R 26944 26947 23369 0 -1 4202560 690 0 0 0 8 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119318108912 140119832654426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10659012 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267512 10914828288 10559 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42236 KiB

[startup+0.31427 s]*
/proc/loadavg: 1.87 1.97 2.20 6/221 26962
/proc/meminfo: memFree=23056372/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10659088 memory=47620 CPUtime=0.57 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 8443 0 0 0 55 2 0 0 20 0 15 0 39267506 10914906112 11905 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2664772 11905 3063 1 0 2627263 0
[pid=26947/tid=26949] ppid=26944 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) R 26944 26947 23369 0 -1 4202560 5116 0 0 0 29 1 0 0 20 0 15 0 39267507 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119836870832 140119432527936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119758707472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10659088 memory=139681548947302 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267507 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) S 26944 26947 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39267507 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119755549840 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10659088 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39267509 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119324424176 140119832644226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39267509 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119323370400 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39267509 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119322317808 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) R 26944 26947 23369 0 -1 4202560 663 0 0 0 5 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119320207192 140119814156001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 490 0 0 0 5 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119319161456 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10659088 memory=139681548752512 CPUtime=0.14 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) R 26944 26947 23369 0 -1 1077944384 803 0 0 0 14 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119318109040 140119832643285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10659088 memory=139681548752512 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267512 10914906112 12417 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47620 KiB

[startup+0.701268 s]
/proc/loadavg: 1.87 1.97 2.20 6/221 26962
/proc/meminfo: memFree=23012696/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10660936 memory=354992 CPUtime=1.83 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 19044 0 0 0 175 8 0 0 20 0 15 0 39267506 10916798464 88748 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2665234 88748 3106 1 0 2627725 0
[pid=26947/tid=26949] ppid=26944 vsize=10660936 memory=1728 CPUtime=0.64 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) S 26944 26947 23369 0 -1 1077944384 5587 0 0 0 59 5 0 0 20 0 15 0 39267507 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119836869472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10660936 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) R 26944 26947 23369 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 39267507 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119758707472 140119817658300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10660936 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 39267507 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10660936 memory=1948 CPUtime=0.01 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) R 26944 26947 23369 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 39267507 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10660936 memory=5524 CPUtime=0.01 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) R 26944 26947 23369 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 15 0 39267507 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119755549840 140119817660962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10660936 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39267509 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119324422688 140119832643285 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10660936 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39267509 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119323370400 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10660936 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39267509 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119322317808 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10660936 memory=7518026621751088994 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10660936 memory=6082227202167695463 CPUtime=0.4 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 4953 0 0 0 40 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119320205104 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10660936 memory=7810487918915055718 CPUtime=0.37 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) R 26944 26947 23369 0 -1 4202560 4129 0 0 0 37 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119319147192 140119814177297 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10660936 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) S 26944 26947 23369 0 -1 1077944384 2852 0 0 0 33 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119318108912 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10660936 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10660936 memory=33 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39267512 10916798464 88748 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10660936 KiB
Current children cumulated memory: 354992 KiB

[startup+1.5008 s]
/proc/loadavg: 1.87 1.97 2.20 3/221 26962
/proc/meminfo: memFree=22455420/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10659088 memory=678416 CPUtime=3.78 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 21624 0 0 0 356 22 0 0 20 0 15 0 39267506 10914906112 169604 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2664772 169604 3140 1 0 2627263 0
[pid=26947/tid=26949] ppid=26944 vsize=10659088 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) R 26944 26947 23369 0 -1 4202560 5768 0 0 0 126 8 0 0 20 0 15 0 39267507 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119836851856 140119437061843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10659088 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) S 26944 26947 23369 0 -1 1077944384 59 0 0 0 5 2 0 0 20 0 15 0 39267507 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119758707472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10659088 memory=-6509546260019855299 CPUtime=0.07 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 143 0 0 0 5 2 0 0 20 0 15 0 39267507 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10659088 memory=-7390251449858225344 CPUtime=0.09 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) S 26944 26947 23369 0 -1 1077944384 153 0 0 0 6 3 0 0 20 0 15 0 39267507 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10659088 memory=4134692831991786133 CPUtime=0.08 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) S 26944 26947 23369 0 -1 1077944384 160 0 0 0 6 2 0 0 20 0 15 0 39267507 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119755549840 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 477 0 0 0 0 0 0 0 20 0 15 0 39267509 10914906112 169604 33554432000 4194304 4196468 140733753271680 140119324424176 140119832644226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0

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

Current children cumulated CPU time: 1757.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292704 KiB

[startup+471.209 s]
/proc/loadavg: 4.88 4.21 3.20 6/221 26975
/proc/meminfo: memFree=14839116/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10794416 memory=8292704 CPUtime=1760.51 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 599306 0 0 0 175337 714 0 0 20 0 17 0 39267506 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2698604 2073176 3222 1 0 2661057 0
[pid=26947/tid=26949] ppid=26944 vsize=10794416 memory=8292704 CPUtime=14.15 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) S 26944 26947 23369 0 -1 1077944384 15855 0 0 0 1391 24 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119836873760 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10794416 memory=1444 CPUtime=430.67 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) R 26944 26947 23369 0 -1 4202560 92888 0 0 0 42891 176 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119758707472 140119817331824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10794416 memory=6791534058613427641 CPUtime=430.68 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) R 26944 26947 23369 0 -1 4202560 133828 0 0 0 42901 167 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119757654928 140119817331917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10794416 memory=1008 CPUtime=432.51 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) R 26944 26947 23369 0 -1 4202560 96715 0 0 0 43100 151 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119756602384 140119817331790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10794416 memory=11968 CPUtime=430.84 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) R 26944 26947 23369 0 -1 4202560 153923 0 0 0 42902 182 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119755549728 140119817090712 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10794416 memory=1696 CPUtime=17.82 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 76979 0 0 0 1778 4 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119324422720 140119832643285 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10794416 memory=8292704 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119323370464 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10794416 memory=1415 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119322317824 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10794416 memory=42442 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10794416 memory=42445 CPUtime=1.55 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 9465 0 0 0 155 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119320214000 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10794416 memory=42619 CPUtime=1.43 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 9763 0 0 0 142 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119319161456 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10794416 memory=2340 CPUtime=0.48 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) S 26944 26947 23369 0 -1 1077944384 6958 0 0 0 47 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119318108912 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10794416 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10794416 memory=928 CPUtime=0.27 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1221 0 0 0 13 14 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26972] ppid=26944 vsize=10794416 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26972/stat : 26972 (java) S 26944 26947 23369 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119312848288 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26973] ppid=26944 vsize=10794416 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26973/stat : 26973 (java) S 26944 26947 23369 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119311797792 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 1760.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292704 KiB

[startup+471.601 s]
/proc/loadavg: 4.88 4.21 3.20 6/221 26975
/proc/meminfo: memFree=14839116/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10794416 memory=8292704 CPUtime=1762.07 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 599307 0 0 0 175493 714 0 0 20 0 17 0 39267506 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2698604 2073176 3222 1 0 2661057 0
[pid=26947/tid=26949] ppid=26944 vsize=10794416 memory=9384 CPUtime=14.15 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) S 26944 26947 23369 0 -1 1077944384 15855 0 0 0 1391 24 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119836873760 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10794416 memory=18488 CPUtime=431.06 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) R 26944 26947 23369 0 -1 4202560 92888 0 0 0 42930 176 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119758707472 140119817629572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10794416 memory=3828 CPUtime=431.07 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) R 26944 26947 23369 0 -1 4202560 133828 0 0 0 42940 167 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119757654928 140119814242688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10794416 memory=13900 CPUtime=432.91 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) R 26944 26947 23369 0 -1 4202560 96715 0 0 0 43140 151 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119756602584 140119817629588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10794416 memory=1296 CPUtime=431.23 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) R 26944 26947 23369 0 -1 4202560 153923 0 0 0 42941 182 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119755549728 140119817629486 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10794416 memory=2448 CPUtime=17.82 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 76979 0 0 0 1778 4 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119324422720 140119832643285 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119323370464 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119322317824 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10794416 memory=1948 CPUtime=1.55 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 9465 0 0 0 155 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119320214048 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10794416 memory=5524 CPUtime=1.43 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 9764 0 0 0 142 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119319161216 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10794416 memory=1444 CPUtime=0.48 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) S 26944 26947 23369 0 -1 1077944384 6958 0 0 0 47 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119318108960 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10794416 memory=1008 CPUtime=0.27 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1221 0 0 0 13 14 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26972] ppid=26944 vsize=10794416 memory=11968 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26972/stat : 26972 (java) S 26944 26947 23369 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119312848288 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26973] ppid=26944 vsize=10794416 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26973/stat : 26973 (java) S 26944 26947 23369 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119311797792 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 1762.07 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292704 KiB

[startup+472.001 s]*
/proc/loadavg: 4.88 4.21 3.20 6/221 26975
/proc/meminfo: memFree=14839116/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10794416 memory=8292704 CPUtime=1763.67 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 599307 0 0 0 175653 714 0 0 20 0 17 0 39267506 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2698604 2073176 3222 1 0 2661057 0
[pid=26947/tid=26949] ppid=26944 vsize=10794416 memory=15868 CPUtime=14.15 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) S 26944 26947 23369 0 -1 1077944384 15855 0 0 0 1391 24 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119836873760 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10794416 memory=4126316290023845779 CPUtime=431.46 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) R 26944 26947 23369 0 -1 4202560 92888 0 0 0 42970 176 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119758707280 140119825261287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10794416 memory=-8813974798734826869 CPUtime=431.48 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) R 26944 26947 23369 0 -1 4202560 133828 0 0 0 42981 167 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119757654736 140119825261287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10794416 memory=7306901736410015841 CPUtime=433.32 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) R 26944 26947 23369 0 -1 4202560 96715 0 0 0 43181 151 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119756602584 140119817629480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10794416 memory=7451893213845536878 CPUtime=431.62 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) R 26944 26947 23369 0 -1 4202560 153923 0 0 0 42980 182 0 0 20 0 17 0 39267507 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119755549960 140119825261287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26954] ppid=26944 vsize=10794416 memory=7235103601363281778 CPUtime=17.82 cores=1,3,5,7
/proc/26947/task/26954/stat : 26954 (java) S 26944 26947 23369 0 -1 1077944384 76979 0 0 0 1778 4 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119324422720 140119832643285 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10794416 memory=7523922224943361378 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119323370464 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10794416 memory=5861558517410524011 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) S 26944 26947 23369 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 39267509 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119322317824 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10794416 memory=7440056984007045732 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119321266384 140119832651675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10794416 memory=7380677832759862376 CPUtime=1.55 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) S 26944 26947 23369 0 -1 1077944384 9465 0 0 0 155 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119320214048 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=10794416 memory=6154278195310323300 CPUtime=1.43 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) S 26944 26947 23369 0 -1 1077944384 9764 0 0 0 142 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119319161216 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26960] ppid=26944 vsize=10794416 memory=7521971734130877525 CPUtime=0.48 cores=1,3,5,7
/proc/26947/task/26960/stat : 26960 (java) S 26944 26947 23369 0 -1 1077944384 6958 0 0 0 47 1 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119318108960 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26961] ppid=26944 vsize=10794416 memory=6154278195310323300 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26961/stat : 26961 (java) S 26944 26947 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119317056608 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26962] ppid=26944 vsize=10794416 memory=4132 CPUtime=0.27 cores=1,3,5,7
/proc/26947/task/26962/stat : 26962 (java) S 26944 26947 23369 0 -1 1077944384 1221 0 0 0 13 14 0 0 20 0 17 0 39267512 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119316003120 140119832644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26972] ppid=26944 vsize=10794416 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26972/stat : 26972 (java) S 26944 26947 23369 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119312848288 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26973] ppid=26944 vsize=10794416 memory=8292704 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26973/stat : 26973 (java) S 26944 26947 23369 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 39306256 11053481984 2073176 33554432000 4194304 4196468 140733753271680 140119311797792 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
Current children cumulated CPU time: 1763.67 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292704 KiB

[startup+472.11 s]
/proc/loadavg: 4.88 4.21 3.20 6/221 26975
/proc/meminfo: memFree=14839116/32770624 swapFree=67108860/67108860
[pid=26947] ppid=26944 vsize=10794416 memory=8292616 CPUtime=1763.95 cores=1,3,5,7
/proc/26947/stat : 26947 (java) S 26944 26947 23369 0 -1 1077944320 599497 0 0 0 175681 714 0 0 20 0 14 0 39267506 11053481984 2073154 33554432000 4194304 4196468 140733753271680 140733753254224 140119832633079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
/proc/26947/statm: 2698604 2073154 3223 1 0 2661057 0
[pid=26947/tid=26949] ppid=26944 vsize=10794416 memory=8292696 CPUtime=14.15 cores=1,3,5,7
/proc/26947/task/26949/stat : 26949 (java) R 26944 26947 23369 0 -1 4202560 15880 0 0 0 1391 24 0 0 20 0 13 0 39267507 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119836875920 140119825350375 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26950] ppid=26944 vsize=10794416 memory=8292688 CPUtime=431.52 cores=1,3,5,7
/proc/26947/task/26950/stat : 26950 (java) S 26944 26947 23369 0 -1 1077944384 92888 0 0 0 42976 176 0 0 20 0 12 0 39267507 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119758707472 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26951] ppid=26944 vsize=10794416 memory=8292688 CPUtime=431.53 cores=1,3,5,7
/proc/26947/task/26951/stat : 26951 (java) S 26944 26947 23369 0 -1 1077944384 133828 0 0 0 42986 167 0 0 20 0 12 0 39267507 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119757654928 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26952] ppid=26944 vsize=10794416 memory=8292508 CPUtime=433.38 cores=1,3,5,7
/proc/26947/task/26952/stat : 26952 (java) S 26944 26947 23369 0 -1 1077944384 96715 0 0 0 43187 151 0 0 20 0 12 0 39267507 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119756602384 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26953] ppid=26944 vsize=10794416 memory=56 CPUtime=431.68 cores=1,3,5,7
/proc/26947/task/26953/stat : 26953 (java) S 26944 26947 23369 0 -1 1077944384 153923 0 0 0 42986 182 0 0 20 0 12 0 39267507 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119755549840 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26955] ppid=26944 vsize=10794416 memory=3828 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26955/stat : 26955 (java) S 26944 26947 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 12 0 39267509 11053481984 2073120 33554432000 4194304 4196468 140733753271680 140119323370464 140119832643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26956] ppid=26944 vsize=10794416 memory=8292688 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26956/stat : 26956 (java) R 26944 26947 23369 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 12 0 39267509 11053481984 2073131 33554432000 4194304 4196468 140733753271680 140119322317824 140119832643285 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26957] ppid=26944 vsize=10794416 memory=8292688 CPUtime=0 cores=1,3,5,7
/proc/26947/task/26957/stat : 26957 (java) R 26944 26947 23369 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 12 0 39267512 11053481984 2073131 33554432000 4194304 4196468 140733753271680 140119321265152 140119832643285 256 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26958] ppid=26944 vsize=10794416 memory=8292704 CPUtime=1.55 cores=1,3,5,7
/proc/26947/task/26958/stat : 26958 (java) R 26944 26947 23369 0 -1 1077944384 9465 0 0 0 155 0 0 0 20 0 10 0 39267512 11053481984 2073183 33554432000 4194304 4196468 140733753271680 140119320214000 140119832644226 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10694656 140733753279601 140733753279753 140733753279753 140733753282511 0
[pid=26947/tid=26959] ppid=26944 vsize=0 memory=8292704 CPUtime=1.43 cores=1,3,5,7
/proc/26947/task/26959/stat : 26959 (java) R 26944 26947 23369 0 -1 4195396 9764 0 0 0 142 1 0 0 20 0 4 0 39267512 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 1763.95 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292616 KiB

Child status: 0
Real time (s): 472.152
CPU time (s): 1764
CPU user time (s): 1756.81
CPU system time (s): 7.1877
CPU usage (%): 373.608
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8292704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.81
system time used= 7.1877
maximum resident set size= 8292756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35769
involuntary context switches= 19897


# summary of solver processes directly reported to runsolver:
#   pid: 26947
#   total CPU time (s): 1764
#   total CPU user time (s): 1756.81
#   total CPU system time (s): 7.1877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.18217 second user time and 4.54046 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:50:43
IDJOB=4289962
IDBENCH=141363
IDSOLVER=2742
FILE ID=node135/4289962-1532217043
RUNJOBID= node135-1532209914-25961
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

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

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

MD5SUM BENCH= f93f81431bc4a45d4c2655bc4c8b27b0
RANDOM SEED=1322452126

node135.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.50
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.50
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.50
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.50
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:        23092288 kB
MemAvailable:   31462400 kB
Buffers:          130676 kB
Cached:          8447256 kB
SwapCached:            0 kB
Active:          1759512 kB
Inactive:        7347420 kB
Active(anon):     478840 kB
Inactive(anon):    69908 kB
Active(file):    1280672 kB
Inactive(file):  7277512 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:        535940 kB
Mapped:            46812 kB
Shmem:             17056 kB
Slab:             267888 kB
SReclaimable:     240388 kB
SUnreclaim:        27500 kB
KernelStack:        3584 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1103132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:58:36