Trace number 4263102

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1742.73 466.35199

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-6.xml
MD5SUM251bf731ce43f6740c64f68e9f13bc46
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints560
Number of domains1
Minimum domain size3207
Maximum domain size3207
Distribution of domain sizes[{"size":3207,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263102-1502585811/watcher-4263102-1502585811 -o /tmp/evaluation-result-4263102-1502585811/solver-4263102-1502585811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263102-1502585811.xml 

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

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


[startup+0.100143 s]*
/proc/loadavg: 6.48 7.14 6.37 6/197 9350
/proc/meminfo: memFree=23214084/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=8346528 memory=9632 CPUtime=0 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 2254 0 0 0 0 0 0 0 20 0 3 0 12463759 8546844672 2408 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2086632 2408 1169 1 0 2076602 0
[pid=9349/tid=9351] ppid=9346 vsize=8347556 memory=-8035107114825123821 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) R 9346 9349 7968 0 -1 4202560 959 0 0 0 0 0 0 0 20 0 4 0 12463769 8547897344 2408 18446744073709551615 4194304 4196468 140724398001920 140612470589136 140612458584894 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=8348584 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 12463770 8548950016 2474 18446744073709551615 4194304 4196468 140724398001920 140612407384928 140612466357973 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=8349612 memory=139679208818304 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) R 9346 9349 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 12463770 8550002688 2474 18446744073709551615 4194304 4196468 140724398001920 140612406332384 140612466357973 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=8611756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) D 9346 9349 7968 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 12463770 8818438144 2474 18446744073709551615 4194304 4196468 140724398001920 140612405278520 140612458575587 0 4 1 16784584 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=8611756 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) R 9346 9349 7968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 6 0 12463770 8818438144 2474 18446744073709551615 4194304 4196468 140724398001920 140612404226072 140612446371632 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8346528 KiB
Current children cumulated memory: 9632 KiB

[startup+0.219897 s]*
/proc/loadavg: 6.48 7.14 6.37 6/211 9364
/proc/meminfo: memFree=23201116/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10551156 memory=25940 CPUtime=0.08 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 4998 0 0 0 7 1 0 0 20 0 15 0 12463759 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2637789 6485 2586 1 0 2627261 0
[pid=9349/tid=9351] ppid=9346 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) R 9346 9349 7968 0 -1 4202560 3096 0 0 0 5 1 0 0 20 0 15 0 12463769 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140612470578512 140612466369693 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10551156 memory=139679208826075 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 6485 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10551156 memory=139679208818304 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463771 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611962039024 140612466358914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12463772 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611960985248 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12463772 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611959932144 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611957827824 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611956775280 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10551156 memory=139679208818304 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611955722224 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463775 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10551156 memory=139679208818304 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463780 10804383744 6551 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25940 KiB

[startup+0.310921 s]*
/proc/loadavg: 6.48 7.14 6.37 6/211 9364
/proc/meminfo: memFree=23189536/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10551156 memory=35724 CPUtime=0.22 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 8224 0 0 0 19 3 0 0 20 0 15 0 12463759 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2637789 8931 2851 1 0 2627261 0
[pid=9349/tid=9351] ppid=9346 vsize=10551156 memory=7680170660397595203 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) R 9346 9349 7968 0 -1 4202560 5892 0 0 0 13 2 0 0 20 0 15 0 12463769 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140612470563200 140612450428254 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463770 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) S 9346 9349 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12463771 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611962039024 140612466358914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12463772 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611960985248 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12463772 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611959932144 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 12463774 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611957827824 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 15 0 12463774 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611956775280 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 406 0 0 0 3 0 0 0 20 0 15 0 12463774 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611955722224 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10551156 memory=139679208818304 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463775 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463780 10804383744 8931 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35724 KiB

[startup+0.700908 s]
/proc/loadavg: 6.48 7.14 6.37 7/211 9364
/proc/meminfo: memFree=23181312/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10551232 memory=202160 CPUtime=1.21 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 12154 0 0 0 110 11 0 0 20 0 15 0 12463759 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2637808 50540 3053 1 0 2627261 0
[pid=9349/tid=9351] ppid=9346 vsize=10551232 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) S 9346 9349 7968 0 -1 1077944384 7489 0 0 0 45 5 0 0 20 0 15 0 12463769 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140612470584544 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10551232 memory=139679047480183 CPUtime=0.01 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) R 9346 9349 7968 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 15 0 12463770 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140612407384792 140612451375632 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10551232 memory=279358095058592 CPUtime=0.02 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) R 9346 9349 7968 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 15 0 12463770 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612451375632 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) R 9346 9349 7968 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 12463770 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140612405279192 140612451375632 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) R 9346 9349 7968 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 15 0 12463770 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612451369957 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) S 9346 9349 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 12463771 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611962037536 140612466357973 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12463772 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611960985248 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12463772 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611959932144 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463774 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10551232 memory=279358095280048 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 597 0 0 0 15 0 0 0 20 0 15 0 12463774 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611957807280 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 1272 0 0 0 19 0 0 0 20 0 15 0 12463774 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611956760272 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 1327 0 0 0 22 0 0 0 20 0 15 0 12463774 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611955722224 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463775 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463780 10804461568 50540 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 202160 KiB

[startup+1.50093 s]
/proc/loadavg: 6.48 7.14 6.37 9/211 9364
/proc/meminfo: memFree=22769984/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10551232 memory=1006576 CPUtime=2.9 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 14748 0 0 0 246 44 0 0 20 0 15 0 12463759 10804461568 251132 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2637808 251644 3083 1 0 2627261 0
[pid=9349/tid=9351] ppid=9346 vsize=10551232 memory=2356 CPUtime=1.01 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) R 9346 9349 7968 0 -1 4202560 8283 0 0 0 88 13 0 0 20 0 15 0 12463769 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140612470584688 140612452415886 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10551232 memory=11845 CPUtime=0.3 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 491 0 0 0 23 7 0 0 20 0 15 0 12463770 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10551232 memory=20955 CPUtime=0.3 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 288 0 0 0 23 7 0 0 20 0 15 0 12463770 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 270 0 0 0 22 6 0 0 20 0 15 0 12463770 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 315 0 0 0 21 7 0 0 20 0 15 0 12463770 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) S 9346 9349 7968 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 15 0 12463771 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611962039024 140612466358914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12463772 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611960985248 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12463772 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611959932144 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463774 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10551232 memory=33 CPUtime=0.18 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 602 0 0 0 18 0 0 0 20 0 15 0 12463774 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611957827824 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 1287 0 0 0 24 0 0 0 20 0 15 0 12463774 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611956775280 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 1348 0 0 0 24 0 0 0 20 0 15 0 12463774 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611955722224 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12463775 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10551232 memory=279358095280048 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12463780 10804461568 251644 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10551232 KiB

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

/proc/9349/task/9355/stat : 9355 (java) R 9346 9349 7968 0 -1 4202560 1322347 0 0 0 42471 225 0 0 20 0 17 0 12463770 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612404226648 140612451048483 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10686560 memory=8295796 CPUtime=14.57 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) S 9346 9349 7968 0 -1 1077944384 93973 0 0 0 1453 4 0 0 20 0 17 0 12463771 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611962037568 140612466357973 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611960985312 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10686560 memory=8296844 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611959931264 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10686560 memory=1000 CPUtime=0.41 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 2892 0 0 0 41 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611957827584 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10686560 memory=2012 CPUtime=0.47 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 3072 0 0 0 47 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611956775328 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10686560 memory=5520 CPUtime=0.29 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 2883 0 0 0 29 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611955716992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463775 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10686560 memory=792 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 412 0 0 0 10 5 0 0 20 0 17 0 12463780 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9484] ppid=9346 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9484/stat : 9484 (java) S 9346 9349 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611950464944 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9485] ppid=9346 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9485/stat : 9485 (java) S 9346 9349 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611949412320 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 1735.85 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296944 KiB

[startup+465.604 s]
/proc/loadavg: 7.76 7.30 6.72 8/217 9488
/proc/meminfo: memFree=14909116/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10686560 memory=8296944 CPUtime=1741.97 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 5425912 0 0 0 173224 973 0 0 20 0 17 0 12463759 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2671640 2074236 3159 1 0 2661055 0
[pid=9349/tid=9351] ppid=9346 vsize=10686560 memory=4124 CPUtime=13.94 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) S 9346 9349 7968 0 -1 1077944384 23969 0 0 0 1361 33 0 0 20 0 17 0 12463769 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612470588448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10686560 memory=8296944 CPUtime=429.09 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 1574716 0 0 0 42673 236 0 0 20 0 17 0 12463770 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10686560 memory=7680170660397595203 CPUtime=426.63 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 1192915 0 0 0 42421 242 0 0 20 0 17 0 12463770 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10686560 memory=1200 CPUtime=427.76 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 1207159 0 0 0 42552 224 0 0 20 0 17 0 12463770 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10686560 memory=15872 CPUtime=428.54 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 1322347 0 0 0 42629 225 0 0 20 0 17 0 12463770 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10686560 memory=4040 CPUtime=14.58 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) R 9346 9349 7968 0 -1 4202560 93973 0 0 0 1454 4 0 0 20 0 17 0 12463771 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611962037456 140612450805400 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611960985312 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611959931264 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10686560 memory=288230574492221466 CPUtime=0.41 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 2892 0 0 0 41 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611957827584 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10686560 memory=7680170660397595203 CPUtime=0.47 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 3072 0 0 0 47 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611956775328 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10686560 memory=1152 CPUtime=0.29 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 2883 0 0 0 29 0 0 0 20 0 17 0 12463774 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611955716992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463775 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10686560 memory=11096 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 412 0 0 0 10 5 0 0 20 0 17 0 12463780 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9484] ppid=9346 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9484/stat : 9484 (java) S 9346 9349 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611950464944 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9485] ppid=9346 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9485/stat : 9485 (java) S 9346 9349 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074236 18446744073709551615 4194304 4196468 140724398001920 140611949412320 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 1741.97 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296944 KiB

[startup+466.001 s]*
/proc/loadavg: 7.76 7.30 6.72 6/217 9488
/proc/meminfo: memFree=14909364/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10686560 memory=8296948 CPUtime=1742.37 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 5429466 0 0 0 173264 973 0 0 20 0 17 0 12463759 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2671640 2074237 3159 1 0 2661055 0
[pid=9349/tid=9351] ppid=9346 vsize=10686560 memory=-7749975593672162402 CPUtime=13.94 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) S 9346 9349 7968 0 -1 1077944384 23969 0 0 0 1361 33 0 0 20 0 17 0 12463769 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612470588448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10686560 memory=1588 CPUtime=429.09 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 1574716 0 0 0 42673 236 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10686560 memory=928 CPUtime=426.63 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 1192915 0 0 0 42421 242 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10686560 memory=2164 CPUtime=427.76 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 1207159 0 0 0 42552 224 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10686560 memory=840 CPUtime=428.54 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 1322347 0 0 0 42629 225 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10686560 memory=3880 CPUtime=14.98 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) R 9346 9349 7968 0 -1 4202560 97527 0 0 0 1494 4 0 0 20 0 17 0 12463771 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611962037456 140612450805370 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611960985312 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10686560 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611959931264 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10686560 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10686560 memory=2760 CPUtime=0.41 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 2892 0 0 0 41 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611957827584 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10686560 memory=4060 CPUtime=0.47 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 3072 0 0 0 47 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611956775328 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10686560 memory=1152 CPUtime=0.29 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 2883 0 0 0 29 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611955716992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10686560 memory=3188 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463775 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10686560 memory=8296944 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 412 0 0 0 10 5 0 0 20 0 17 0 12463780 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9484] ppid=9346 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9484/stat : 9484 (java) S 9346 9349 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611950464944 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9485] ppid=9346 vsize=10686560 memory=3068 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9485/stat : 9485 (java) S 9346 9349 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611949412320 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 1742.37 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296948 KiB

[startup+466.201 s]
/proc/loadavg: 7.76 7.30 6.72 6/217 9488
/proc/meminfo: memFree=14909364/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=10686560 memory=8296948 CPUtime=1742.57 cores=0,2,4,6
/proc/9349/stat : 9349 (java) S 9346 9349 7968 0 -1 1077944320 5429466 0 0 0 173284 973 0 0 20 0 17 0 12463759 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140724397984464 140612466347767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
/proc/9349/statm: 2671640 2074237 3159 1 0 2661055 0
[pid=9349/tid=9351] ppid=9346 vsize=10686560 memory=303711736933122357 CPUtime=13.94 cores=0,2,4,6
/proc/9349/task/9351/stat : 9351 (java) S 9346 9349 7968 0 -1 1077944384 23969 0 0 0 1361 33 0 0 20 0 17 0 12463769 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612470588448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9352] ppid=9346 vsize=10686560 memory=15540730097567645 CPUtime=429.09 cores=0,2,4,6
/proc/9349/task/9352/stat : 9352 (java) S 9346 9349 7968 0 -1 1077944384 1574716 0 0 0 42673 236 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612407384592 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9353] ppid=9346 vsize=10686560 memory=7680170660397595203 CPUtime=426.63 cores=0,2,4,6
/proc/9349/task/9353/stat : 9353 (java) S 9346 9349 7968 0 -1 1077944384 1192915 0 0 0 42421 242 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612406332048 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9354] ppid=9346 vsize=10686560 memory=1200 CPUtime=427.76 cores=0,2,4,6
/proc/9349/task/9354/stat : 9354 (java) S 9346 9349 7968 0 -1 1077944384 1207159 0 0 0 42552 224 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612405278992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9355] ppid=9346 vsize=10686560 memory=15872 CPUtime=428.54 cores=0,2,4,6
/proc/9349/task/9355/stat : 9355 (java) S 9346 9349 7968 0 -1 1077944384 1322347 0 0 0 42629 225 0 0 20 0 17 0 12463770 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140612404226448 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9356] ppid=9346 vsize=10686560 memory=4040 CPUtime=15.17 cores=0,2,4,6
/proc/9349/task/9356/stat : 9356 (java) R 9346 9349 7968 0 -1 4202560 97527 0 0 0 1513 4 0 0 20 0 17 0 12463771 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611962037456 140612444717942 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9357] ppid=9346 vsize=10686560 memory=8296944 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9357/stat : 9357 (java) S 9346 9349 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611960985312 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9358] ppid=9346 vsize=10686560 memory=8296944 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9358/stat : 9358 (java) S 9346 9349 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 12463772 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611959931264 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9359] ppid=9346 vsize=10686560 memory=7536 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9359/stat : 9359 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611958880720 140612466366363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9360] ppid=9346 vsize=10686560 memory=1236 CPUtime=0.41 cores=0,2,4,6
/proc/9349/task/9360/stat : 9360 (java) S 9346 9349 7968 0 -1 1077944384 2892 0 0 0 41 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611957827584 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9361] ppid=9346 vsize=10686560 memory=640 CPUtime=0.47 cores=0,2,4,6
/proc/9349/task/9361/stat : 9361 (java) S 9346 9349 7968 0 -1 1077944384 3072 0 0 0 47 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611956775328 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9362] ppid=9346 vsize=10686560 memory=1792 CPUtime=0.29 cores=0,2,4,6
/proc/9349/task/9362/stat : 9362 (java) S 9346 9349 7968 0 -1 1077944384 2883 0 0 0 29 0 0 0 20 0 17 0 12463774 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611955716992 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9363] ppid=9346 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9363/stat : 9363 (java) S 9346 9349 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12463775 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611954669920 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9364] ppid=9346 vsize=10686560 memory=8310172 CPUtime=0.15 cores=0,2,4,6
/proc/9349/task/9364/stat : 9364 (java) S 9346 9349 7968 0 -1 1077944384 412 0 0 0 10 5 0 0 20 0 17 0 12463780 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611953617968 140612466358914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9484] ppid=9346 vsize=10686560 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9484/stat : 9484 (java) S 9346 9349 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611950464944 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
[pid=9349/tid=9485] ppid=9346 vsize=10686560 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/9349/task/9485/stat : 9485 (java) S 9346 9349 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 12507326 10943037440 2074237 18446744073709551615 4194304 4196468 140724398001920 140611949412320 140612466357973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34230272 140724398006673 140724398006826 140724398006826 140724398010319 0
Current children cumulated CPU time: 1742.57 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8296948 KiB

[startup+466.301 s]*
/proc/loadavg: 7.76 7.30 6.72 6/202 9488
/proc/meminfo: memFree=17601940/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): 466.352
CPU time (s): 1742.73
CPU user time (s): 1732.85
CPU system time (s): 9.87938
CPU usage (%): 373.695
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8296948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1732.85
system time used= 9.87938
maximum resident set size= 8297096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5429628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44439
involuntary context switches= 46453


# summary of solver processes directly reported to runsolver:
#   pid: 9349
#   total CPU time (s): 1742.73
#   total CPU user time (s): 1732.85
#   total CPU system time (s): 9.87938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82792 second user time and 4.43344 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:42:54
IDJOB=4263102
IDBENCH=115619
IDSOLVER=2651
FILE ID=node128/4263102-1502585811
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-10-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263102-1502585811/watcher-4263102-1502585811 -o /tmp/evaluation-result-4263102-1502585811/solver-4263102-1502585811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263102-1502585811.xml

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

MD5SUM BENCH= 251bf731ce43f6740c64f68e9f13bc46
RANDOM SEED=606816864

node128.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.94
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.94
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.94
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.94
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:        23214640 kB
MemAvailable:   23704664 kB
Buffers:          100808 kB
Cached:           678352 kB
SwapCached:            0 kB
Active:          8531880 kB
Inactive:         602208 kB
Active(anon):    8355144 kB
Inactive(anon):    16764 kB
Active(file):     176736 kB
Inactive(file):   585444 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:       8358896 kB
Mapped:            43348 kB
Shmem:             17116 kB
Slab:             111796 kB
SReclaimable:      87360 kB
SUnreclaim:        24436 kB
KernelStack:        3696 kB
PageTables:        21288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8019968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:50:40