Trace number 4292053

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 2018-07-11? 1415.96 392.974

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-20-0420_c18.xml
MD5SUMa9a1ecda6b6f8f1e99c2d233168bcaa1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark506362597
Best CPU time to get the best result obtained on this benchmark92.8369
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints4736
Number of domains77
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2665},{"size":11,"count":2250},{"size":12,"count":1},{"size":25,"count":16},{"size":29,"count":112},{"size":33,"count":7},{"size":35,"count":61},{"size":39,"count":31},{"size":41,"count":3},{"size":44,"count":12},{"size":45,"count":29},{"size":47,"count":9},{"size":48,"count":23},{"size":49,"count":22},{"size":50,"count":3},{"size":51,"count":51},{"size":52,"count":61},{"size":54,"count":8},{"size":57,"count":6},{"size":58,"count":4},{"size":59,"count":3},{"size":60,"count":3},{"size":61,"count":12},{"size":63,"count":25},"...",{"size":92,"count":2}, {"size":93,"count":25}, {"size":97,"count":3}, {"size":101,"count":4}, {"size":102,"count":9}, {"size":103,"count":191}, {"size":105,"count":1}, {"size":108,"count":5}, {"size":109,"count":2}, {"size":111,"count":1}, {"size":112,"count":6}, {"size":115,"count":10}, {"size":116,"count":22}, {"size":118,"count":95}, {"size":122,"count":59}, {"size":123,"count":1}, {"size":124,"count":1}, {"size":125,"count":117}, {"size":126,"count":92}, {"size":127,"count":5}, {"size":137,"count":27}, {"size":138,"count":29}, {"size":140,"count":24}, {"size":141,"count":77}, {"size":151,"count":1259}]
Minimum variable degree2
Maximum variable degree2251
Distribution of variable degrees[{"degree":2,"count":6752},{"degree":3,"count":9},{"degree":4,"count":14},{"degree":5,"count":23},{"degree":6,"count":28},{"degree":7,"count":33},{"degree":8,"count":45},{"degree":9,"count":53},{"degree":10,"count":63},{"degree":11,"count":79},{"degree":12,"count":105},{"degree":13,"count":196},{"degree":14,"count":147},{"degree":15,"count":22},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":2251,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":237},{"arity":3,"count":2249},{"arity":6,"count":2250}]
Number of extensional constraints2250
Number of intensional constraints2486
Distribution of constraint types[{"type":"extension","count":2250},{"type":"intension","count":2486}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1415.76/392.68	Jul 22, 2018 3:30:33 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1415.76/392.68	INFO: Runtime exception
1415.76/392.68	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1415.76/392.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1415.76/392.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1415.76/392.68		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1415.76/392.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1415.76/392.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1415.76/392.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1415.76/392.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1415.76/392.68		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1415.76/392.68		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1415.76/392.68		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1415.76/392.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1415.76/392.68		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1415.76/392.68		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1415.76/392.68		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1415.76/392.68	Caused by: java.lang.reflect.InvocationTargetException
1415.76/392.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1415.76/392.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1415.76/392.68		at java.lang.reflect.Method.invoke(Method.java:498)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1415.76/392.68		... 21 more
1415.76/392.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1415.76/392.68		... 25 more
1415.76/392.68	Caused by: java.lang.reflect.InvocationTargetException
1415.76/392.68		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1415.76/392.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1415.76/392.68		at java.lang.reflect.Method.invoke(Method.java:498)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1415.76/392.68		... 25 more
1415.76/392.68	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1415.76/392.68		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1415.76/392.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1415.76/392.68		at java.lang.reflect.Method.invoke(Method.java:498)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1415.76/392.68		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1415.76/392.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1415.76/392.68		at java.lang.reflect.Method.invoke(Method.java:498)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1415.76/392.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1415.76/392.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1415.76/392.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1415.76/392.68		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1415.76/392.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1415.76/392.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1415.76/392.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1415.76/392.68		at org.xcsp.parser.XCallbacks$$Lambda$96/99695585.accept(Unknown Source)
1415.76/392.68		... 13 more
1415.76/392.68	
1415.86/392.88	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1415.86/392.88	c This is free software under the dual EPL/GNU LGPL licenses.
1415.86/392.88	c See www.sat4j.org for details.
1415.86/392.88	c That software uses the Rhino library from the Mozilla project.
1415.86/392.88	c version 2.3.6-SNAPSHOT
1415.86/392.88	c java.runtime.name	Java(TM) SE Runtime Environment
1415.86/392.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1415.86/392.88	c java.vm.version	25.131-b11
1415.86/392.88	c java.vm.vendor	Oracle Corporation
1415.86/392.88	c sun.arch.data.model	64
1415.86/392.88	c java.version		1.8.0_131
1415.86/392.88	c os.name		Linux
1415.86/392.88	c os.version		3.10.0-514.16.1.el7.x86_64
1415.86/392.88	c os.arch		amd64
1415.86/392.88	c Free memory 		499604488
1415.86/392.88	c Max memory 		7247757312
1415.86/392.88	c Total memory 		504889344
1415.86/392.88	c Number of processors 	4
1415.86/392.88	c c --- Begin Solver configuration ---
1415.86/392.88	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1415.86/392.88	c Learn all clauses as in MiniSAT
1415.86/392.88	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1415.86/392.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1415.86/392.88	c No reason simplification
1415.86/392.88	c Glucose 2.1 dynamic restart strategy
1415.86/392.88	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
1415.86/392.88	c timeout=2147483s
1415.86/392.88	c DB Simplification allowed=false
1415.86/392.88	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1415.86/392.88	c --- End Solver configuration ---
1415.86/392.88	c starts		: 0
1415.86/392.88	c conflicts		: 0
1415.86/392.88	c decisions		: 0
1415.86/392.88	c propagations		: 0
1415.86/392.88	c inspects		: 0
1415.86/392.88	c shortcuts		: 0
1415.86/392.88	c learnt literals	: 0
1415.86/392.88	c learnt binary clauses	: 0
1415.86/392.88	c learnt ternary clauses	: 0
1415.86/392.88	c learnt constraints	: 0
1415.86/392.88	c ignored constraints	: 0
1415.86/392.88	c root simplifications	: 0
1415.86/392.88	c removed literals (reason simplification)	: 0
1415.86/392.88	c reason swapping (by a shorter reason)	: 0
1415.86/392.88	c Calls to reduceDB	: 0
1415.86/392.88	c Number of update (reduction) of LBD	: 0
1415.86/392.88	c Imported unit clauses	: 0
1415.86/392.88	c number of reductions to clauses (during analyze)	: 0
1415.86/392.88	c number of learned constraints concerned by reduction	: 0
1415.86/392.88	c number of learning phase by resolution	: 0
1415.86/392.88	c number of learning phase by cutting planes	: 0
1415.86/392.88	c number of rounding to 1 operations	: 0
1415.86/392.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1415.86/392.88	c number of reductions of the coefficients by power 2 	: 0
1415.86/392.88	c number of right shift for reduction by power 2 	: 0
1415.86/392.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
1415.86/392.88	c number of ending skipping 	: 0
1415.86/392.88	c number of internal skipping 	: 0
1415.86/392.88	c number of derivation steps 	: 0
1415.86/392.88	c number of skipped derivation steps 	: 0
1415.86/392.88	c number of remaining unassigned 	: 0
1415.86/392.88	c number of remaining assigned 	: 0
1415.86/392.88	c speed (assignments/second)	: 0.0
1415.86/392.88	c non guided choices	: 0
1415.86/392.88	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 (13002 MiB free)
  memory of node 1: 16384 MiB (11377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292053-1532265846/watcher-4292053-1532265846 -o /tmp/evaluation-result-4292053-1532265846/solver-4292053-1532265846 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292053-1532265846.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6889, runsolver pid=6886

[startup+0.100579 s]*
/proc/loadavg: 4.38 3.78 2.83 3/221 6904
/proc/meminfo: memFree=24947456/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10659012 memory=31096 CPUtime=0.13 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 6850 0 0 0 11 2 0 0 20 0 15 0 44147884 10914828288 7774 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2664753 7774 2843 1 0 2627263 0
[pid=6889/tid=6891] ppid=6886 vsize=10659012 memory=-8970433204080964800 CPUtime=0.09 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) R 6886 6889 5960 0 -1 4202560 4681 0 0 0 8 1 0 0 20 0 15 0 44147885 10914828288 7774 33554432000 4194304 4196468 140734551111232 140512383272784 140512358587824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 7774 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511938775280 140512379058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511937721504 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511936668400 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511867296496 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511866243952 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0.02 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511865190896 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 7774 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31096 KiB

[startup+0.210875 s]*
/proc/loadavg: 4.38 3.78 2.83 3/221 6904
/proc/meminfo: memFree=24938120/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10659012 memory=41760 CPUtime=0.33 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 8103 0 0 0 30 3 0 0 20 0 15 0 44147884 10914828288 10440 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2664753 10440 2994 1 0 2627263 0
[pid=6889/tid=6891] ppid=6886 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) R 6886 6889 5960 0 -1 4202560 5069 0 0 0 18 2 0 0 20 0 15 0 44147885 10914828288 10440 33554432000 4194304 4196468 140734551111232 140512383285824 140512363091301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 10440 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10659012 memory=140062823813670 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511938775280 140512379058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511937721504 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511936668400 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511867296496 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511866243952 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0.07 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) R 6886 6889 5960 0 -1 4202560 659 0 0 0 7 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511865190896 140512371284798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 10440 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41760 KiB

[startup+0.31168 s]*
/proc/loadavg: 4.38 3.78 2.83 5/221 6904
/proc/meminfo: memFree=24923772/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10659012 memory=56648 CPUtime=0.61 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 9710 0 0 0 58 3 0 0 20 0 15 0 44147884 10914828288 14162 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2664753 14162 3048 1 0 2627263 0
[pid=6889/tid=6891] ppid=6886 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) R 6886 6889 5960 0 -1 4202560 5413 0 0 0 28 2 0 0 20 0 15 0 44147885 10914828288 14674 33554432000 4194304 4196468 140734551111232 140512383285552 140512379069597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10659012 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 14674 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10659012 memory=140062824063598 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147885 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511938775280 140512379058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511937721504 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511936668400 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) R 6886 6889 5960 0 -1 4202560 892 0 0 0 8 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511867277512 140512358223682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) R 6886 6889 5960 0 -1 4202560 1094 0 0 0 8 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511866224968 140512363927356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0.13 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) R 6886 6889 5960 0 -1 4202560 946 0 0 0 13 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511865190896 140512379069018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10659012 memory=140062823806592 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 14674 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56648 KiB

[startup+0.70171 s]
/proc/loadavg: 4.38 3.78 2.83 6/221 6904
/proc/meminfo: memFree=24720652/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10659012 memory=336444 CPUtime=1.66 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 11438 0 0 0 140 26 0 0 20 0 15 0 44147884 10914828288 84111 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2664753 84111 3088 1 0 2627263 0
[pid=6889/tid=6891] ppid=6886 vsize=10659012 memory=1236 CPUtime=0.59 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) S 6886 6889 5960 0 -1 1077944384 5469 0 0 0 52 7 0 0 20 0 15 0 44147885 10914828288 84111 33554432000 4194304 4196468 140734551111232 140512383286752 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10659012 memory=9240 CPUtime=0.08 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) R 6886 6889 5960 0 -1 4202560 155 0 0 0 4 4 0 0 20 0 15 0 44147885 10914828288 84111 33554432000 4194304 4196468 140734551111232 140512340007952 140512372150388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10659012 memory=4052 CPUtime=0.08 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) R 6886 6889 5960 0 -1 4202560 146 0 0 0 4 4 0 0 20 0 15 0 44147885 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511984458896 140512372147371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10659012 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) R 6886 6889 5960 0 -1 4202560 141 0 0 0 4 4 0 0 20 0 15 0 44147885 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511983405728 140512372150388 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10659012 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) R 6886 6889 5960 0 -1 4202560 147 0 0 0 3 4 0 0 20 0 15 0 44147885 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511982353296 140512372150388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10659012 memory=956 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511938773792 140512379057877 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10659012 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511937721504 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10659012 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44147887 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511936668400 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10659012 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10659012 memory=7236558186460768598 CPUtime=0.24 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 1128 0 0 0 24 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511867296496 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10659012 memory=6148935659200796009 CPUtime=0.31 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 1838 0 0 0 31 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511866243952 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10659012 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 970 0 0 0 15 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511865190896 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10659012 memory=10416 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44147890 10914828288 84111 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 336444 KiB

[startup+1.50172 s]
/proc/loadavg: 4.38 3.78 2.83 3/221 6904
/proc/meminfo: memFree=24485828/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10659088 memory=618164 CPUtime=3.99 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 15947 0 0 0 350 49 0 0 20 0 15 0 44147884 10914906112 154541 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2664772 154541 3149 1 0 2627263 0
[pid=6889/tid=6891] ppid=6886 vsize=10659088 memory=543548 CPUtime=1.26 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) R 6886 6889 5960 0 -1 4202560 6038 0 0 0 117 9 0 0 20 0 15 0 44147885 10914906112 154541 33554432000 4194304 4196468 140734551111232 140512383285168 140512344388472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10659088 memory=8112282956445269571 CPUtime=0.2 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 597 0 0 0 10 10 0 0 20 0 15 0 44147885 10914906112 154541 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 466 0 0 0 10 9 0 0 20 0 15 0 44147885 10914906112 154541 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 518 0 0 0 10 9 0 0 20 0 15 0 44147885 10914906112 154541 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 303 0 0 0 10 8 0 0 20 0 15 0 44147885 10914906112 154541 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 44147887 10914906112 154541 33554432000 4194304 4196468 140734551111232 140511938775280 140512379058818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0

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


[startup+390.402 s]
/proc/loadavg: 5.44 4.67 3.53 6/221 6998
/proc/meminfo: memFree=14878648/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10661136 memory=8309512 CPUtime=1408.45 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 2450138 0 0 0 139971 874 0 0 20 0 15 0 44147884 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2665284 2077378 3189 1 0 2627775 0
[pid=6889/tid=6891] ppid=6886 vsize=10661136 memory=8112282956445269571 CPUtime=26.54 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) S 6886 6889 5960 0 -1 1077944384 22409 0 0 0 2622 32 0 0 20 0 15 0 44147885 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140512383280896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10661136 memory=1732 CPUtime=339 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) R 6886 6889 5960 0 -1 4202560 683828 0 0 0 33684 216 0 0 20 0 15 0 44147885 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140512340007840 140512364045627 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10661136 memory=8309400 CPUtime=338.95 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) R 6886 6889 5960 0 -1 4202560 533112 0 0 0 33697 198 0 0 20 0 15 0 44147885 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511984459096 140512364037231 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10661136 memory=8309400 CPUtime=338.72 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) R 6886 6889 5960 0 -1 4202560 577870 0 0 0 33659 213 0 0 20 0 15 0 44147885 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511983405840 140512364037335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10661136 memory=1292 CPUtime=339.66 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) R 6886 6889 5960 0 -1 4202560 503239 0 0 0 33768 198 0 0 20 0 15 0 44147885 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511982353296 140512363747571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10661136 memory=1732 CPUtime=19.07 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 91345 0 0 0 1903 4 0 0 20 0 15 0 44147887 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511938773824 140512379057877 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511937721568 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10661136 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511936668416 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10661136 memory=8309512 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10661136 memory=1008 CPUtime=2.79 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 16692 0 0 0 277 2 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511867296496 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10661136 memory=5404 CPUtime=2.69 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 13663 0 0 0 267 2 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511866243952 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10661136 memory=796 CPUtime=0.71 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 5642 0 0 0 70 1 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511865190896 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10661136 memory=9248 CPUtime=0.21 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 918 0 0 0 13 8 0 0 20 0 15 0 44147890 10917003264 2077378 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 1408.45 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8309512 KiB

[startup+392.001 s]*
/proc/loadavg: 5.44 4.67 3.53 6/221 6999
/proc/meminfo: memFree=14877904/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10661136 memory=8309516 CPUtime=1414.86 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 2462336 0 0 0 140611 875 0 0 20 0 15 0 44147884 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2665284 2077379 3189 1 0 2627775 0
[pid=6889/tid=6891] ppid=6886 vsize=10661136 memory=8112282956445269571 CPUtime=26.54 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) S 6886 6889 5960 0 -1 1077944384 22409 0 0 0 2622 32 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140512383280896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10661136 memory=4126316290023845779 CPUtime=340.62 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) R 6886 6889 5960 0 -1 4202560 689890 0 0 0 33845 217 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140512340007840 140512364045627 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10661136 memory=1292 CPUtime=340.53 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) R 6886 6889 5960 0 -1 4202560 533162 0 0 0 33855 198 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511984459096 140512372150657 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10661136 memory=1732 CPUtime=340.33 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) R 6886 6889 5960 0 -1 4202560 583893 0 0 0 33820 213 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511983405840 140512372150650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10661136 memory=1008 CPUtime=341.27 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) R 6886 6889 5960 0 -1 4202560 503302 0 0 0 33929 198 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511982353496 140512372151318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10661136 memory=5404 CPUtime=19.07 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 91345 0 0 0 1903 4 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511938773824 140512379057877 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511937721568 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10661136 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511936668416 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10661136 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10661136 memory=10940 CPUtime=2.79 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 16692 0 0 0 277 2 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511867296544 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10661136 memory=1200 CPUtime=2.69 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 13664 0 0 0 267 2 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511866243712 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10661136 memory=288230587427455269 CPUtime=0.71 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 5642 0 0 0 70 1 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511865190944 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10661136 memory=288293272609359055 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10661136 memory=2196 CPUtime=0.21 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 918 0 0 0 13 8 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 1414.86 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8309516 KiB

[startup+392.401 s]
/proc/loadavg: 5.44 4.67 3.53 6/221 6999
/proc/meminfo: memFree=14877904/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10661136 memory=8309516 CPUtime=1415.56 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 2462350 0 0 0 140681 875 0 0 20 0 15 0 44147884 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2665284 2077379 3189 1 0 2627775 0
[pid=6889/tid=6891] ppid=6886 vsize=10661136 memory=7636 CPUtime=26.54 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) S 6886 6889 5960 0 -1 1077944384 22409 0 0 0 2622 32 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140512383280896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10661136 memory=840 CPUtime=340.72 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 689893 0 0 0 33855 217 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10661136 memory=1796 CPUtime=340.63 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 533162 0 0 0 33865 198 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10661136 memory=916 CPUtime=340.44 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 583899 0 0 0 33831 213 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10661136 memory=8309516 CPUtime=341.38 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 503306 0 0 0 33940 198 0 0 20 0 15 0 44147885 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10661136 memory=9248 CPUtime=19.35 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) R 6886 6889 5960 0 -1 4202560 91345 0 0 0 1931 4 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511938773824 140512364044016 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10661136 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511937721568 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10661136 memory=644 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 44147887 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511936668416 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10661136 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10661136 memory=956 CPUtime=2.79 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 16692 0 0 0 277 2 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511867296544 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10661136 memory=2340 CPUtime=2.69 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 13664 0 0 0 267 2 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511866243712 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10661136 memory=928 CPUtime=0.71 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 5642 0 0 0 70 1 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511865190944 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10661136 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10661136 memory=2240 CPUtime=0.21 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 918 0 0 0 13 8 0 0 20 0 15 0 44147890 10917003264 2077379 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 1415.56 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8309516 KiB

[startup+392.801 s]
/proc/loadavg: 5.44 4.67 3.53 6/221 6999
/proc/meminfo: memFree=14877904/32770624 swapFree=67108860/67108860
[pid=6889] ppid=6886 vsize=10794416 memory=8310288 CPUtime=1415.86 cores=0,2,4,6
/proc/6889/stat : 6889 (java) S 6886 6889 5960 0 -1 1077944320 2463359 0 0 0 140711 875 0 0 20 0 16 0 44147884 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140734551093776 140512379047671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
/proc/6889/statm: 2698604 2077572 3232 1 0 2661057 0
[pid=6889/tid=6891] ppid=6886 vsize=10794416 memory=8309516 CPUtime=26.56 cores=0,2,4,6
/proc/6889/task/6891/stat : 6891 (java) S 6886 6889 5960 0 -1 1077944384 22759 0 0 0 2624 32 0 0 20 0 16 0 44147885 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140512383288352 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6892] ppid=6886 vsize=10794416 memory=15164 CPUtime=340.72 cores=0,2,4,6
/proc/6889/task/6892/stat : 6892 (java) S 6886 6889 5960 0 -1 1077944384 689893 0 0 0 33855 217 0 0 20 0 16 0 44147885 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140512340007952 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6893] ppid=6886 vsize=10794416 memory=8112282956445269571 CPUtime=340.63 cores=0,2,4,6
/proc/6889/task/6893/stat : 6893 (java) S 6886 6889 5960 0 -1 1077944384 533162 0 0 0 33865 198 0 0 20 0 16 0 44147885 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511984458896 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6894] ppid=6886 vsize=10794416 memory=10416 CPUtime=340.44 cores=0,2,4,6
/proc/6889/task/6894/stat : 6894 (java) S 6886 6889 5960 0 -1 1077944384 583899 0 0 0 33831 213 0 0 20 0 16 0 44147885 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511983405840 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6895] ppid=6886 vsize=10794416 memory=15872 CPUtime=341.38 cores=0,2,4,6
/proc/6889/task/6895/stat : 6895 (java) S 6886 6889 5960 0 -1 1077944384 503306 0 0 0 33940 198 0 0 20 0 16 0 44147885 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511982353296 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6896] ppid=6886 vsize=10794416 memory=18476 CPUtime=19.61 cores=0,2,4,6
/proc/6889/task/6896/stat : 6896 (java) S 6886 6889 5960 0 -1 1077944384 91346 0 0 0 1957 4 0 0 20 0 16 0 44147887 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511938775280 140512379058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6897] ppid=6886 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6897/stat : 6897 (java) S 6886 6889 5960 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 44147887 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511937721568 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6898] ppid=6886 vsize=10794416 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6898/stat : 6898 (java) S 6886 6889 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 44147887 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511936668416 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6899] ppid=6886 vsize=10794416 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6899/stat : 6899 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511868348368 140512379066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6900] ppid=6886 vsize=10794416 memory=4616 CPUtime=2.79 cores=0,2,4,6
/proc/6889/task/6900/stat : 6900 (java) S 6886 6889 5960 0 -1 1077944384 16779 0 0 0 277 2 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511867296496 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6901] ppid=6886 vsize=10794416 memory=1424 CPUtime=2.69 cores=0,2,4,6
/proc/6889/task/6901/stat : 6901 (java) S 6886 6889 5960 0 -1 1077944384 13755 0 0 0 267 2 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511866243952 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6902] ppid=6886 vsize=10794416 memory=10940 CPUtime=0.73 cores=0,2,4,6
/proc/6889/task/6902/stat : 6902 (java) S 6886 6889 5960 0 -1 1077944384 6070 0 0 0 72 1 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511865190896 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6903] ppid=6886 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6889/task/6903/stat : 6903 (java) S 6886 6889 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511864138592 140512379057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
[pid=6889/tid=6904] ppid=6886 vsize=10794416 memory=1228 CPUtime=0.21 cores=0,2,4,6
/proc/6889/task/6904/stat : 6904 (java) S 6886 6889 5960 0 -1 1077944384 920 0 0 0 13 8 0 0 20 0 16 0 44147890 11053481984 2077572 33554432000 4194304 4196468 140734551111232 140511863085616 140512379058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140734551118961 140734551119113 140734551119113 140734551121871 0
Current children cumulated CPU time: 1415.86 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8310288 KiB

[startup+392.901 s]*
/proc/loadavg: 5.44 4.67 3.53 3/208 7001
/proc/meminfo: memFree=16216084/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 392.974
CPU time (s): 1415.96
CPU user time (s): 1407.12
CPU system time (s): 8.84267
CPU usage (%): 360.32
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8310288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1407.12
system time used= 8.84267
maximum resident set size= 8310568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2463417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30528
involuntary context switches= 16260


# summary of solver processes directly reported to runsolver:
#   pid: 6889
#   total CPU time (s): 1415.96
#   total CPU user time (s): 1407.12
#   total CPU system time (s): 8.84267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53009 second user time and 3.74404 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 15:24:07
IDJOB=4292053
IDBENCH=141274
IDSOLVER=2742
FILE ID=node134/4292053-1532265846
RUNJOBID= node134-1532258378-5991
PBS_JOBID= 21018961
Free space on /tmp= 55872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-20-0420_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292053-1532265846/watcher-4292053-1532265846 -o /tmp/evaluation-result-4292053-1532265846/solver-4292053-1532265846 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292053-1532265846.xml

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

MD5SUM BENCH= a9a1ecda6b6f8f1e99c2d233168bcaa1
RANDOM SEED=2000115637

node134.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.68
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.68
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.68
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.68
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:        24965940 kB
MemAvailable:   29491868 kB
Buffers:          162416 kB
Cached:          4628464 kB
SwapCached:            0 kB
Active:          3954436 kB
Inactive:        3375100 kB
Active(anon):    2488320 kB
Inactive(anon):    70304 kB
Active(file):    1466116 kB
Inactive(file):  3304796 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            126768 kB
Writeback:             0 kB
AnonPages:       2544312 kB
Mapped:            47528 kB
Shmem:             17056 kB
Slab:             169692 kB
SReclaimable:     141700 kB
SUnreclaim:        27992 kB
KernelStack:        3600 kB
PageTables:        10128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3919772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2433024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55868 MiB
End job on node134 at 2018-07-22 15:30:40