Trace number 4263119

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) 1661.62 447.53601

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-2.xml
MD5SUM5792b685e17c6bfa87a9d80140b648f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1584
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1674
Maximum domain size1674
Distribution of domain sizes[{"size":1674,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263119-1502591203/watcher-4263119-1502591203 -o /tmp/evaluation-result-4263119-1502591203/solver-4263119-1502591203 -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-4263119-1502591203.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
Current StackSize limit: 8192 KiB

solver pid=11453, runsolver pid=11450

[startup+0.102899 s]*
/proc/loadavg: 6.37 7.10 7.20 6/205 11461
/proc/meminfo: memFree=23213856/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10151672 memory=22664 CPUtime=0.03 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 3981 0 0 0 2 1 0 0 20 0 9 0 13002970 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2537918 5666 2110 1 0 2527415 0
[pid=11453/tid=11455] ppid=11450 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) R 11450 11453 7968 0 -1 4202560 2641 0 0 0 2 0 0 0 20 0 9 0 13002978 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789614457288 139789610243229 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13002979 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789577779728 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10151672 memory=140684605466240 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13002979 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789576727184 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13002979 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789219739920 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13002979 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789218687376 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10151672 memory=140684605466240 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13002980 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139789174414064 139789610232450 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 9 0 13002981 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139788649752224 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13002981 10395312128 5666 18446744073709551615 4194304 4196468 140731430404016 139788648699184 139789610231509 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 22664 KiB

[startup+0.21547 s]*
/proc/loadavg: 6.37 7.10 7.20 7/212 11468
/proc/meminfo: memFree=23204796/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10551156 memory=32040 CPUtime=0.14 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 7635 0 0 0 12 2 0 0 20 0 15 0 13002970 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2637789 8010 2794 1 0 2627261 0
[pid=11453/tid=11455] ppid=11450 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) R 11450 11453 7968 0 -1 4202560 5490 0 0 0 8 2 0 0 20 0 15 0 13002978 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789614446368 139789251271882 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789577779728 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10551156 memory=140684605474522 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789576727184 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789219739920 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789218687376 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10551156 memory=140684605466240 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13002980 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139789174414064 139789610232450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 13002981 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788649752224 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13002981 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788648699120 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002983 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 13002983 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788646594800 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13002983 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788645542256 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10551156 memory=140684605466240 CPUtime=0.02 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) R 11450 11453 7968 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 13002983 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788644489200 139789610242650 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002984 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10551156 memory=140684605466240 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002987 10804383744 8010 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 32040 KiB

[startup+0.310355 s]*
/proc/loadavg: 6.37 7.10 7.20 7/212 11468
/proc/meminfo: memFree=23199696/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10551156 memory=41408 CPUtime=0.3 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 9051 0 0 0 27 3 0 0 20 0 15 0 13002970 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2637789 10352 2932 1 0 2627261 0
[pid=11453/tid=11455] ppid=11450 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) R 11450 11453 7968 0 -1 4202560 6189 0 0 0 17 2 0 0 20 0 15 0 13002978 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789614458960 139789594301790 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789577779728 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789576727184 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789219739920 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13002979 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789218687376 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13002980 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139789174414064 139789610232450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 13002981 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788649752224 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13002981 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788648699120 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002983 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 13002983 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788646594800 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 15 0 13002983 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788645542256 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10551156 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) R 11450 11453 7968 0 -1 4202560 801 0 0 0 6 0 0 0 20 0 15 0 13002983 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788644485944 139789588896363 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002984 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002987 10804383744 10352 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41408 KiB

[startup+0.701136 s]
/proc/loadavg: 6.37 7.10 7.20 7/212 11468
/proc/meminfo: memFree=23186948/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10551232 memory=230220 CPUtime=1.29 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 11724 0 0 0 116 13 0 0 20 0 15 0 13002970 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2637808 57555 3075 1 0 2627261 0
[pid=11453/tid=11455] ppid=11450 vsize=10551232 memory=193 CPUtime=0.52 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) S 11450 11453 7968 0 -1 1077944384 7497 0 0 0 47 5 0 0 20 0 15 0 13002978 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789614458096 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) R 11450 11453 7968 0 -1 4202560 123 0 0 0 3 1 0 0 20 0 15 0 13002979 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789577779928 139789595245006 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10551232 memory=5 CPUtime=0.05 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) R 11450 11453 7968 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 15 0 13002979 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789576727384 139789595249559 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10551232 memory=14 CPUtime=0.03 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) R 11450 11453 7968 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 15 0 13002979 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789219740120 139789595245006 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10551232 memory=61 CPUtime=0.04 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) R 11450 11453 7968 0 -1 4202560 125 0 0 0 3 1 0 0 20 0 15 0 13002979 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789218687264 139789595249535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13002980 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139789174412576 139789610231509 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 13002981 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788649752224 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13002981 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788648699120 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002983 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10551232 memory=30 CPUtime=0.16 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 907 0 0 0 16 0 0 0 20 0 15 0 13002983 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788646579792 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10551232 memory=2 CPUtime=0.17 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 425 0 0 0 17 0 0 0 20 0 15 0 13002983 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788645542256 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 1066 0 0 0 22 0 0 0 20 0 15 0 13002983 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788644489200 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002984 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13002987 10804461568 57555 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 230220 KiB

[startup+1.50116 s]
/proc/loadavg: 6.37 7.10 7.20 6/212 11468
/proc/meminfo: memFree=22612836/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10551232 memory=982436 CPUtime=2.96 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 15147 0 0 0 254 42 0 0 20 0 15 0 13002970 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2637808 245609 3085 1 0 2627261 0
[pid=11453/tid=11455] ppid=11450 vsize=10551232 memory=7085094966503238764 CPUtime=1.13 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) R 11450 11453 7968 0 -1 4202560 8705 0 0 0 99 14 0 0 20 0 15 0 13002978 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789614452112 139789253670136 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10551232 memory=-3472574513799858009 CPUtime=0.23 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) S 11450 11453 7968 0 -1 1077944384 303 0 0 0 16 7 0 0 20 0 15 0 13002979 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789577779728 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10551232 memory=-6081406862755241769 CPUtime=0.23 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) S 11450 11453 7968 0 -1 1077944384 211 0 0 0 17 6 0 0 20 0 15 0 13002979 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789576727184 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10551232 memory=-7449383003082255457 CPUtime=0.22 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) S 11450 11453 7968 0 -1 1077944384 217 0 0 0 16 6 0 0 20 0 15 0 13002979 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789219739920 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10551232 memory=7679937539709960979 CPUtime=0.22 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) S 11450 11453 7968 0 -1 1077944384 301 0 0 0 16 6 0 0 20 0 15 0 13002979 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789218687376 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 13002980 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139789174414064 139789610232450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 13002981 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139788649752224 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13002981 10804461568 245609 18446744073709551615 4194304 4196468 140731430404016 139788648699120 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13002983 10804461568 246121 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10551232 memory=6944656592455097440 CPUtime=0.31 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) R 11450 11453 7968 0 -1 4202560 1459 0 0 0 31 0 0 0 20 0 15 0 13002983 10804461568 246121 18446744073709551615 4194304 4196468 140731430404016 139788646581568 139789596238148 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10551232 memory=6944656575208382560 CPUtime=0.3 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) R 11450 11453 7968 0 -1 4202560 937 0 0 0 30 0 0 0 20 0 15 0 13002983 10804461568 246121 18446744073709551615 4194304 4196468 140731430404016 139788645534192 139789593632096 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 1178 0 0 0 26 0 0 0 20 0 15 0 13002983 10804461568 246121 18446744073709551615 4194304 4196468 140731430404016 139788644489200 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0

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

/proc/11453/task/11459/stat : 11459 (java) R 11450 11453 7968 0 -1 4202560 130473 0 0 0 40104 215 0 0 20 0 17 0 13002979 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789218687272 139789602849511 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10686560 memory=1228 CPUtime=18.22 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 82397 0 0 0 1817 5 0 0 20 0 17 0 13002980 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789174412384 139789610231509 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788649752288 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10686560 memory=8305308 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788648699136 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10686560 memory=4612 CPUtime=0.45 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 2440 0 0 0 45 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788646594800 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10686560 memory=792 CPUtime=0.44 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 1674 0 0 0 44 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788645542256 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10686560 memory=4612 CPUtime=0.3 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 2966 0 0 0 30 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788644486704 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002984 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10686560 memory=8676 CPUtime=0.14 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 584 0 0 0 9 5 0 0 20 0 17 0 13002987 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11498] ppid=11450 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11498/stat : 11498 (java) S 11450 11453 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788639232240 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11499] ppid=11450 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11499/stat : 11499 (java) S 11450 11453 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788638179424 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 1651.13 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305308 KiB

[startup+446.41 s]
/proc/loadavg: 7.55 7.57 7.39 9/218 11515
/proc/meminfo: memFree=14907632/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10686560 memory=8305308 CPUtime=1657.46 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 641945 0 0 0 164888 858 0 0 20 0 17 0 13002970 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2671640 2076327 3154 1 0 2661055 0
[pid=11453/tid=11455] ppid=11450 vsize=10686560 memory=-8774313645642428999 CPUtime=14.41 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) S 11450 11453 7968 0 -1 1077944384 20365 0 0 0 1416 25 0 0 20 0 17 0 13002978 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789614461984 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10686560 memory=1440 CPUtime=407.66 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) R 11450 11453 7968 0 -1 4202560 86782 0 0 0 40568 198 0 0 20 0 17 0 13002979 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789577779928 139789595217955 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10686560 memory=9916 CPUtime=405.93 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) R 11450 11453 7968 0 -1 4202560 137755 0 0 0 40393 200 0 0 20 0 17 0 13002979 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789576727072 139789594920271 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10686560 memory=1200 CPUtime=405.08 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) R 11450 11453 7968 0 -1 4202560 175040 0 0 0 40301 207 0 0 20 0 17 0 13002979 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789219740120 139789591831132 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10686560 memory=15872 CPUtime=404.74 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) R 11450 11453 7968 0 -1 4202560 130473 0 0 0 40258 216 0 0 20 0 17 0 13002979 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789218687576 139789594920048 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10686560 memory=1228 CPUtime=18.22 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 82398 0 0 0 1817 5 0 0 20 0 17 0 13002980 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139789174412608 139789610231509 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788649752288 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788648699136 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10686560 memory=4612 CPUtime=0.45 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 2440 0 0 0 45 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788646594560 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10686560 memory=960 CPUtime=0.44 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 1674 0 0 0 44 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788645542304 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10686560 memory=2248 CPUtime=0.3 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 2966 0 0 0 30 0 0 0 20 0 17 0 13002983 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788644486704 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10686560 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002984 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10686560 memory=1588 CPUtime=0.14 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 584 0 0 0 9 5 0 0 20 0 17 0 13002987 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11498] ppid=11450 vsize=10686560 memory=928 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11498/stat : 11498 (java) S 11450 11453 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788639232240 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11499] ppid=11450 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11499/stat : 11499 (java) S 11450 11453 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076327 18446744073709551615 4194304 4196468 140731430404016 139788638179424 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 1657.46 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305308 KiB

[startup+447.201 s]
/proc/loadavg: 7.51 7.56 7.39 6/218 11515
/proc/meminfo: memFree=14907632/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10686560 memory=8305312 CPUtime=1660.57 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 642077 0 0 0 165199 858 0 0 20 0 17 0 13002970 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2671640 2076328 3154 1 0 2661055 0
[pid=11453/tid=11455] ppid=11450 vsize=10686560 memory=2760 CPUtime=14.41 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) S 11450 11453 7968 0 -1 1077944384 20365 0 0 0 1416 25 0 0 20 0 17 0 13002978 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789614461984 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10686560 memory=2760 CPUtime=408.43 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) R 11450 11453 7968 0 -1 4202560 86782 0 0 0 40645 198 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789577779536 139789602849511 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10686560 memory=-8774313645642428999 CPUtime=406.72 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) R 11450 11453 7968 0 -1 4202560 137755 0 0 0 40472 200 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789576726992 139789602849511 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10686560 memory=2424 CPUtime=405.87 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) R 11450 11453 7968 0 -1 4202560 175044 0 0 0 40380 207 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789219740120 139789595217704 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10686560 memory=1296 CPUtime=405.5 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) R 11450 11453 7968 0 -1 4202560 130601 0 0 0 40334 216 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789218687496 139789602849511 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10686560 memory=1732 CPUtime=18.22 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 82398 0 0 0 1817 5 0 0 20 0 17 0 13002980 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789174412608 139789610231509 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10686560 memory=8305308 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788649752288 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788648699136 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10686560 memory=7672 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10686560 memory=1236 CPUtime=0.45 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 2440 0 0 0 45 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788646594560 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10686560 memory=640 CPUtime=0.44 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 1674 0 0 0 44 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788645542304 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10686560 memory=1792 CPUtime=0.3 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 2966 0 0 0 30 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788644486704 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002984 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10686560 memory=4612 CPUtime=0.14 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 584 0 0 0 9 5 0 0 20 0 17 0 13002987 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11498] ppid=11450 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11498/stat : 11498 (java) S 11450 11453 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788639232240 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11499] ppid=11450 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11499/stat : 11499 (java) S 11450 11453 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788638179424 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 1660.57 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305312 KiB

[startup+447.401 s]
/proc/loadavg: 7.51 7.56 7.39 6/218 11515
/proc/meminfo: memFree=14907632/32770624 swapFree=67108860/67108860
[pid=11453] ppid=11450 vsize=10686560 memory=8305312 CPUtime=1661.35 cores=0,2,4,6
/proc/11453/stat : 11453 (java) S 11450 11453 7968 0 -1 1077944320 642077 0 0 0 165276 859 0 0 20 0 17 0 13002970 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 140731430386560 139789610221303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
/proc/11453/statm: 2671640 2076328 3154 1 0 2661055 0
[pid=11453/tid=11455] ppid=11450 vsize=10686560 memory=9916 CPUtime=14.41 cores=0,2,4,6
/proc/11453/task/11455/stat : 11455 (java) S 11450 11453 7968 0 -1 1077944384 20365 0 0 0 1416 25 0 0 20 0 17 0 13002978 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789614461984 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11456] ppid=11450 vsize=10686560 memory=1200 CPUtime=408.63 cores=0,2,4,6
/proc/11453/task/11456/stat : 11456 (java) R 11450 11453 7968 0 -1 4202560 86782 0 0 0 40664 199 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789577779536 139789602849511 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11457] ppid=11450 vsize=10686560 memory=-8774313645642428999 CPUtime=406.91 cores=0,2,4,6
/proc/11453/task/11457/stat : 11457 (java) R 11450 11453 7968 0 -1 4202560 137755 0 0 0 40491 200 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789576726992 139789602849511 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11458] ppid=11450 vsize=10686560 memory=1296 CPUtime=406.07 cores=0,2,4,6
/proc/11453/task/11458/stat : 11458 (java) R 11450 11453 7968 0 -1 4202560 175044 0 0 0 40400 207 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789219740120 139789595217704 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11459] ppid=11450 vsize=10686560 memory=1732 CPUtime=405.69 cores=0,2,4,6
/proc/11453/task/11459/stat : 11459 (java) R 11450 11453 7968 0 -1 4202560 130601 0 0 0 40353 216 0 0 20 0 17 0 13002979 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789218687496 139789602849511 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11460] ppid=11450 vsize=10686560 memory=1700 CPUtime=18.22 cores=0,2,4,6
/proc/11453/task/11460/stat : 11460 (java) S 11450 11453 7968 0 -1 1077944384 82398 0 0 0 1817 5 0 0 20 0 17 0 13002980 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139789174412608 139789610231509 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11461] ppid=11450 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11461/stat : 11461 (java) S 11450 11453 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788649752288 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11462] ppid=11450 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11462/stat : 11462 (java) S 11450 11453 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 13002981 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788648699136 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11463] ppid=11450 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11463/stat : 11463 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788647647696 139789610239899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11464] ppid=11450 vsize=10686560 memory=960 CPUtime=0.45 cores=0,2,4,6
/proc/11453/task/11464/stat : 11464 (java) S 11450 11453 7968 0 -1 1077944384 2440 0 0 0 45 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788646594560 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11465] ppid=11450 vsize=10686560 memory=2248 CPUtime=0.44 cores=0,2,4,6
/proc/11453/task/11465/stat : 11465 (java) S 11450 11453 7968 0 -1 1077944384 1674 0 0 0 44 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788645542304 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11466] ppid=11450 vsize=10686560 memory=4304 CPUtime=0.3 cores=0,2,4,6
/proc/11453/task/11466/stat : 11466 (java) S 11450 11453 7968 0 -1 1077944384 2966 0 0 0 30 0 0 0 20 0 17 0 13002983 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788644486704 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11467] ppid=11450 vsize=10686560 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11467/stat : 11467 (java) S 11450 11453 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13002984 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788643436896 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11468] ppid=11450 vsize=10686560 memory=928 CPUtime=0.14 cores=0,2,4,6
/proc/11453/task/11468/stat : 11468 (java) S 11450 11453 7968 0 -1 1077944384 584 0 0 0 9 5 0 0 20 0 17 0 13002987 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788642384944 139789610232450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11498] ppid=11450 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11498/stat : 11498 (java) S 11450 11453 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788639232240 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
[pid=11453/tid=11499] ppid=11450 vsize=10686560 memory=840 CPUtime=0 cores=0,2,4,6
/proc/11453/task/11499/stat : 11499 (java) S 11450 11453 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13044871 10943037440 2076328 18446744073709551615 4194304 4196468 140731430404016 139788638179424 139789610231509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15851520 140731430408593 140731430408746 140731430408746 140731430412239 0
Current children cumulated CPU time: 1661.35 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305312 KiB

[startup+447.522 s]*
/proc/loadavg: 7.51 7.56 7.39 3/189 11515
/proc/meminfo: memFree=23438340/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): 447.536
CPU time (s): 1661.62
CPU user time (s): 1652.99
CPU system time (s): 8.6356
CPU usage (%): 371.283
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8305312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1652.99
system time used= 8.6356
maximum resident set size= 8305416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34936
involuntary context switches= 48434


# summary of solver processes directly reported to runsolver:
#   pid: 11453
#   total CPU time (s): 1661.62
#   total CPU user time (s): 1652.99
#   total CPU system time (s): 8.6356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.76005 second user time and 4.20637 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:12:46
IDJOB=4263119
IDBENCH=115756
IDSOLVER=2651
FILE ID=node128/4263119-1502591203
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263119-1502591203/watcher-4263119-1502591203 -o /tmp/evaluation-result-4263119-1502591203/solver-4263119-1502591203 -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-4263119-1502591203.xml

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

MD5SUM BENCH= 5792b685e17c6bfa87a9d80140b648f0
RANDOM SEED=440775921

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:        23227796 kB
MemAvailable:   23729380 kB
Buffers:          106604 kB
Cached:           684164 kB
SwapCached:            0 kB
Active:          8509936 kB
Inactive:         611336 kB
Active(anon):    8331076 kB
Inactive(anon):    16764 kB
Active(file):     178860 kB
Inactive(file):   594572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:       8332744 kB
Mapped:            43628 kB
Shmem:             17116 kB
Slab:             112552 kB
SReclaimable:      87972 kB
SUnreclaim:        24580 kB
KernelStack:        3488 kB
PageTables:        21308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6975488 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:20:14