Trace number 4243998

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
R1: sat4j-CSP 2017-07-05? 1299.96 357.129

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-40.xml
MD5SUMd153897c9dbbbf34794d1a29a7a79358
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1600
Number of constraints9880
Number of domains1
Minimum domain size780
Maximum domain size780
Distribution of domain sizes[{"size":780,"count":780}]
Minimum variable degree0
Maximum variable degree39
Distribution of variable degrees[{"degree":0,"count":820},{"degree":39,"count":780}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":9880}]
Number of extensional constraints0
Number of intensional constraints9880
Distribution of constraint types[{"type":"intension","count":9880}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243998-1502096040/watcher-4243998-1502096040 -o /tmp/evaluation-result-4243998-1502096040/solver-4243998-1502096040 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243998-1502096040.xml 

pid=29138
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.68 4.53 4.16 2/201 29141
/proc/meminfo: memFree=23365292/32770624 swapFree=0/363896
[pid=29141] ppid=29138 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29141/stat : 29141 (runsolver) D 29138 29141 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51514897 24240128 108 18446744073709551615 4194304 4338465 140722958180688 140722958178328 139857679573719 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35352576 140722958188679 140722958189129 140722958189129 140722958192586 0
/proc/29141/statm: 5918 108 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 4.68 4.53 4.16 2/201 29141
/proc/meminfo: memFree=23365292/32770624 swapFree=0/363896
[pid=29141] ppid=29138 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 4097 0 0 0 2 0 0 0 20 0 9 0 51514897 10395312128 5261 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2537918 5261 2111 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200865 s]
/proc/loadavg: 4.68 4.53 4.16 2/201 29141
/proc/meminfo: memFree=23365292/32770624 swapFree=0/363896
[pid=29141] ppid=29138 vsize=10551156 CPUtime=0.11 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 6190 0 0 0 9 2 0 0 20 0 15 0 51514897 10804383744 6857 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2638045 6857 2790 1 0 2627517 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10551156

[startup+0.300206 s]
/proc/loadavg: 4.68 4.53 4.16 2/201 29141
/proc/meminfo: memFree=23365292/32770624 swapFree=0/363896
[pid=29141] ppid=29138 vsize=10551156 CPUtime=0.26 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 8522 0 0 0 23 3 0 0 20 0 15 0 51514897 10804383744 9181 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637789 9181 2862 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551156

[startup+0.701154 s]
/proc/loadavg: 4.68 4.53 4.16 2/201 29141
/proc/meminfo: memFree=23365292/32770624 swapFree=0/363896
[pid=29141] ppid=29138 vsize=10551232 CPUtime=1.52 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 12985 0 0 0 146 6 0 0 20 0 15 0 51514897 10804461568 30533 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637808 30533 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 10551232

[startup+1.50073 s]
/proc/loadavg: 4.68 4.53 4.16 6/216 29156
/proc/meminfo: memFree=22985900/32770624 swapFree=0/363900
[pid=29141] ppid=29138 vsize=10551232 CPUtime=3.44 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 15853 0 0 0 308 36 0 0 20 0 15 0 51514897 10804461568 177582 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637808 177648 3093 1 0 2627261 0
[pid=29141/tid=29143] ppid=29138 vsize=10551232 CPUtime=1.16 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) R 29138 29141 12906 0 -1 4202560 8043 0 0 0 106 10 0 0 20 0 15 0 51514903 10804461568 177648 18446744073709551615 4194304 4196468 140733452107248 140467044714016 140467026545038 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) S 29138 29141 12906 0 -1 1077944384 319 0 0 0 14 5 0 0 20 0 15 0 51514904 10804461568 177648 18446744073709551615 4194304 4196468 140733452107248 140466981513744 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) S 29138 29141 12906 0 -1 1077944384 189 0 0 0 13 5 0 0 20 0 15 0 51514904 10804461568 177648 18446744073709551615 4194304 4196468 140733452107248 140466980461200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) S 29138 29141 12906 0 -1 1077944384 263 0 0 0 13 6 0 0 20 0 15 0 51514904 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466979408144 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) S 29138 29141 12906 0 -1 1077944384 433 0 0 0 14 5 0 0 20 0 15 0 51514904 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466978355600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 490 0 0 0 0 0 0 0 20 0 15 0 51514905 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466536078064 140467040488066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466535024288 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466533971184 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514908 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 1907 0 0 0 56 1 0 0 20 0 15 0 51514908 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466531866864 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 1220 0 0 0 57 0 0 0 20 0 15 0 51514908 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466530814320 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 1682 0 0 0 30 0 0 0 20 0 15 0 51514908 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466529761264 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514909 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51514913 10804461568 177714 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 10551232

[startup+3.10071 s]
/proc/loadavg: 4.68 4.53 4.16 3/216 29156
/proc/meminfo: memFree=22047020/32770624 swapFree=0/363900
[pid=29141] ppid=29138 vsize=10551232 CPUtime=5.83 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 18779 0 0 0 524 59 0 0 20 0 15 0 51514897 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637808 351063 3094 1 0 2627261 0
[pid=29141/tid=29143] ppid=29138 vsize=10551232 CPUtime=2.63 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) R 29138 29141 12906 0 -1 4202560 9525 0 0 0 245 18 0 0 20 0 15 0 51514903 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140467044702896 140466654095222 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) S 29138 29141 12906 0 -1 1077944384 671 0 0 0 24 8 0 0 20 0 15 0 51514904 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466981513744 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) S 29138 29141 12906 0 -1 1077944384 320 0 0 0 23 9 0 0 20 0 15 0 51514904 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466980461200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) S 29138 29141 12906 0 -1 1077944384 398 0 0 0 22 9 0 0 20 0 15 0 51514904 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466979408144 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) S 29138 29141 12906 0 -1 1077944384 561 0 0 0 23 9 0 0 20 0 15 0 51514904 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466978355600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 1017 0 0 0 0 0 0 0 20 0 15 0 51514905 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466536078064 140467040488066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466535024288 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466533971184 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514908 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10551232 CPUtime=0.76 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 1943 0 0 0 75 1 0 0 20 0 15 0 51514908 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466531866864 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10551232 CPUtime=0.76 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 1265 0 0 0 76 0 0 0 20 0 15 0 51514908 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466530814320 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 1724 0 0 0 32 0 0 0 20 0 15 0 51514908 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466529761264 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514909 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51514913 10804461568 351063 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 10551232

[startup+6.30062 s]
/proc/loadavg: 4.38 4.47 4.15 6/216 29156
/proc/meminfo: memFree=20027584/32770624 swapFree=0/363912
[pid=29141] ppid=29138 vsize=10551232 CPUtime=15.22 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 195688 0 0 0 1374 148 0 0 20 0 15 0 51514897 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637808 837165 3107 1 0 2627261 0
[pid=29141/tid=29143] ppid=29138 vsize=10551232 CPUtime=3.74 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 10020 0 0 0 342 32 0 0 20 0 15 0 51514903 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140467044712864 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10551232 CPUtime=2.39 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 45099 0 0 0 212 27 0 0 20 0 15 0 51514904 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466981513744 140467025472964 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10551232 CPUtime=2.37 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 44082 0 0 0 209 28 0 0 20 0 15 0 51514904 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466980461320 140467033105127 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10551232 CPUtime=2.38 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 41635 0 0 0 210 28 0 0 20 0 15 0 51514904 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466979407952 140467033105127 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10551232 CPUtime=2.38 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 44299 0 0 0 210 28 0 0 20 0 15 0 51514904 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466978355408 140467033105127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 3898 0 0 0 1 0 0 0 20 0 15 0 51514905 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466536076608 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466535024288 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466533971184 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514908 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10551232 CPUtime=0.76 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 1944 0 0 0 75 1 0 0 20 0 15 0 51514908 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466531866864 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10551232 CPUtime=0.77 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 1271 0 0 0 77 0 0 0 20 0 15 0 51514908 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466530814320 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 1727 0 0 0 33 0 0 0 20 0 15 0 51514908 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466529761264 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514909 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 15 0 51514913 10804461568 837165 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 10551232

[startup+12.7012 s]
/proc/loadavg: 4.11 4.42 4.13 6/216 29156
/proc/meminfo: memFree=19786716/32770624 swapFree=0/363908
[pid=29141] ppid=29138 vsize=10551232 CPUtime=29 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 282962 0 0 0 2654 246 0 0 20 0 15 0 51514897 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2637808 1036659 3114 1 0 2627261 0
[pid=29141/tid=29143] ppid=29138 vsize=10551232 CPUtime=5.95 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 13782 0 0 0 563 32 0 0 20 0 15 0 51514903 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140467044712544 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10551232 CPUtime=4.84 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 65250 0 0 0 431 53 0 0 20 0 15 0 51514904 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466981513944 140467025504338 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10551232 CPUtime=4.78 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 63478 0 0 0 426 52 0 0 20 0 15 0 51514904 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466980461400 140467025500974 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10551232 CPUtime=4.82 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 62170 0 0 0 430 52 0 0 20 0 15 0 51514904 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466979408032 140467025505096 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10551232 CPUtime=4.82 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 64326 0 0 0 430 52 0 0 20 0 15 0 51514904 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466978355800 140467025504338 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10551232 CPUtime=1.75 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 5983 0 0 0 175 0 0 0 20 0 15 0 51514905 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466536076576 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466535024352 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 51514906 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466533971200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51514908 10804461568 1036659 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0

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

/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 28426 0 0 0 1405 33 0 0 20 0 17 0 51514903 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140467044717600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10686560 CPUtime=312.83 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 437288 0 0 0 31144 139 0 0 20 0 17 0 51514904 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466981513944 140467025427912 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10686560 CPUtime=312.14 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 513103 0 0 0 31043 171 0 0 20 0 17 0 51514904 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466980461088 140467024930848 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10686560 CPUtime=312.71 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 562227 0 0 0 31122 149 0 0 20 0 17 0 51514904 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466979408344 140467025427912 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10686560 CPUtime=312.46 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 604212 0 0 0 31073 173 0 0 20 0 17 0 51514904 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466978355800 140467025427930 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10686560 CPUtime=25.73 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 75872 0 0 0 2569 4 0 0 20 0 17 0 51514905 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466536076384 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466535024352 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466533971200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514908 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10686560 CPUtime=0.82 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 2949 0 0 0 81 1 0 0 20 0 17 0 51514908 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466531866864 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10686560 CPUtime=0.84 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 2564 0 0 0 84 0 0 0 20 0 17 0 51514908 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466530814320 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 3099 0 0 0 38 0 0 0 20 0 17 0 51514908 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466529761264 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514909 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 703 0 0 0 12 19 0 0 20 0 17 0 51514913 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29246] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29246/stat : 29246 (java) S 29138 29141 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466524504304 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29247] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29247/stat : 29247 (java) S 29138 29141 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077648 18446744073709551615 4194304 4196468 140733452107248 140466523450448 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 1292.68
Current children cumulated vsize (KiB) 10686560

[startup+356.007 s]
/proc/loadavg: 6.80 5.12 4.44 9/216 29249
/proc/meminfo: memFree=14926388/32770624 swapFree=0/363992
[pid=29141] ppid=29138 vsize=10686560 CPUtime=1295.85 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 2232584 0 0 0 128909 676 0 0 20 0 17 0 51514897 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2671640 2077653 3159 1 0 2661055 0
[pid=29141/tid=29143] ppid=29138 vsize=10686560 CPUtime=14.38 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 28426 0 0 0 1405 33 0 0 20 0 17 0 51514903 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140467044717600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10686560 CPUtime=313.62 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 437419 0 0 0 31223 139 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466981513632 140467025473320 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10686560 CPUtime=312.93 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 513240 0 0 0 31122 171 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466980461400 140467022030170 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10686560 CPUtime=313.5 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 562424 0 0 0 31201 149 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466979408144 140467022086695 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10686560 CPUtime=313.24 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 604426 0 0 0 31151 173 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466978355800 140467025473316 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10686560 CPUtime=25.73 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 75874 0 0 0 2569 4 0 0 20 0 17 0 51514905 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466536076608 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466535024352 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466533971200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10686560 CPUtime=0.82 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 2949 0 0 0 81 1 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466531866864 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10686560 CPUtime=0.84 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 2564 0 0 0 84 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466530814320 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 3099 0 0 0 38 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466529761264 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514909 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 703 0 0 0 12 19 0 0 20 0 17 0 51514913 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29246] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29246/stat : 29246 (java) S 29138 29141 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466524504304 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29247] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29247/stat : 29247 (java) S 29138 29141 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466523450448 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 1295.85
Current children cumulated vsize (KiB) 10686560

[startup+356.801 s]
/proc/loadavg: 6.80 5.12 4.44 9/216 29249
/proc/meminfo: memFree=14926404/32770624 swapFree=0/363992
[pid=29141] ppid=29138 vsize=10686560 CPUtime=1299.01 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 2232606 0 0 0 129225 676 0 0 20 0 17 0 51514897 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2671640 2077653 3159 1 0 2661055 0
[pid=29141/tid=29143] ppid=29138 vsize=10686560 CPUtime=14.38 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 28426 0 0 0 1405 33 0 0 20 0 17 0 51514903 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140467044717600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10686560 CPUtime=314.4 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 437419 0 0 0 31301 139 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466981513632 140467024934522 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10686560 CPUtime=313.72 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 513245 0 0 0 31201 171 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466980461008 140467033105127 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10686560 CPUtime=314.29 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 562430 0 0 0 31280 149 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466979408144 140467024934552 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10686560 CPUtime=314.04 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 604437 0 0 0 31231 173 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466978355408 140467033105127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10686560 CPUtime=25.73 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 75874 0 0 0 2569 4 0 0 20 0 17 0 51514905 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466536076608 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466535024352 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466533971200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10686560 CPUtime=0.82 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 2949 0 0 0 81 1 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466531866912 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10686560 CPUtime=0.84 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 2564 0 0 0 84 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466530814368 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 3099 0 0 0 38 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466529761024 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514909 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 703 0 0 0 12 19 0 0 20 0 17 0 51514913 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29246] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29246/stat : 29246 (java) S 29138 29141 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466524504304 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29247] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29247/stat : 29247 (java) S 29138 29141 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466523450448 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 1299.01
Current children cumulated vsize (KiB) 10686560

[startup+357.001 s]
/proc/loadavg: 6.80 5.12 4.44 9/216 29249
/proc/meminfo: memFree=14926404/32770624 swapFree=0/363992
[pid=29141] ppid=29138 vsize=10686560 CPUtime=1299.78 cores=1,3,5,7
/proc/29141/stat : 29141 (java) S 29138 29141 12906 0 -1 1077944320 2232609 0 0 0 129302 676 0 0 20 0 17 0 51514897 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140733452089792 140467040476919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
/proc/29141/statm: 2671640 2077653 3159 1 0 2661055 0
[pid=29141/tid=29143] ppid=29138 vsize=10686560 CPUtime=14.38 cores=1,3,5,7
/proc/29141/task/29143/stat : 29143 (java) S 29138 29141 12906 0 -1 1077944384 28426 0 0 0 1405 33 0 0 20 0 17 0 51514903 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140467044717600 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29144] ppid=29138 vsize=10686560 CPUtime=314.6 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4202560 437421 0 0 0 31321 139 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466981513632 140467024934541 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29145] ppid=29138 vsize=10686560 CPUtime=313.92 cores=1,3,5,7
/proc/29141/task/29145/stat : 29145 (java) R 29138 29141 12906 0 -1 4202560 513245 0 0 0 31221 171 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466980461008 140467033105127 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29146] ppid=29138 vsize=10686560 CPUtime=314.49 cores=1,3,5,7
/proc/29141/task/29146/stat : 29146 (java) R 29138 29141 12906 0 -1 4202560 562431 0 0 0 31300 149 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466979408264 140467033105127 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29147] ppid=29138 vsize=10686560 CPUtime=314.23 cores=1,3,5,7
/proc/29141/task/29147/stat : 29147 (java) R 29138 29141 12906 0 -1 4202560 604437 0 0 0 31250 173 0 0 20 0 17 0 51514904 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466978355408 140467033105127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29148] ppid=29138 vsize=10686560 CPUtime=25.73 cores=1,3,5,7
/proc/29141/task/29148/stat : 29148 (java) S 29138 29141 12906 0 -1 1077944384 75874 0 0 0 2569 4 0 0 20 0 17 0 51514905 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466536076608 140467040487125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29149] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29149/stat : 29149 (java) S 29138 29141 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466535024352 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29150] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29150/stat : 29150 (java) S 29138 29141 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51514906 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466533971200 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29151] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29151/stat : 29151 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466532919760 140467040495515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29152] ppid=29138 vsize=10686560 CPUtime=0.82 cores=1,3,5,7
/proc/29141/task/29152/stat : 29152 (java) S 29138 29141 12906 0 -1 1077944384 2949 0 0 0 81 1 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466531866912 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29153] ppid=29138 vsize=10686560 CPUtime=0.84 cores=1,3,5,7
/proc/29141/task/29153/stat : 29153 (java) S 29138 29141 12906 0 -1 1077944384 2564 0 0 0 84 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466530814368 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29154] ppid=29138 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/29141/task/29154/stat : 29154 (java) S 29138 29141 12906 0 -1 1077944384 3099 0 0 0 38 0 0 0 20 0 17 0 51514908 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466529761024 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29155] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29155/stat : 29155 (java) S 29138 29141 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51514909 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466528708960 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29156] ppid=29138 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/29141/task/29156/stat : 29156 (java) S 29138 29141 12906 0 -1 1077944384 703 0 0 0 12 19 0 0 20 0 17 0 51514913 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466527657008 140467040488066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29246] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29246/stat : 29246 (java) S 29138 29141 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466524504304 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
[pid=29141/tid=29247] ppid=29138 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29141/task/29247/stat : 29247 (java) S 29138 29141 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51548092 10943037440 2077653 18446744073709551615 4194304 4196468 140733452107248 140466523450448 140467040487125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140733452108213 140733452108366 140733452108366 140733452111823 0
Current children cumulated CPU time (s) 1299.78
Current children cumulated vsize (KiB) 10686560

[startup+357.101 s]
/proc/loadavg: 6.80 5.12 4.44 9/216 29249
/proc/meminfo: memFree=14926404/32770624 swapFree=0/363992
[pid=29141] ppid=29138 vsize=0 CPUtime=1299.92 cores=1,3,5,7
/proc/29141/stat : 29141 (java) Z 29138 29141 12906 0 -1 4227084 2233123 0 0 0 129311 681 0 0 20 0 2 0 51514897 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/29141/statm: 0 0 0 0 0 0 0
[pid=29141/tid=29144] ppid=29138 vsize=0 CPUtime=314.66 cores=1,3,5,7
/proc/29141/task/29144/stat : 29144 (java) R 29138 29141 12906 0 -1 4203588 437422 0 0 0 31322 144 0 0 20 0 2 0 51514904 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 357.129
CPU time (s): 1299.96
CPU user time (s): 1293.11
CPU system time (s): 6.8458
CPU usage (%): 364.002
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1293.11
system time used= 6.8458
maximum resident set size= 8310948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2233123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18523
involuntary context switches= 14703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.73045 second user time and 2.35447 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:40:02
IDJOB=4243998
IDBENCH=140585
IDSOLVER=2623
FILE ID=node135/4243998-1502096040
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-40.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243998-1502096040/watcher-4243998-1502096040 -o /tmp/evaluation-result-4243998-1502096040/solver-4243998-1502096040 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243998-1502096040.xml

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

MD5SUM BENCH= d153897c9dbbbf34794d1a29a7a79358
RANDOM SEED=1983495

node135.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.21
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.21
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.21
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.21
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:        23365644 kB
MemAvailable:   23813916 kB
Buffers:          223720 kB
Cached:           512864 kB
SwapCached:            0 kB
Active:          8570872 kB
Inactive:         388868 kB
Active(anon):    8223392 kB
Inactive(anon):    24972 kB
Active(file):     347480 kB
Inactive(file):   363896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2096 kB
Writeback:            32 kB
AnonPages:       8235220 kB
Mapped:            53180 kB
Shmem:             25344 kB
Slab:             132336 kB
SReclaimable:     105460 kB
SUnreclaim:        26876 kB
KernelStack:        3744 kB
PageTables:        21548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8625796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8075264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 10:46:00