Trace number 4263107

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) 2002.58 536.62903

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-7.xml
MD5SUM8361c52194adc4d0d2847bb08daa8f1b
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5206
Maximum domain size5206
Distribution of domain sizes[{"size":5206,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263107-1502588263/watcher-4263107-1502588263 -o /tmp/evaluation-result-4263107-1502588263/solver-4263107-1502588263 -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-4263107-1502588263.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=10284, runsolver pid=10281
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 7.44 7.35 7.14 6/202 10286
/proc/meminfo: memFree=23176096/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=9936560 memory=16620 CPUtime=0 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 3500 0 0 0 0 0 0 0 20 0 6 0 12709048 10175037440 4155 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2484140 4155 1921 1 0 2473637 0
[pid=10284/tid=10286] ppid=10281 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) R 10281 10284 7968 0 -1 4202560 2198 0 0 0 0 0 0 0 20 0 6 0 12709057 10175037440 4155 18446744073709551615 4194304 4196468 140727334403744 140241458684496 140241438528892 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12709058 10175037440 4155 18446744073709551615 4194304 4196468 140727334403744 140241065998992 140241454458581 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=9936560 memory=139669129455232 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12709058 10175037440 4221 18446744073709551615 4194304 4196468 140727334403744 140241064946192 140241454458581 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12709058 10175037440 4221 18446744073709551615 4194304 4196468 140727334403744 140241063893392 140241454458581 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12709058 10175037440 4221 18446744073709551615 4194304 4196468 140727334403744 140241062840592 140241454458581 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16620 KiB

[startup+0.210197 s]*
/proc/loadavg: 7.44 7.35 7.14 6/215 10299
/proc/meminfo: memFree=23165468/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10551156 memory=26484 CPUtime=0.09 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 5094 0 0 0 8 1 0 0 20 0 15 0 12709048 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2637789 6621 2766 1 0 2627261 0
[pid=10284/tid=10286] ppid=10281 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) R 10281 10284 7968 0 -1 4202560 3044 0 0 0 6 1 0 0 20 0 15 0 12709057 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241458671104 140241454470301 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241065998992 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10551156 memory=139669129463429 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241064946192 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241063893392 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241062840592 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10551156 memory=139669129455232 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709059 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140241018567536 140241454459522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12709060 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240949863968 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12709060 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240948811120 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709062 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 12709062 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240946706800 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12709062 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240945654000 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10551156 memory=139669129455232 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 15 0 12709062 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240944601200 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709063 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10551156 memory=139669129455232 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709067 10804383744 6621 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26484 KiB

[startup+0.31171 s]*
/proc/loadavg: 7.44 7.35 7.14 5/215 10299
/proc/meminfo: memFree=23152980/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10551156 memory=36812 CPUtime=0.24 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 8456 0 0 0 21 3 0 0 20 0 15 0 12709048 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2637789 9203 2866 1 0 2627261 0
[pid=10284/tid=10286] ppid=10281 vsize=10551156 memory=8318255677412212789 CPUtime=0.17 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) R 10281 10284 7968 0 -1 4202560 6090 0 0 0 15 2 0 0 20 0 15 0 12709057 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241458670512 140241454471965 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241065998992 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10551156 memory=139669129463429 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241064946192 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241063893392 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709058 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241062840592 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10551156 memory=3472467965357134512 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12709059 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140241018567536 140241454459522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12709060 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240949863968 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12709060 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240948811120 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709062 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 12709062 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240946706800 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 12709062 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240945654000 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10551156 memory=7160715133840086261 CPUtime=0.03 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 399 0 0 0 3 0 0 0 20 0 15 0 12709062 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240944601200 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709063 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10551156 memory=139669129455232 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709067 10804383744 9203 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36812 KiB

[startup+0.701568 s]
/proc/loadavg: 7.44 7.35 7.14 9/215 10299
/proc/meminfo: memFree=23142140/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10551232 memory=212800 CPUtime=1.21 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 11221 0 0 0 109 12 0 0 20 0 15 0 12709048 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2637808 53200 3044 1 0 2627261 0
[pid=10284/tid=10286] ppid=10281 vsize=10551232 memory=2241 CPUtime=0.51 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) S 10281 10284 7968 0 -1 1077944384 7488 0 0 0 46 5 0 0 20 0 15 0 12709057 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241458685296 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10551232 memory=2244 CPUtime=0.04 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) R 10281 10284 7968 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 15 0 12709058 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241065998992 140241439472078 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10551232 memory=2012 CPUtime=0.03 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) R 10281 10284 7968 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 15 0 12709058 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241064946080 140241439472073 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10551232 memory=5520 CPUtime=0.03 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) R 10281 10284 7968 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 15 0 12709058 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241063891368 140241439472078 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10551232 memory=4612 CPUtime=0.03 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) R 10281 10284 7968 0 -1 4202560 42 0 0 0 2 1 0 0 20 0 15 0 12709058 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241062840592 140241439470496 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10551232 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 12709059 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140241018566048 140241454458581 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10551232 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12709060 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240949863968 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12709060 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240948811120 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709062 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10551232 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 880 0 0 0 14 0 0 0 20 0 15 0 12709062 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240946698080 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10551232 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 273 0 0 0 14 0 0 0 20 0 15 0 12709062 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240945638528 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1071 0 0 0 22 0 0 0 20 0 15 0 12709062 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240944601200 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10551232 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709063 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709067 10804461568 53200 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 212800 KiB

[startup+1.50082 s]
/proc/loadavg: 7.44 7.35 7.14 9/215 10299
/proc/meminfo: memFree=22712416/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10551232 memory=881092 CPUtime=2.94 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 14025 0 0 0 252 42 0 0 20 0 15 0 12709048 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2637808 220273 3074 1 0 2627261 0
[pid=10284/tid=10286] ppid=10281 vsize=10551232 memory=288230613214036277 CPUtime=0.98 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) R 10281 10284 7968 0 -1 4202560 8193 0 0 0 88 10 0 0 20 0 15 0 12709057 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241458685264 140241440516494 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10551232 memory=15540730097567645 CPUtime=0.34 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) S 10281 10284 7968 0 -1 1077944384 267 0 0 0 27 7 0 0 20 0 15 0 12709058 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241065998992 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10551232 memory=28 CPUtime=0.34 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) S 10281 10284 7968 0 -1 1077944384 384 0 0 0 27 7 0 0 20 0 15 0 12709058 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241064946192 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10551232 memory=25 CPUtime=0.32 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) S 10281 10284 7968 0 -1 1077944384 755 0 0 0 25 7 0 0 20 0 15 0 12709058 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241063893392 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10551232 memory=25 CPUtime=0.31 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) S 10281 10284 7968 0 -1 1077944384 166 0 0 0 24 7 0 0 20 0 15 0 12709058 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241062840592 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10551232 memory=8881 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 12709059 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140241018567536 140241454459522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10551232 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12709060 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240949863968 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12709060 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240948811120 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709062 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10551232 memory=4124 CPUtime=0.15 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 884 0 0 0 15 0 0 0 20 0 15 0 12709062 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240946706800 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10551232 memory=11164 CPUtime=0.18 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 421 0 0 0 18 0 0 0 20 0 15 0 12709062 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240945654000 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10551232 memory=2424 CPUtime=0.23 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1089 0 0 0 23 0 0 0 20 0 15 0 12709062 10804461568 220273 18446744073709551615 4194304 4196468 140727334403744 140240944601200 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12709063 10804461568 220785 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12709067 10804461568 220785 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10551232 KiB

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

/proc/10284/task/10290/stat : 10290 (java) R 10281 10284 7968 0 -1 4202560 174186 0 0 0 48269 230 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241062840176 140241447076583 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10684512 memory=1200 CPUtime=17.77 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 98763 0 0 0 1772 5 0 0 20 0 17 0 12709059 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241018565856 140241454458581 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10684512 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240949864032 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10684512 memory=8303744 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240948811136 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10684512 memory=11176 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10684512 memory=2424 CPUtime=0.49 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 3433 0 0 0 49 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240946706800 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10684512 memory=-8774313645642428999 CPUtime=0.52 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 2676 0 0 0 52 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240945654000 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10684512 memory=1000 CPUtime=0.28 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1969 0 0 0 28 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240944601200 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709063 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10684512 memory=5520 CPUtime=0.17 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 536 0 0 0 11 6 0 0 20 0 17 0 12709067 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10420] ppid=10281 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10420/stat : 10420 (java) S 10281 10284 7968 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240941436640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10421] ppid=10281 vsize=10684512 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10421/stat : 10421 (java) S 10281 10284 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240940388752 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 1981.56 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8303828 KiB

[startup+534.401 s]
/proc/loadavg: 7.15 7.26 7.13 9/214 10425
/proc/meminfo: memFree=15259404/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10684512 memory=8303828 CPUtime=1994.07 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 801950 0 0 0 198480 927 0 0 20 0 17 0 12709048 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2671128 2075957 3159 1 0 2660543 0
[pid=10284/tid=10286] ppid=10281 vsize=10684512 memory=1296 CPUtime=16.7 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) S 10281 10284 7968 0 -1 1077944384 24565 0 0 0 1639 31 0 0 20 0 17 0 12709057 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241458689056 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10684512 memory=88407606841446 CPUtime=489.19 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) R 10281 10284 7968 0 -1 4202560 148213 0 0 0 48692 227 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241065998888 140241447076583 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10684512 memory=4640494920667143581 CPUtime=488.13 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) R 10281 10284 7968 0 -1 4202560 173347 0 0 0 48584 229 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241064946392 140241439399368 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10684512 memory=8303828 CPUtime=492.62 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) R 10281 10284 7968 0 -1 4202560 172374 0 0 0 49067 195 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241063892976 140241447076583 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10684512 memory=8303744 CPUtime=488.07 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) R 10281 10284 7968 0 -1 4202560 174186 0 0 0 48576 231 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241062840488 140241447076583 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10684512 memory=-8774313645642428999 CPUtime=17.77 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 98763 0 0 0 1772 5 0 0 20 0 17 0 12709059 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241018565856 140241454458581 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10684512 memory=7165055948907110737 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240949864032 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10684512 memory=7165055948907110737 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240948811136 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10684512 memory=7165055948907110737 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10684512 memory=1732 CPUtime=0.49 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 3433 0 0 0 49 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240946706848 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10684512 memory=1700 CPUtime=0.52 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 2676 0 0 0 52 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240945653760 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10684512 memory=1228 CPUtime=0.28 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1969 0 0 0 28 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240944601248 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10684512 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709063 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10684512 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 536 0 0 0 12 6 0 0 20 0 17 0 12709067 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10420] ppid=10281 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10420/stat : 10420 (java) S 10281 10284 7968 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240941436640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10421] ppid=10281 vsize=10684512 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10421/stat : 10421 (java) S 10281 10284 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240940388752 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 1994.07 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8303828 KiB

[startup+536.002 s]*
/proc/loadavg: 7.21 7.27 7.14 9/214 10426
/proc/meminfo: memFree=15259404/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10684512 memory=8303828 CPUtime=2000.43 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 834955 0 0 0 199115 928 0 0 20 0 17 0 12709048 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2671128 2075957 3159 1 0 2660543 0
[pid=10284/tid=10286] ppid=10281 vsize=10684512 memory=3016 CPUtime=16.7 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) S 10281 10284 7968 0 -1 1077944384 24565 0 0 0 1639 31 0 0 20 0 17 0 12709057 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241458689056 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10684512 memory=8303828 CPUtime=490.76 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) R 10281 10284 7968 0 -1 4202560 178426 0 0 0 48848 228 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241065999192 140241439444779 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10684512 memory=1148 CPUtime=489.73 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) R 10281 10284 7968 0 -1 4202560 173398 0 0 0 48744 229 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241064946392 140241436058080 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10684512 memory=-8774313645642428999 CPUtime=494.22 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) R 10281 10284 7968 0 -1 4202560 172374 0 0 0 49227 195 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241063893280 140241436058061 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10684512 memory=1732 CPUtime=489.65 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) R 10281 10284 7968 0 -1 1077944384 174215 0 0 0 48734 231 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241062840400 140241454459522 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10684512 memory=1700 CPUtime=17.78 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 101475 0 0 0 1773 5 0 0 20 0 17 0 12709059 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241018566080 140241454458581 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10684512 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240949864032 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10684512 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240948811136 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10684512 memory=5520 CPUtime=0.49 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 3433 0 0 0 49 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240946706848 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10684512 memory=4612 CPUtime=0.52 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 2676 0 0 0 52 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240945653760 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10684512 memory=792 CPUtime=0.28 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1969 0 0 0 28 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240944601248 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10684512 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709063 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10684512 memory=1440 CPUtime=0.18 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 536 0 0 0 12 6 0 0 20 0 17 0 12709067 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10420] ppid=10281 vsize=10684512 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10420/stat : 10420 (java) S 10281 10284 7968 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240941436640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10421] ppid=10281 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10421/stat : 10421 (java) S 10281 10284 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240940388752 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 2000.43 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8303828 KiB

[startup+536.401 s]
/proc/loadavg: 7.21 7.27 7.14 9/214 10426
/proc/meminfo: memFree=15259404/32770624 swapFree=67108860/67108860
[pid=10284] ppid=10281 vsize=10684512 memory=8303828 CPUtime=2001.95 cores=0,2,4,6
/proc/10284/stat : 10284 (java) S 10281 10284 7968 0 -1 1077944320 834955 0 0 0 199266 929 0 0 20 0 17 0 12709048 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140727334386288 140241454448375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
/proc/10284/statm: 2671128 2075957 3159 1 0 2660543 0
[pid=10284/tid=10286] ppid=10281 vsize=10684512 memory=16444 CPUtime=16.7 cores=0,2,4,6
/proc/10284/task/10286/stat : 10286 (java) S 10281 10284 7968 0 -1 1077944384 24565 0 0 0 1639 31 0 0 20 0 17 0 12709057 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241458689056 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10287] ppid=10281 vsize=10684512 memory=-8774313645642428999 CPUtime=491.15 cores=0,2,4,6
/proc/10284/task/10287/stat : 10287 (java) R 10281 10284 7968 0 -1 4202560 178426 0 0 0 48887 228 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241065999192 140241439444884 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10288] ppid=10281 vsize=10684512 memory=1236 CPUtime=490.11 cores=0,2,4,6
/proc/10284/task/10288/stat : 10288 (java) R 10281 10284 7968 0 -1 4202560 173398 0 0 0 48782 229 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241064946000 140241447076583 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10289] ppid=10281 vsize=10684512 memory=640 CPUtime=494.59 cores=0,2,4,6
/proc/10284/task/10289/stat : 10289 (java) R 10281 10284 7968 0 -1 4202560 172374 0 0 0 49264 195 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241063893200 140241447076583 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10290] ppid=10281 vsize=10684512 memory=1792 CPUtime=490.04 cores=0,2,4,6
/proc/10284/task/10290/stat : 10290 (java) R 10281 10284 7968 0 -1 4202560 174215 0 0 0 48772 232 0 0 20 0 17 0 12709058 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241062840712 140241447076583 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10291] ppid=10281 vsize=10684512 memory=960 CPUtime=17.78 cores=0,2,4,6
/proc/10284/task/10291/stat : 10291 (java) S 10281 10284 7968 0 -1 1077944384 101475 0 0 0 1773 5 0 0 20 0 17 0 12709059 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140241018566080 140241454458581 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10292] ppid=10281 vsize=10684512 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10292/stat : 10292 (java) S 10281 10284 7968 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240949864032 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10293] ppid=10281 vsize=10684512 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10293/stat : 10293 (java) S 10281 10284 7968 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 17 0 12709060 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240948811136 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10294] ppid=10281 vsize=10684512 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10294/stat : 10294 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240947759440 140241454466971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10295] ppid=10281 vsize=10684512 memory=928 CPUtime=0.49 cores=0,2,4,6
/proc/10284/task/10295/stat : 10295 (java) S 10281 10284 7968 0 -1 1077944384 3433 0 0 0 49 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240946706848 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10296] ppid=10281 vsize=10684512 memory=2164 CPUtime=0.52 cores=0,2,4,6
/proc/10284/task/10296/stat : 10296 (java) S 10281 10284 7968 0 -1 1077944384 2676 0 0 0 52 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240945653760 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10297] ppid=10281 vsize=10684512 memory=840 CPUtime=0.28 cores=0,2,4,6
/proc/10284/task/10297/stat : 10297 (java) S 10281 10284 7968 0 -1 1077944384 1969 0 0 0 28 0 0 0 20 0 17 0 12709062 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240944601248 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10298] ppid=10281 vsize=10684512 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10298/stat : 10298 (java) S 10281 10284 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12709063 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240943548640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10299] ppid=10281 vsize=10684512 memory=3868 CPUtime=0.18 cores=0,2,4,6
/proc/10284/task/10299/stat : 10299 (java) S 10281 10284 7968 0 -1 1077944384 536 0 0 0 12 6 0 0 20 0 17 0 12709067 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240942496944 140241454459522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10420] ppid=10281 vsize=10684512 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10420/stat : 10420 (java) S 10281 10284 7968 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240941436640 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
[pid=10284/tid=10421] ppid=10281 vsize=10684512 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/10284/task/10421/stat : 10421 (java) S 10281 10284 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 17 0 12755724 10940940288 2075957 18446744073709551615 4194304 4196468 140727334403744 140240940388752 140241454458581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140727334412689 140727334412842 140727334412842 140727334416335 0
Current children cumulated CPU time: 2001.95 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8303828 KiB

[startup+536.601 s]*
/proc/loadavg: 7.21 7.27 7.14 6/199 10426
/proc/meminfo: memFree=17164304/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): 536.629
CPU time (s): 2002.58
CPU user time (s): 1993.24
CPU system time (s): 9.33978
CPU usage (%): 373.179
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8303828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1993.25
system time used= 9.33978
maximum resident set size= 8303828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 835078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44576
involuntary context switches= 63939


# summary of solver processes directly reported to runsolver:
#   pid: 10284
#   total CPU time (s): 2002.58
#   total CPU user time (s): 1993.24
#   total CPU system time (s): 9.33978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97526 second user time and 5.42414 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:23:47
IDJOB=4263107
IDBENCH=115674
IDSOLVER=2651
FILE ID=node128/4263107-1502588263
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-100-05-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263107-1502588263/watcher-4263107-1502588263 -o /tmp/evaluation-result-4263107-1502588263/solver-4263107-1502588263 -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-4263107-1502588263.xml

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

MD5SUM BENCH= 8361c52194adc4d0d2847bb08daa8f1b
RANDOM SEED=481845663

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:        23178152 kB
MemAvailable:   23673580 kB
Buffers:          103220 kB
Cached:           680848 kB
SwapCached:            0 kB
Active:          8562644 kB
Inactive:         606144 kB
Active(anon):    8384596 kB
Inactive(anon):    16776 kB
Active(file):     178048 kB
Inactive(file):   589368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:       8387812 kB
Mapped:            43652 kB
Shmem:             17148 kB
Slab:             112300 kB
SReclaimable:      87696 kB
SUnreclaim:        24604 kB
KernelStack:        3792 kB
PageTables:        22212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8622632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7655424 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 03:32:44