Trace number 4263127

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? (problem) 1790.5601 482.77499

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-7.xml
MD5SUMecccf1fc77215d60d30343c091882466
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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size2884
Maximum domain size2884
Distribution of domain sizes[{"size":2884,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1635.31/441.46	Aug 13, 2017 4:10:33 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1635.31/441.46	INFO: Runtime exception
1635.31/441.46	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1635.31/441.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1635.31/441.46		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1635.31/441.46		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1635.31/441.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1635.31/441.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1635.31/441.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1635.31/441.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1635.31/441.46		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1635.31/441.46		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1635.31/441.46		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1635.31/441.46		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1635.31/441.46		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1635.31/441.46		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1635.31/441.46		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1635.31/441.46	Caused by: java.lang.reflect.InvocationTargetException
1635.31/441.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1635.31/441.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.31/441.46		at java.lang.reflect.Method.invoke(Method.java:498)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1635.31/441.46		... 21 more
1635.31/441.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1635.31/441.46		... 25 more
1635.31/441.46	Caused by: java.lang.reflect.InvocationTargetException
1635.31/441.46		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1635.31/441.46		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1635.31/441.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.31/441.46		at java.lang.reflect.Method.invoke(Method.java:498)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1635.31/441.46		... 25 more
1635.31/441.46	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1635.31/441.46		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1635.31/441.46		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1635.31/441.46		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1635.31/441.46		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1635.31/441.46		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1635.31/441.46		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1635.31/441.46		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1635.31/441.46		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1635.31/441.46		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1635.31/441.46		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1635.31/441.46		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1635.31/441.46		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1635.31/441.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.31/441.46		at java.lang.reflect.Method.invoke(Method.java:498)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1635.31/441.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1635.31/441.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.31/441.46		at java.lang.reflect.Method.invoke(Method.java:498)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1635.31/441.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1635.31/441.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1635.31/441.46		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1635.31/441.46		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1635.31/441.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1635.31/441.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1635.31/441.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1635.31/441.46		at org.xcsp.parser.XCallbacks$$Lambda$58/364604394.accept(Unknown Source)
1635.31/441.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1635.31/441.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1635.31/441.46	
1735.78/468.18	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1735.78/468.18	c This is free software under the dual EPL/GNU LGPL licenses.
1735.78/468.18	c See www.sat4j.org for details.
1735.78/468.18	c That software uses the Rhino library from the Mozilla project.
1735.78/468.18	c version CUSTOM.v20170705
1735.78/468.18	c java.runtime.name	Java(TM) SE Runtime Environment
1735.78/468.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1735.78/468.18	c java.vm.version	25.131-b11
1735.78/468.18	c java.vm.vendor	Oracle Corporation
1735.78/468.18	c sun.arch.data.model	64
1735.78/468.18	c java.version		1.8.0_131
1735.78/468.18	c os.name		Linux
1735.78/468.18	c os.version		3.10.0-514.16.1.el7.x86_64
1735.78/468.18	c os.arch		amd64
1735.78/468.18	c Free memory 		499604488
1735.78/468.18	c Max memory 		7247757312
1735.78/468.18	c Total memory 		504889344
1735.78/468.18	c Number of processors 	4
1735.78/468.18	c c --- Begin Solver configuration ---
1735.78/468.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1735.78/468.18	c Learn all clauses as in MiniSAT
1735.78/468.18	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1735.78/468.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1735.78/468.18	c No reason simplification
1735.78/468.18	c Glucose 2.1 dynamic restart strategy
1735.78/468.18	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
1735.78/468.18	c timeout=2147483s
1735.78/468.18	c DB Simplification allowed=false
1735.78/468.18	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1735.78/468.18	c --- End Solver configuration ---
1790.38/482.68	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1790.38/482.68		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1790.38/482.68		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1790.38/482.68		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1790.38/482.68		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1790.38/482.68		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1790.38/482.68		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1790.38/482.68		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1790.38/482.68		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1790.38/482.68		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

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

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

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=11172, runsolver pid=11169
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 7.40 7.45 7.24 6/206 11181
/proc/meminfo: memFree=23209536/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10151672 memory=20736 CPUtime=0.04 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 4056 0 0 0 3 1 0 0 20 0 9 0 12946704 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2537918 5184 2156 1 0 2527415 0
[pid=11172/tid=11174] ppid=11169 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) R 11169 11172 7968 0 -1 4202560 2695 0 0 0 3 0 0 0 20 0 9 0 12946710 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140627348860792 140627344647325 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12946711 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10151672 memory=139859139479168 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12946711 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12946711 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12946711 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10151672 memory=139859139479168 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12946712 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140626908240752 140627344636546 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12946712 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140626907186720 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12946713 10395312128 5184 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20736 KiB

[startup+0.209976 s]*
/proc/loadavg: 7.40 7.45 7.24 7/212 11187
/proc/meminfo: memFree=23200916/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10551156 memory=30084 CPUtime=0.15 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 7801 0 0 0 13 2 0 0 20 0 15 0 12946704 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2637789 7521 2802 1 0 2627261 0
[pid=11172/tid=11174] ppid=11169 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) R 11169 11172 7968 0 -1 4202560 5611 0 0 0 9 2 0 0 20 0 15 0 12946710 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140627348836576 140627344647325 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10551156 memory=139859139487365 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10551156 memory=139859139479168 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12946712 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626908240752 140627344636546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12946712 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626907186720 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12946713 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) R 11169 11172 7968 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626904029552 140627344636546 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) R 11169 11172 7968 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626902976752 140627325327040 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10551156 memory=139859139479168 CPUtime=0.02 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) R 11169 11172 7968 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 12946715 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626901923952 140627322990529 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10551156 memory=139859139479168 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946719 10804383744 7521 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30084 KiB

[startup+0.313705 s]*
/proc/loadavg: 7.40 7.45 7.24 8/212 11187
/proc/meminfo: memFree=23193588/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10551156 memory=39912 CPUtime=0.35 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 9252 0 0 0 32 3 0 0 20 0 15 0 12946704 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2637789 9978 2965 1 0 2627261 0
[pid=11172/tid=11174] ppid=11169 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) R 11169 11172 7968 0 -1 4202560 6236 0 0 0 19 2 0 0 20 0 15 0 12946710 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140627348858928 140627328705886 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946711 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12946712 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626908240752 140627344636546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12946712 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626907186720 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12946713 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 640 0 0 0 2 0 0 0 20 0 15 0 12946715 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626904029552 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 137 0 0 0 2 0 0 0 20 0 15 0 12946715 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626902976752 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10551156 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) R 11169 11172 7968 0 -1 4202560 873 0 0 0 7 0 0 0 20 0 15 0 12946715 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626901919712 140627344637334 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946719 10804383744 9978 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39912 KiB

[startup+0.700747 s]
/proc/loadavg: 7.40 7.45 7.24 8/212 11187
/proc/meminfo: memFree=23174828/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10551232 memory=214816 CPUtime=1.47 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 12691 0 0 0 137 10 0 0 20 0 15 0 12946704 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2637808 53704 3071 1 0 2627261 0
[pid=11172/tid=11174] ppid=11169 vsize=10551232 memory=193 CPUtime=0.54 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) S 11169 11172 7968 0 -1 1077944384 6840 0 0 0 51 3 0 0 20 0 15 0 12946710 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140627348862128 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 12946711 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10551232 memory=5 CPUtime=0.02 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 12946711 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10551232 memory=14 CPUtime=0.03 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 12946711 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10551232 memory=61 CPUtime=0.03 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 12946711 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12946712 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626908240752 140627344636546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) R 11169 11172 7968 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 15 0 12946712 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626907186720 140626976921656 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12946713 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10551232 memory=30 CPUtime=0.24 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) R 11169 11172 7968 0 -1 4202560 1570 0 0 0 24 0 0 0 20 0 15 0 12946715 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626904020832 140627344637334 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10551232 memory=2 CPUtime=0.25 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) R 11169 11172 7968 0 -1 1077944384 1094 0 0 0 25 0 0 0 20 0 15 0 12946715 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626902968032 140627344635605 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 1628 0 0 0 26 0 0 0 20 0 15 0 12946715 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626901923952 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12946719 10804461568 53704 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 214816 KiB

[startup+1.50075 s]
/proc/loadavg: 7.40 7.45 7.24 6/212 11187
/proc/meminfo: memFree=22777100/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10551232 memory=1227944 CPUtime=3.16 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 15288 0 0 0 269 47 0 0 20 0 15 0 12946704 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2637808 306986 3085 1 0 2627261 0
[pid=11172/tid=11174] ppid=11169 vsize=10551232 memory=11845 CPUtime=1.1 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) R 11169 11172 7968 0 -1 4202560 7739 0 0 0 95 15 0 0 20 0 15 0 12946710 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140627348862288 140627330693518 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10551232 memory=20955 CPUtime=0.28 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 400 0 0 0 21 7 0 0 20 0 15 0 12946711 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 436 0 0 0 20 7 0 0 20 0 15 0 12946711 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10551232 memory=-7812193691855986592 CPUtime=0.28 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 293 0 0 0 21 7 0 0 20 0 15 0 12946711 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10551232 memory=-7523660553960122769 CPUtime=0.28 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 213 0 0 0 21 7 0 0 20 0 15 0 12946711 10804461568 306986 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10551232 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 15 0 12946712 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626908240752 140627344636546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10551232 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12946712 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626907186720 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10551232 memory=7017234263446295922 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12946713 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10551232 memory=7017234263446295922 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12946715 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10551232 memory=8100115782532491875 CPUtime=0.28 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 1588 0 0 0 28 0 0 0 20 0 15 0 12946715 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626904029552 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10551232 memory=5861546396693583977 CPUtime=0.32 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 1109 0 0 0 32 0 0 0 20 0 15 0 12946715 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626902976752 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10551232 memory=7451894300419320161 CPUtime=0.27 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 1645 0 0 0 27 0 0 0 20 0 15 0 12946715 10804461568 307498 18446744073709551615 4194304 4196468 140736012092368 140626901923952 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0

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

/proc/11172/task/11178/stat : 11178 (java) R 11169 11172 7968 0 -1 4202560 764153 0 0 0 43316 229 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627298433416 140627337253607 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10686560 memory=1700 CPUtime=16.29 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 95759 0 0 0 1624 5 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626908239296 140627344635605 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626907186784 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 12946713 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10686560 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10686560 memory=11284 CPUtime=0.54 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 3088 0 0 0 53 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626904029600 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10686560 memory=2424 CPUtime=0.56 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 2443 0 0 0 56 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626902976512 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10686560 memory=1732 CPUtime=0.34 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 2287 0 0 0 33 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626901919824 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10686560 memory=640 CPUtime=0.16 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 785 0 0 0 8 8 0 0 20 0 17 0 12946719 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11308] ppid=11169 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11308/stat : 11308 (java) S 11169 11172 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626896666736 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11309] ppid=11169 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11309/stat : 11309 (java) S 11169 11172 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626895614384 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 1781.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317320 KiB

[startup+481.601 s]
/proc/loadavg: 7.24 7.49 7.33 9/217 11311
/proc/meminfo: memFree=14878224/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10686560 memory=8317320 CPUtime=1788.08 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 3431385 0 0 0 177883 925 0 0 20 0 17 0 12946704 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2671640 2079330 3157 1 0 2661055 0
[pid=11172/tid=11174] ppid=11169 vsize=10686560 memory=1440 CPUtime=18.57 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) S 11169 11172 7968 0 -1 1077944384 23469 0 0 0 1825 32 0 0 20 0 17 0 12946710 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627348866080 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10686560 memory=9916 CPUtime=439.77 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) R 11169 11172 7968 0 -1 4202560 953360 0 0 0 43763 214 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627301591816 140627337253607 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10686560 memory=-8774313645642428999 CPUtime=438.48 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) R 11169 11172 7968 0 -1 4202560 990481 0 0 0 43627 221 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627300539016 140627337253607 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10686560 memory=9916 CPUtime=436.31 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) R 11169 11172 7968 0 -1 4202560 593969 0 0 0 43418 213 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627299486296 140627329615042 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10686560 memory=1200 CPUtime=436.97 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) R 11169 11172 7968 0 -1 4202560 764153 0 0 0 43467 230 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627298433416 140627337253607 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10686560 memory=15872 CPUtime=16.29 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) S 11169 11172 7968 0 -1 1077944384 95759 0 0 0 1624 5 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626908239296 140627344635605 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626907186784 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 12946713 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10686560 memory=8317320 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10686560 memory=2012 CPUtime=0.54 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 3088 0 0 0 53 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626904029600 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10686560 memory=5520 CPUtime=0.56 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 2443 0 0 0 56 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626902976512 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10686560 memory=4612 CPUtime=0.34 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 2287 0 0 0 33 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626901919824 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10686560 memory=8676 CPUtime=0.16 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 785 0 0 0 8 8 0 0 20 0 17 0 12946719 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11308] ppid=11169 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11308/stat : 11308 (java) S 11169 11172 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626896666736 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11309] ppid=11169 vsize=10686560 memory=928 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11309/stat : 11309 (java) S 11169 11172 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626895614384 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 1788.08 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317320 KiB

[startup+482.401 s]
/proc/loadavg: 7.24 7.49 7.33 9/217 11311
/proc/meminfo: memFree=14878224/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10686560 memory=8317320 CPUtime=1790.18 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 3431385 0 0 0 178092 926 0 0 20 0 17 0 12946704 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2671640 2079330 3157 1 0 2661055 0
[pid=11172/tid=11174] ppid=11169 vsize=10686560 memory=8317320 CPUtime=18.57 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) S 11169 11172 7968 0 -1 1077944384 23469 0 0 0 1825 32 0 0 20 0 17 0 12946710 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627348866080 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10686560 memory=-8774313645642428999 CPUtime=440.19 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 953360 0 0 0 43805 214 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10686560 memory=2424 CPUtime=438.93 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 990481 0 0 0 43671 222 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10686560 memory=1296 CPUtime=436.76 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 593969 0 0 0 43463 213 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10686560 memory=1732 CPUtime=437.4 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 764153 0 0 0 43510 230 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10686560 memory=1700 CPUtime=16.64 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) R 11169 11172 7968 0 -1 4202560 95759 0 0 0 1659 5 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626908239184 140627329621952 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626907186784 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 12946713 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10686560 memory=5520 CPUtime=0.54 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 3088 0 0 0 53 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626904029600 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10686560 memory=-8774313645642428999 CPUtime=0.56 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 2443 0 0 0 56 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626902976512 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10686560 memory=15872 CPUtime=0.34 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 2287 0 0 0 33 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626901919824 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10686560 memory=16444 CPUtime=0.16 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 785 0 0 0 8 8 0 0 20 0 17 0 12946719 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11308] ppid=11169 vsize=10686560 memory=7664 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11308/stat : 11308 (java) S 11169 11172 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626896666736 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11309] ppid=11169 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11309/stat : 11309 (java) S 11169 11172 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626895614384 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 1790.18 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317320 KiB

[startup+482.601 s]
/proc/loadavg: 7.24 7.49 7.33 9/217 11311
/proc/meminfo: memFree=14878224/32770624 swapFree=67108860/67108860
[pid=11172] ppid=11169 vsize=10686560 memory=8317320 CPUtime=1790.38 cores=1,3,5,7
/proc/11172/stat : 11172 (java) S 11169 11172 7968 0 -1 1077944320 3431417 0 0 0 178112 926 0 0 20 0 17 0 12946704 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140736012074912 140627344625399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
/proc/11172/statm: 2671640 2079330 3157 1 0 2661055 0
[pid=11172/tid=11174] ppid=11169 vsize=10686560 memory=1792 CPUtime=18.57 cores=1,3,5,7
/proc/11172/task/11174/stat : 11174 (java) S 11169 11172 7968 0 -1 1077944384 23469 0 0 0 1825 32 0 0 20 0 17 0 12946710 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627348866080 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11175] ppid=11169 vsize=10686560 memory=960 CPUtime=440.19 cores=1,3,5,7
/proc/11172/task/11175/stat : 11175 (java) S 11169 11172 7968 0 -1 1077944384 953360 0 0 0 43805 214 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627301591696 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11176] ppid=11169 vsize=10686560 memory=7664 CPUtime=438.93 cores=1,3,5,7
/proc/11172/task/11176/stat : 11176 (java) S 11169 11172 7968 0 -1 1077944384 990481 0 0 0 43671 222 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627300538896 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11177] ppid=11169 vsize=10686560 memory=1236 CPUtime=436.76 cores=1,3,5,7
/proc/11172/task/11177/stat : 11177 (java) S 11169 11172 7968 0 -1 1077944384 593969 0 0 0 43463 213 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627299486096 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11178] ppid=11169 vsize=10686560 memory=640 CPUtime=437.4 cores=1,3,5,7
/proc/11172/task/11178/stat : 11178 (java) S 11169 11172 7968 0 -1 1077944384 764153 0 0 0 43510 230 0 0 20 0 17 0 12946711 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140627298433296 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11179] ppid=11169 vsize=10686560 memory=1792 CPUtime=16.83 cores=1,3,5,7
/proc/11172/task/11179/stat : 11179 (java) R 11169 11172 7968 0 -1 4202560 95791 0 0 0 1678 5 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626908239184 140627329082990 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11180] ppid=11169 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11180/stat : 11180 (java) S 11169 11172 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12946712 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626907186784 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11181] ppid=11169 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11181/stat : 11181 (java) S 11169 11172 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 12946713 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626906133872 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11182] ppid=11169 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11182/stat : 11182 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626905082192 140627344643995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11183] ppid=11169 vsize=10686560 memory=1588 CPUtime=0.54 cores=1,3,5,7
/proc/11172/task/11183/stat : 11183 (java) S 11169 11172 7968 0 -1 1077944384 3088 0 0 0 53 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626904029600 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11184] ppid=11169 vsize=10686560 memory=928 CPUtime=0.56 cores=1,3,5,7
/proc/11172/task/11184/stat : 11184 (java) S 11169 11172 7968 0 -1 1077944384 2443 0 0 0 56 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626902976512 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11185] ppid=11169 vsize=10686560 memory=2164 CPUtime=0.34 cores=1,3,5,7
/proc/11172/task/11185/stat : 11185 (java) S 11169 11172 7968 0 -1 1077944384 2287 0 0 0 33 1 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626901919824 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11186] ppid=11169 vsize=10686560 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11186/stat : 11186 (java) S 11169 11172 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12946715 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626900871392 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11187] ppid=11169 vsize=10686560 memory=8317320 CPUtime=0.16 cores=1,3,5,7
/proc/11172/task/11187/stat : 11187 (java) S 11169 11172 7968 0 -1 1077944384 785 0 0 0 8 8 0 0 20 0 17 0 12946719 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626899819696 140627344636546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11308] ppid=11169 vsize=10686560 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11308/stat : 11308 (java) S 11169 11172 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626896666736 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
[pid=11172/tid=11309] ppid=11169 vsize=10686560 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/11172/task/11309/stat : 11309 (java) S 11169 11172 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 12990850 10943037440 2079330 18446744073709551615 4194304 4196468 140736012092368 140626895614384 140627344635605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140736012095889 140736012096042 140736012096042 140736012099535 0
Current children cumulated CPU time: 1790.38 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317320 KiB

[startup+482.701 s]*
/proc/loadavg: 7.24 7.49 7.33 6/202 11311
/proc/meminfo: memFree=16051468/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): 482.775
CPU time (s): 1790.56
CPU user time (s): 1781.21
CPU system time (s): 9.34693
CPU usage (%): 370.89
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8317320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.21
system time used= 9.34693
maximum resident set size= 8317452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3431598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40889
involuntary context switches= 57751


# summary of solver processes directly reported to runsolver:
#   pid: 11172
#   total CPU time (s): 1790.56
#   total CPU user time (s): 1781.21
#   total CPU system time (s): 9.34693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.7319 second user time and 4.06912 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:03:23
IDJOB=4263127
IDBENCH=115738
IDSOLVER=2651
FILE ID=node128/4263127-1502590640
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= ecccf1fc77215d60d30343c091882466
RANDOM SEED=368241511

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:        23221388 kB
MemAvailable:   23721752 kB
Buffers:          106012 kB
Cached:           683312 kB
SwapCached:            0 kB
Active:          8516396 kB
Inactive:         610400 kB
Active(anon):    8337808 kB
Inactive(anon):    16764 kB
Active(file):     178588 kB
Inactive(file):   593636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       8337228 kB
Mapped:            43612 kB
Shmem:             17116 kB
Slab:             112356 kB
SReclaimable:      87948 kB
SUnreclaim:        24408 kB
KernelStack:        3440 kB
PageTables:        21240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8181760 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 04:11:26