Trace number 4263776

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? 1344.65 364.61099

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark996
Best CPU time to get the best result obtained on this benchmark19860.699
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12640 MiB free)
  memory of node 1: 16384 MiB (15591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263776-1502598135/watcher-4263776-1502598135 -o /tmp/evaluation-result-4263776-1502598135/solver-4263776-1502598135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263776-1502598135.xml 

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

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

solver pid=19616, runsolver pid=19613

[startup+0.100158 s]*
/proc/loadavg: 3.94 3.63 2.67 3/201 19622
/proc/meminfo: memFree=28898716/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10085108 memory=19852 CPUtime=0.02 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 3802 0 0 0 1 1 0 0 20 0 8 0 62008923 10327150592 4963 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2521277 4963 2055 1 0 2510774 0
[pid=19616/tid=19618] ppid=19613 vsize=10151672 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) R 19613 19616 12560 0 -1 4202560 2476 0 0 0 1 0 0 0 20 0 9 0 62008932 10395312128 4963 18446744073709551615 4194304 4196468 140731502603760 140440315872216 140440303969052 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10151672 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62008932 10395312128 4963 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10151676 memory=139792235280000 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62008932 10395316224 4963 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62008932 10395312128 5012 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62008932 10395312128 5014 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10151672 memory=139792235280000 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62008934 10395312128 5014 18446744073709551615 4194304 4196468 140731502603760 140439875836272 140440311646850 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 62008934 10395312128 5014 18446744073709551615 4194304 4196468 140731502603760 140439874782240 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 62008934 10395312128 5014 18446744073709551615 4194304 4196468 140731502603760 140439873729456 140440311645909 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19852 KiB

[startup+0.209922 s]*
/proc/loadavg: 3.94 3.63 2.67 3/210 19631
/proc/meminfo: memFree=28893920/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10552180 memory=29504 CPUtime=0.11 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 6702 0 0 0 9 2 0 0 20 0 15 0 62008923 10805432320 7310 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2638045 7310 2799 1 0 2627517 0
[pid=19616/tid=19618] ppid=19613 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) R 19613 19616 12560 0 -1 4202560 4820 0 0 0 7 1 0 0 20 0 15 0 62008932 10805432320 7508 18446744073709551615 4194304 4196468 140731502603760 140440315824048 140440304315421 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008932 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10552180 memory=288370168386991744 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008932 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008932 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008932 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10552180 memory=139792235280000 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008934 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439875836272 140440311646850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62008934 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439874782240 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62008934 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439873729392 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 62008937 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439871626096 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008937 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439870573296 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10552180 memory=139792235280000 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 62008937 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439869520496 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10552180 memory=139792235280000 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008941 10805432320 7574 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29504 KiB

[startup+0.310198 s]*
/proc/loadavg: 3.94 3.63 2.67 3/210 19631
/proc/meminfo: memFree=28883288/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10551156 memory=36912 CPUtime=0.26 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 8542 0 0 0 23 3 0 0 20 0 15 0 62008923 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2637789 9228 2864 1 0 2627261 0
[pid=19616/tid=19618] ppid=19613 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) R 19613 19616 12560 0 -1 4202560 6133 0 0 0 16 2 0 0 20 0 15 0 62008932 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140440315869728 140440311647638 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008932 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008932 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008932 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008932 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62008934 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439875836272 140440311646850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62008934 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439874782240 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62008934 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439873729392 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 62008937 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439871626096 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 62008937 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439870573296 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) R 19613 19616 12560 0 -1 4202560 426 0 0 0 4 0 0 0 20 0 15 0 62008937 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439869520496 140440295828430 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008941 10804383744 9228 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36912 KiB

[startup+0.700721 s]
/proc/loadavg: 3.94 3.63 2.67 6/210 19631
/proc/meminfo: memFree=28866148/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10551232 memory=198944 CPUtime=1.35 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 11853 0 0 0 128 7 0 0 20 0 15 0 62008923 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2637808 49736 3054 1 0 2627261 0
[pid=19616/tid=19618] ppid=19613 vsize=10551232 memory=78 CPUtime=0.53 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) R 19613 19616 12560 0 -1 4202560 6850 0 0 0 50 3 0 0 20 0 15 0 62008932 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140440315872352 140440297703828 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10551232 memory=27 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 62008932 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 62008932 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 62008932 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 62008932 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439875836272 140440311646850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439874782240 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10551232 memory=802 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439873729392 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10551232 memory=52 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10551232 memory=211 CPUtime=0.23 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) R 19613 19616 12560 0 -1 4202560 1177 0 0 0 23 0 0 0 20 0 15 0 62008937 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439871615568 140440296554770 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10551232 memory=279584251580176 CPUtime=0.21 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) R 19613 19616 12560 0 -1 4202560 755 0 0 0 21 0 0 0 20 0 15 0 62008937 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439870559840 140440293156991 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10551232 memory=2512086107905 CPUtime=0.26 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 1540 0 0 0 26 0 0 0 20 0 15 0 62008937 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439869520496 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10551232 memory=2520676042497 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10551232 memory=2563625715457 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62008941 10804461568 49736 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 198944 KiB

[startup+1.50086 s]
/proc/loadavg: 3.94 3.63 2.67 3/210 19631
/proc/meminfo: memFree=28308852/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10551232 memory=1187272 CPUtime=2.81 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 14848 0 0 0 241 40 0 0 20 0 15 0 62008923 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2637808 296818 3086 1 0 2627261 0
[pid=19616/tid=19618] ppid=19613 vsize=10551232 memory=78 CPUtime=1.15 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) R 19613 19616 12560 0 -1 4202560 7761 0 0 0 100 15 0 0 20 0 15 0 62008932 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140440315872944 140440297703828 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10551232 memory=27 CPUtime=0.18 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 250 0 0 0 13 5 0 0 20 0 15 0 62008932 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10551232 memory=279584251812320 CPUtime=0.17 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 246 0 0 0 13 4 0 0 20 0 15 0 62008932 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10551232 memory=9132 CPUtime=0.18 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 260 0 0 0 12 6 0 0 20 0 15 0 62008932 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10551232 memory=19658 CPUtime=0.18 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 261 0 0 0 13 5 0 0 20 0 15 0 62008932 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 995 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439875836272 140440311646850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439874782304 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10551232 memory=978544 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62008934 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439873729392 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62008937 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 1196 0 0 0 29 0 0 0 20 0 15 0 62008937 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439871626096 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10551232 memory=6788 CPUtime=0.29 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 945 0 0 0 29 0 0 0 20 0 15 0 62008937 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439870573296 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10551232 memory=279584251647936 CPUtime=0.29 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 1571 0 0 0 28 1 0 0 20 0 15 0 62008937 10804461568 296818 18446744073709551615 4194304 4196468 140731502603760 140439869520496 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0

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

/proc/19616/task/19622/stat : 19622 (java) R 19613 19616 12560 0 -1 4202560 746871 0 0 0 32261 184 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440265444232 140440304263911 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10686560 memory=8316336 CPUtime=16.74 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 78685 0 0 0 1668 6 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439875834816 140440311645909 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439874782304 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439873728512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10686560 memory=14260 CPUtime=1.08 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 8247 0 0 0 107 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439871626144 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10686560 memory=2384 CPUtime=1.36 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 12029 0 0 0 134 2 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439870573056 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10686560 memory=1688 CPUtime=0.41 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 4154 0 0 0 40 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439869520544 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10686560 memory=1196 CPUtime=0.25 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 471 0 0 0 12 13 0 0 20 0 17 0 62008941 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19657] ppid=19613 vsize=10686560 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19657/stat : 19657 (java) S 19613 19616 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439864261936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19658] ppid=19613 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19658/stat : 19658 (java) S 19613 19616 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439863209904 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 1335.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8316336 KiB

[startup+363.201 s]
/proc/loadavg: 4.98 4.39 3.29 6/213 19659
/proc/meminfo: memFree=20436316/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10686560 memory=8316336 CPUtime=1341.2 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 3143000 0 1 0 133322 798 0 0 20 0 17 0 62008923 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2671640 2079084 3171 1 0 2661055 0
[pid=19616/tid=19618] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=14.8 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) S 19613 19616 12560 0 -1 1077944384 22779 0 1 0 1449 31 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440315876384 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10686560 memory=288289969695639320 CPUtime=327.01 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) R 19613 19616 12560 0 -1 4202560 704422 0 0 0 32514 187 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440268602320 140440304263911 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10686560 memory=297297087299546051 CPUtime=326.07 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) R 19613 19616 12560 0 -1 4202560 487895 0 0 0 32430 177 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440267549832 140440304263911 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10686560 memory=7085964663088243520 CPUtime=327.41 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) R 19613 19616 12560 0 -1 4202560 1075945 0 0 0 32538 203 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440266497112 140440296632110 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10686560 memory=3967 CPUtime=325.98 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) R 19613 19616 12560 0 -1 4202560 746871 0 0 0 32413 185 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440265443920 140440304263911 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10686560 memory=8316336 CPUtime=16.74 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) S 19613 19616 12560 0 -1 1077944384 78685 0 0 0 1668 6 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439875834816 140440311645909 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10686560 memory=8316336 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439874782304 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439873728512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10686560 memory=15584 CPUtime=1.08 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 8247 0 0 0 107 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439871626144 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10686560 memory=21956 CPUtime=1.36 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 12029 0 0 0 134 2 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439870573056 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10686560 memory=8316336 CPUtime=0.41 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 4154 0 0 0 40 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439869520544 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10686560 memory=1688 CPUtime=0.25 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 471 0 0 0 12 13 0 0 20 0 17 0 62008941 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19657] ppid=19613 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19657/stat : 19657 (java) S 19613 19616 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439864261936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19658] ppid=19613 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19658/stat : 19658 (java) S 19613 19616 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439863209904 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 1341.2 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8316336 KiB

[startup+364.001 s]*
/proc/loadavg: 4.98 4.39 3.29 3/213 19659
/proc/meminfo: memFree=20436440/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10686560 memory=8316336 CPUtime=1344.05 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 3143037 0 1 0 133606 799 0 0 20 0 17 0 62008923 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2671640 2079084 3171 1 0 2661055 0
[pid=19616/tid=19618] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=14.8 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) S 19613 19616 12560 0 -1 1077944384 22779 0 1 0 1449 31 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440315876384 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10686560 memory=4126316290023845779 CPUtime=327.69 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 704422 0 0 0 32582 187 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10686560 memory=4144 CPUtime=326.76 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 487895 0 0 0 32498 178 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10686560 memory=35404 CPUtime=328.12 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 1075982 0 0 0 32609 203 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10686560 memory=1292 CPUtime=326.66 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 746871 0 0 0 32481 185 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10686560 memory=2384 CPUtime=16.84 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) R 19613 19616 12560 0 -1 4202560 78685 0 0 0 1678 6 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439875834704 140440296632107 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10686560 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439874782304 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439873728512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10686560 memory=1004 CPUtime=1.08 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 8247 0 0 0 107 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439871626144 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10686560 memory=2016 CPUtime=1.36 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 12029 0 0 0 134 2 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439870573056 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10686560 memory=1196 CPUtime=0.41 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 4154 0 0 0 40 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439869520544 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10686560 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10686560 memory=1716 CPUtime=0.25 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 471 0 0 0 12 13 0 0 20 0 17 0 62008941 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19657] ppid=19613 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19657/stat : 19657 (java) S 19613 19616 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439864261936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19658] ppid=19613 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19658/stat : 19658 (java) S 19613 19616 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439863209904 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 1344.05 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8316336 KiB

[startup+364.401 s]
/proc/loadavg: 4.98 4.39 3.29 3/213 19659
/proc/meminfo: memFree=20436440/32770624 swapFree=67105588/67108860
[pid=19616] ppid=19613 vsize=10686560 memory=8316336 CPUtime=1344.44 cores=1,3,5,7
/proc/19616/stat : 19616 (java) S 19613 19616 12560 0 -1 1077944320 3143037 0 1 0 133645 799 0 0 20 0 17 0 62008923 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140731502586304 140440311635703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
/proc/19616/statm: 2671640 2079084 3171 1 0 2661055 0
[pid=19616/tid=19618] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=14.8 cores=1,3,5,7
/proc/19616/task/19618/stat : 19618 (java) S 19613 19616 12560 0 -1 1077944384 22779 0 1 0 1449 31 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440315876384 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19619] ppid=19613 vsize=10686560 memory=4048 CPUtime=327.69 cores=1,3,5,7
/proc/19616/task/19619/stat : 19619 (java) S 19613 19616 12560 0 -1 1077944384 704422 0 0 0 32582 187 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440268602512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19620] ppid=19613 vsize=10686560 memory=644 CPUtime=326.76 cores=1,3,5,7
/proc/19616/task/19620/stat : 19620 (java) S 19613 19616 12560 0 -1 1077944384 487895 0 0 0 32498 178 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440267549712 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19621] ppid=19613 vsize=10686560 memory=1744 CPUtime=328.12 cores=1,3,5,7
/proc/19616/task/19621/stat : 19621 (java) S 19613 19616 12560 0 -1 1077944384 1075982 0 0 0 32609 203 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440266496912 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19622] ppid=19613 vsize=10686560 memory=956 CPUtime=326.66 cores=1,3,5,7
/proc/19616/task/19622/stat : 19622 (java) S 19613 19616 12560 0 -1 1077944384 746871 0 0 0 32481 185 0 0 20 0 17 0 62008932 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140440265444112 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19623] ppid=19613 vsize=10686560 memory=1232 CPUtime=17.23 cores=1,3,5,7
/proc/19616/task/19623/stat : 19623 (java) R 19613 19616 12560 0 -1 4202560 78685 0 0 0 1717 6 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439875834704 140440296632113 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19624] ppid=19613 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19624/stat : 19624 (java) S 19613 19616 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439874782304 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19625] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19625/stat : 19625 (java) S 19613 19616 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 62008934 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439873728512 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19626] ppid=19613 vsize=10686560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19626/stat : 19626 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439872677712 140440311654299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19627] ppid=19613 vsize=10686560 memory=6944656592455097440 CPUtime=1.08 cores=1,3,5,7
/proc/19616/task/19627/stat : 19627 (java) S 19613 19616 12560 0 -1 1077944384 8247 0 0 0 107 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439871626144 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19628] ppid=19613 vsize=10686560 memory=6943526294502006880 CPUtime=1.36 cores=1,3,5,7
/proc/19616/task/19628/stat : 19628 (java) S 19613 19616 12560 0 -1 1077944384 12029 0 0 0 134 2 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439870573056 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19629] ppid=19613 vsize=10686560 memory=6655300316396806240 CPUtime=0.41 cores=1,3,5,7
/proc/19616/task/19629/stat : 19629 (java) S 19613 19616 12560 0 -1 1077944384 4154 0 0 0 40 1 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439869520544 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19630] ppid=19613 vsize=10686560 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19630/stat : 19630 (java) S 19613 19616 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62008937 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439868467936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19631] ppid=19613 vsize=10686560 memory=6656426216303648864 CPUtime=0.25 cores=1,3,5,7
/proc/19616/task/19631/stat : 19631 (java) S 19613 19616 12560 0 -1 1077944384 471 0 0 0 12 13 0 0 20 0 17 0 62008941 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439867415216 140440311646850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19657] ppid=19613 vsize=10686560 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19657/stat : 19657 (java) S 19613 19616 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439864261936 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
[pid=19616/tid=19658] ppid=19613 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19658/stat : 19658 (java) S 19613 19616 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62043037 10943037440 2079084 18446744073709551615 4194304 4196468 140731502603760 140439863209904 140440311645909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15851520 140731502604688 140731502604841 140731502604841 140731502608335 0
Current children cumulated CPU time: 1344.44 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8316336 KiB

[startup+364.601 s]*
/proc/loadavg: 4.98 4.39 3.29 3/198 19659
/proc/meminfo: memFree=28729232/32770624 swapFree=67105588/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): 364.611
CPU time (s): 1344.65
CPU user time (s): 1336.56
CPU system time (s): 8.09098
CPU usage (%): 368.792
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8316336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1336.56
system time used= 8.09098
maximum resident set size= 8316644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3143099
page faults= 1
swaps= 0
block input operations= 2304
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25977
involuntary context switches= 15841


# summary of solver processes directly reported to runsolver:
#   pid: 19616
#   total CPU time (s): 1344.65
#   total CPU user time (s): 1336.56
#   total CPU system time (s): 8.09098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40488 second user time and 3.46912 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 06:08:14
IDJOB=4263776
IDBENCH=115845
IDSOLVER=2651
FILE ID=node126/4263776-1502598135
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263776-1502598135/watcher-4263776-1502598135 -o /tmp/evaluation-result-4263776-1502598135/solver-4263776-1502598135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263776-1502598135.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=1585648683

node126.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.81
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.81
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.81
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.81
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:        28909160 kB
MemAvailable:   29118680 kB
Buffers:          249544 kB
Cached:           226836 kB
SwapCached:          524 kB
Active:          3255112 kB
Inactive:         117096 kB
Active(anon):    2843240 kB
Inactive(anon):    85896 kB
Active(file):     411872 kB
Inactive(file):    31200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       2894696 kB
Mapped:            56996 kB
Shmem:             33440 kB
Slab:             190324 kB
SReclaimable:     164568 kB
SUnreclaim:        25756 kB
KernelStack:        3440 kB
PageTables:        10912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4527404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 06:14:18