Trace number 4263506

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1599.9 473.83301

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-83-83.xml
MD5SUM5a1cc99098bd305fca19847613bf445f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8167
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Number of domains1
Minimum domain size84
Maximum domain size84
Distribution of domain sizes[{"size":84,"count":83}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":83}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3403}]
Number of extensional constraints3403
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3403}]
Optimization problemNO
Type of objective

Solver Data

1561.66/462.82	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1599.77/473.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1599.77/473.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1599.77/473.58		at java.lang.reflect.Method.invoke(Method.java:498)
1599.77/473.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1599.77/473.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1599.77/473.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1599.77/473.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1599.77/473.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1599.77/473.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1599.77/473.58		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1599.77/473.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1599.77/473.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1599.77/473.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1599.77/473.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1599.77/473.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1599.77/473.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1599.77/473.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1599.77/473.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1599.77/473.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1599.77/473.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1599.77/473.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1599.85/473.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1599.85/473.78	c This is free software under the dual EPL/GNU LGPL licenses.
1599.85/473.78	c See www.sat4j.org for details.
1599.85/473.78	c That software uses the Rhino library from the Mozilla project.
1599.85/473.78	c version CUSTOM.v20170705
1599.85/473.78	c java.runtime.name	Java(TM) SE Runtime Environment
1599.85/473.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1599.85/473.78	c java.vm.version	25.131-b11
1599.85/473.78	c java.vm.vendor	Oracle Corporation
1599.85/473.78	c sun.arch.data.model	64
1599.85/473.78	c java.version		1.8.0_131
1599.85/473.78	c os.name		Linux
1599.85/473.78	c os.version		3.10.0-514.16.1.el7.x86_64
1599.85/473.78	c os.arch		amd64
1599.85/473.78	c Free memory 		499604488
1599.85/473.78	c Max memory 		7247757312
1599.85/473.78	c Total memory 		504889344
1599.85/473.78	c Number of processors 	4
1599.85/473.78	c c --- Begin Solver configuration ---
1599.85/473.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1599.85/473.78	c Learn all clauses as in MiniSAT
1599.85/473.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1599.85/473.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1599.85/473.78	c No reason simplification
1599.85/473.78	c Glucose 2.1 dynamic restart strategy
1599.85/473.78	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
1599.85/473.78	c timeout=2147483s
1599.85/473.78	c DB Simplification allowed=false
1599.85/473.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1599.85/473.78	c --- End Solver configuration ---
1599.85/473.78	c starts		: 0
1599.85/473.78	c conflicts		: 0
1599.85/473.78	c decisions		: 0
1599.85/473.78	c propagations		: 0
1599.85/473.78	c inspects		: 0
1599.85/473.78	c shortcuts		: 0
1599.85/473.78	c learnt literals	: 0
1599.85/473.78	c learnt binary clauses	: 0
1599.85/473.78	c learnt ternary clauses	: 0
1599.85/473.78	c learnt constraints	: 0
1599.85/473.78	c ignored constraints	: 0
1599.85/473.78	c root simplifications	: 0
1599.85/473.78	c removed literals (reason simplification)	: 0
1599.85/473.78	c reason swapping (by a shorter reason)	: 0
1599.85/473.78	c Calls to reduceDB	: 0
1599.85/473.78	c Number of update (reduction) of LBD	: 0
1599.85/473.78	c Imported unit clauses	: 0
1599.85/473.78	c number of reductions to clauses (during analyze)	: 0
1599.85/473.78	c number of learned constraints concerned by reduction	: 0
1599.85/473.78	c number of learning phase by resolution	: 0
1599.85/473.78	c number of learning phase by cutting planes	: 0
1599.85/473.78	c number of rounding to 1 operations	: 0
1599.85/473.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1599.85/473.78	c number of reductions of the coefficients by power 2 	: 0
1599.85/473.78	c number of right shift for reduction by power 2 	: 0
1599.85/473.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
1599.85/473.78	c speed (assignments/second)	: 0.0
1599.85/473.78	c non guided choices	0
1599.85/473.78	c learnt constraints type 
1599.85/473.78	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 (15014 MiB free)
  memory of node 1: 16384 MiB (15725 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263506-1502624871/watcher-4263506-1502624871 -o /tmp/evaluation-result-4263506-1502624871/solver-4263506-1502624871 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263506-1502624871.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.15 1.70 1.87 3/219 2138
/proc/meminfo: memFree=31443856/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555400 memory=30296 CPUtime=0.12 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 6682 0 0 0 10 2 0 0 20 0 15 0 95574941 10808729600 7574 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638850 7574 2788 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) R 2099 2104 28385 0 -1 4202560 4530 0 0 0 7 1 0 0 20 0 15 0 95574941 10808729600 7574 33554432000 4194304 4196468 140732755617712 139941473695680 139941453555068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7574 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7574 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7574 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 7574 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940959556640 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940958503792 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) R 2099 2104 28385 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940956400496 139941469485698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) S 2099 2104 28385 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940955347696 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0.01 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) R 2099 2104 28385 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 95574946 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940954294896 139941469486486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 7574 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30296 KiB

[startup+0.213628 s]*
/proc/loadavg: 1.15 1.70 1.87 10/219 2138
/proc/meminfo: memFree=31424772/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555400 memory=40720 CPUtime=0.29 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 7778 0 0 0 27 2 0 0 20 0 15 0 95574941 10808729600 10180 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638850 10180 2958 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) R 2099 2104 28385 0 -1 4202560 5013 0 0 0 18 2 0 0 20 0 15 0 95574941 10808729600 10240 33554432000 4194304 4196468 140732755617712 139941473708912 139941058617796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10240 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555400 memory=139947954607833 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10240 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10240 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 10240 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940959556640 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940958503792 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) R 2099 2104 28385 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 15 0 95574946 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940956400496 139941469485698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) R 2099 2104 28385 0 -1 4202560 435 0 0 0 1 0 0 0 20 0 15 0 95574946 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940955328712 139941450662490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0.05 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) R 2099 2104 28385 0 -1 4202560 537 0 0 0 5 0 0 0 20 0 15 0 95574946 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940954294896 139941448103826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555400 memory=139947954423424 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 10240 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40720 KiB

[startup+0.316201 s]*
/proc/loadavg: 1.15 1.70 1.87 6/219 2138
/proc/meminfo: memFree=31300272/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555400 memory=98980 CPUtime=0.58 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 9516 0 0 0 54 4 0 0 20 0 15 0 95574941 10808729600 24745 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638850 24745 3030 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555400 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) R 2099 2104 28385 0 -1 4202560 5042 0 0 0 26 3 0 0 20 0 15 0 95574941 10808729600 24745 33554432000 4194304 4196468 140732755617712 139941473705888 139941469496477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 24745 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555400 memory=139947954472224 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 24745 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555400 memory=51172 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 24745 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574942 10808729600 24745 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555400 memory=139947954479136 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574943 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940959556640 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940958503792 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) R 2099 2104 28385 0 -1 4202560 1412 0 0 0 8 0 0 0 20 0 15 0 95574946 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940956381512 139941454356355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555400 memory=139947818466223 CPUtime=0.09 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) R 2099 2104 28385 0 -1 4202560 827 0 0 0 9 0 0 0 20 0 15 0 95574946 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940955333160 139941454396367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555400 memory=279895772894304 CPUtime=0.09 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 868 0 0 0 9 0 0 0 20 0 15 0 95574946 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940954294896 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555400 memory=139947818466223 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555400 memory=279895772915648 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808729600 24745 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 98980 KiB

[startup+0.704157 s]
/proc/loadavg: 1.15 1.70 1.87 7/219 2138
/proc/meminfo: memFree=31066128/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555476 memory=297264 CPUtime=1.62 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 11928 0 0 0 139 23 0 0 20 0 15 0 95574941 10808807424 74316 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638869 74316 3090 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555476 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) R 2099 2104 28385 0 -1 4202560 5756 0 0 0 53 6 0 0 20 0 15 0 95574941 10808807424 74316 33554432000 4194304 4196468 140732755617712 139941473711680 139941451039521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 15 0 95574942 10808807424 74316 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 59 0 0 0 3 3 0 0 20 0 15 0 95574942 10808807424 74316 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 59 0 0 0 3 3 0 0 20 0 15 0 95574942 10808807424 74316 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555476 memory=8387335763112216729 CPUtime=0.06 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 72 0 0 0 3 3 0 0 20 0 15 0 95574942 10808807424 74316 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555476 memory=7228928679568890213 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95574943 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555476 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940959556640 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940958503792 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555476 memory=17700 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555476 memory=2241 CPUtime=0.26 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) R 2099 2104 28385 0 -1 4202560 2041 0 0 0 26 0 0 0 20 0 15 0 95574946 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940956390880 139941454582143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555476 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) R 2099 2104 28385 0 -1 4202560 1322 0 0 0 25 0 0 0 20 0 15 0 95574946 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940955340888 139941447878072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 1108 0 0 0 20 0 0 0 20 0 15 0 95574946 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940954294896 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574947 10808807424 74316 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 297264 KiB

[startup+1.5007 s]
/proc/loadavg: 1.15 1.70 1.87 4/219 2138
/proc/meminfo: memFree=30850108/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555476 memory=530408 CPUtime=3.2 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 13454 0 0 0 279 41 0 0 20 0 15 0 95574941 10808807424 132602 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638869 132602 3114 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555476 memory=2241 CPUtime=1.29 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) R 2099 2104 28385 0 -1 4202560 5824 0 0 0 121 8 0 0 20 0 15 0 95574941 10808807424 132602 33554432000 4194304 4196468 140732755617712 139941473712640 139941060132064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555476 memory=2244 CPUtime=0.16 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 307 0 0 0 8 8 0 0 20 0 15 0 95574942 10808807424 132602 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555476 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 257 0 0 0 8 7 0 0 20 0 15 0 95574942 10808807424 132602 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555476 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 248 0 0 0 7 7 0 0 20 0 15 0 95574942 10808807424 132602 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555476 memory=279895637384352 CPUtime=0.16 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 370 0 0 0 8 8 0 0 20 0 15 0 95574942 10808807424 132602 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95574943 10808807424 132602 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0

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


[startup+470.401 s]
/proc/loadavg: 7.36 5.66 3.68 9/216 2387
/proc/meminfo: memFree=14855312/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555476 memory=8285572 CPUtime=1591.23 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 268538 0 0 0 158476 647 0 0 20 0 15 0 95574941 10808807424 2071393 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638869 2071393 3160 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555476 memory=928 CPUtime=44.14 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) S 2099 2104 28385 0 -1 1077944384 26204 0 0 0 4381 33 0 0 20 0 15 0 95574941 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941473714336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555476 memory=8112282956445269571 CPUtime=373.85 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) R 2099 2104 28385 0 -1 4202560 25877 0 0 0 37228 157 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941395549216 139941462578208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555476 memory=2340 CPUtime=372.82 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) R 2099 2104 28385 0 -1 4202560 26517 0 0 0 37139 143 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941394496728 139941454464194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555476 memory=2240 CPUtime=373.31 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) R 2099 2104 28385 0 -1 4202560 41182 0 0 0 37184 147 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941393443928 139941454464256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555476 memory=4128 CPUtime=373.25 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) R 2099 2104 28385 0 -1 4202560 25772 0 0 0 37174 151 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941392391128 139941454175213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555476 memory=8285572 CPUtime=48.68 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 99903 0 0 0 4863 5 0 0 20 0 15 0 95574943 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940960609216 139941469484757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940959556704 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555476 memory=17700 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940958503808 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555476 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555476 memory=8112282956445269571 CPUtime=2.25 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) S 2099 2104 28385 0 -1 1077944384 8658 0 0 0 223 2 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940956400544 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555476 memory=8560 CPUtime=2.14 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) S 2099 2104 28385 0 -1 1077944384 8338 0 0 0 213 1 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940955347456 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555476 memory=1228 CPUtime=0.48 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 3731 0 0 0 47 1 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940954294944 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555476 memory=8285572 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555476 memory=1948 CPUtime=0.2 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 971 0 0 0 11 9 0 0 20 0 15 0 95574947 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 1591.23 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8285572 KiB

[startup+472.001 s]*
/proc/loadavg: 7.41 5.70 3.70 9/216 2387
/proc/meminfo: memFree=14855312/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555476 memory=8285572 CPUtime=1597.63 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 268759 0 0 0 159116 647 0 0 20 0 15 0 95574941 10808807424 2071393 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638869 2071393 3160 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555476 memory=15876 CPUtime=44.14 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) S 2099 2104 28385 0 -1 1077944384 26204 0 0 0 4381 33 0 0 20 0 15 0 95574941 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941473714336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555476 memory=17700 CPUtime=375.46 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) R 2099 2104 28385 0 -1 4202560 25934 0 0 0 37389 157 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941395549216 139941454174328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555476 memory=4126316290023845779 CPUtime=374.43 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) R 2099 2104 28385 0 -1 4202560 26537 0 0 0 37300 143 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941394496728 139941451084173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555476 memory=2416 CPUtime=374.93 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) R 2099 2104 28385 0 -1 4202560 41209 0 0 0 37345 148 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941393443928 139941453932182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555476 memory=1728 CPUtime=374.83 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) R 2099 2104 28385 0 -1 4202560 25889 0 0 0 37332 151 0 0 20 0 15 0 95574942 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139941392391128 139941454464231 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555476 memory=796 CPUtime=48.68 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 99903 0 0 0 4863 5 0 0 20 0 15 0 95574943 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940960609216 139941469484757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555476 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940959556704 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555476 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940958503808 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555476 memory=1228 CPUtime=2.25 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) S 2099 2104 28385 0 -1 1077944384 8658 0 0 0 223 2 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940956400544 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555476 memory=12028 CPUtime=2.14 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) S 2099 2104 28385 0 -1 1077944384 8338 0 0 0 213 1 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940955347456 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555476 memory=5668 CPUtime=0.48 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 3731 0 0 0 47 1 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940954294944 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555476 memory=4612 CPUtime=0.21 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 971 0 0 0 12 9 0 0 20 0 15 0 95574947 10808807424 2071393 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 1597.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8285572 KiB

[startup+472.801 s]
/proc/loadavg: 7.41 5.70 3.70 9/216 2387
/proc/meminfo: memFree=14855312/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10555476 memory=8285584 CPUtime=1599.07 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 268874 0 0 0 159260 647 0 0 20 0 15 0 95574941 10808807424 2071396 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2638869 2071396 3160 1 0 2627263 0
[pid=2104/tid=2110] ppid=2099 vsize=10555476 memory=8285572 CPUtime=44.14 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) S 2099 2104 28385 0 -1 1077944384 26204 0 0 0 4381 33 0 0 20 0 15 0 95574941 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139941473714336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10555476 memory=8112282956445269571 CPUtime=375.67 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 25940 0 0 0 37410 157 0 0 20 0 15 0 95574942 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10555476 memory=17700 CPUtime=374.65 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 26543 0 0 0 37322 143 0 0 20 0 15 0 95574942 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10555476 memory=4048 CPUtime=375.14 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 41216 0 0 0 37366 148 0 0 20 0 15 0 95574942 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10555476 memory=18488 CPUtime=375.04 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 25895 0 0 0 37353 151 0 0 20 0 15 0 95574942 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10555476 memory=1796 CPUtime=49.26 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) R 2099 2104 28385 0 -1 4202560 99993 0 0 0 4921 5 0 0 20 0 15 0 95574943 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940960609216 139941453932184 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940959556704 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95574944 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940958503808 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10555476 memory=12028 CPUtime=2.25 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) S 2099 2104 28385 0 -1 1077944384 8658 0 0 0 223 2 0 0 20 0 15 0 95574946 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940956400544 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10555476 memory=5668 CPUtime=2.14 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) S 2099 2104 28385 0 -1 1077944384 8338 0 0 0 213 1 0 0 20 0 15 0 95574946 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940955347456 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10555476 memory=1008 CPUtime=0.48 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 3731 0 0 0 47 1 0 0 20 0 15 0 95574946 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940954294944 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574946 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10555476 memory=1428 CPUtime=0.21 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 971 0 0 0 12 9 0 0 20 0 15 0 95574947 10808807424 2071396 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 1599.07 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8285584 KiB

[startup+473.601 s]
/proc/loadavg: 7.41 5.70 3.70 6/216 2387
/proc/meminfo: memFree=14855312/32770624 swapFree=67108860/67108860
[pid=2104] ppid=2099 vsize=10688604 memory=8285644 CPUtime=1599.85 cores=0,2,4,6
/proc/2104/stat : 2104 (java) S 2099 2104 28385 0 -1 1077944320 269167 0 0 0 159338 647 0 0 20 0 16 0 95574941 10945130496 2071411 33554432000 4194304 4196468 140732755617712 140732755600256 139941469474551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
/proc/2104/statm: 2672151 2071411 3162 1 0 2660545 0
[pid=2104/tid=2110] ppid=2099 vsize=10688604 memory=8112282956445269571 CPUtime=44.15 cores=0,2,4,6
/proc/2104/task/2110/stat : 2110 (java) S 2099 2104 28385 0 -1 1077944384 26241 0 0 0 4382 33 0 0 20 0 16 0 95574941 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139941473715232 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2112] ppid=2099 vsize=10688604 memory=1728 CPUtime=375.67 cores=0,2,4,6
/proc/2104/task/2112/stat : 2112 (java) S 2099 2104 28385 0 -1 1077944384 25940 0 0 0 37410 157 0 0 20 0 16 0 95574942 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139941395549328 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2113] ppid=2099 vsize=10688604 memory=8285572 CPUtime=374.65 cores=0,2,4,6
/proc/2104/task/2113/stat : 2113 (java) S 2099 2104 28385 0 -1 1077944384 26543 0 0 0 37322 143 0 0 20 0 16 0 95574942 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139941394496528 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2114] ppid=2099 vsize=10688604 memory=1228 CPUtime=375.14 cores=0,2,4,6
/proc/2104/task/2114/stat : 2114 (java) S 2099 2104 28385 0 -1 1077944384 41216 0 0 0 37366 148 0 0 20 0 16 0 95574942 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139941393443728 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2115] ppid=2099 vsize=10688604 memory=12028 CPUtime=375.04 cores=0,2,4,6
/proc/2104/task/2115/stat : 2115 (java) S 2099 2104 28385 0 -1 1077944384 25895 0 0 0 37353 151 0 0 20 0 16 0 95574942 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139941392390928 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2120] ppid=2099 vsize=10688604 memory=5668 CPUtime=50.04 cores=0,2,4,6
/proc/2104/task/2120/stat : 2120 (java) S 2099 2104 28385 0 -1 1077944384 99997 0 0 0 4999 5 0 0 20 0 16 0 95574943 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940960610672 139941469485698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2122] ppid=2099 vsize=10688604 memory=8285572 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2122/stat : 2122 (java) S 2099 2104 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95574944 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940959556704 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2125] ppid=2099 vsize=10688604 memory=8285552 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2125/stat : 2125 (java) S 2099 2104 28385 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 95574944 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940958503808 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2130] ppid=2099 vsize=10688604 memory=8285564 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2130/stat : 2130 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574946 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940957452112 139941469493147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2131] ppid=2099 vsize=10688604 memory=8285572 CPUtime=2.25 cores=0,2,4,6
/proc/2104/task/2131/stat : 2131 (java) S 2099 2104 28385 0 -1 1077944384 8658 0 0 0 223 2 0 0 20 0 16 0 95574946 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940956400496 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2132] ppid=2099 vsize=10688604 memory=8285572 CPUtime=2.14 cores=0,2,4,6
/proc/2104/task/2132/stat : 2132 (java) S 2099 2104 28385 0 -1 1077944384 8463 0 0 0 213 1 0 0 20 0 16 0 95574946 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940955347696 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2133] ppid=2099 vsize=10688604 memory=12028 CPUtime=0.48 cores=0,2,4,6
/proc/2104/task/2133/stat : 2133 (java) S 2099 2104 28385 0 -1 1077944384 3781 0 0 0 47 1 0 0 20 0 16 0 95574946 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940954294896 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2135] ppid=2099 vsize=10688604 memory=8285584 CPUtime=0 cores=0,2,4,6
/proc/2104/task/2135/stat : 2135 (java) S 2099 2104 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574946 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940953242336 139941469484757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
[pid=2104/tid=2137] ppid=2099 vsize=10688604 memory=8285584 CPUtime=0.21 cores=0,2,4,6
/proc/2104/task/2137/stat : 2137 (java) S 2099 2104 28385 0 -1 1077944384 971 0 0 0 12 9 0 0 20 0 16 0 95574947 10945130496 2071411 33554432000 4194304 4196468 140732755617712 139940952189616 139941469485698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21958656 140732755620998 140732755621151 140732755621151 140732755623887 0
Current children cumulated CPU time: 1599.85 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8285644 KiB

[startup+473.801 s]*
/proc/loadavg: 7.41 5.70 3.70 6/203 2389
/proc/meminfo: memFree=15437240/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: 1
Real time (s): 473.833
CPU time (s): 1599.9
CPU user time (s): 1593.39
CPU system time (s): 6.50962
CPU usage (%): 337.651
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8285644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.39
system time used= 6.50962
maximum resident set size= 8285860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269232
page faults= 0
swaps= 0
block input operations= 1160
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23702
involuntary context switches= 29712


# summary of solver processes directly reported to runsolver:
#   pid: 2104
#   total CPU time (s): 1599.9
#   total CPU user time (s): 1593.39
#   total CPU system time (s): 6.50962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82506 second user time and 4.58894 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:33:33
IDJOB=4263506
IDBENCH=125598
IDSOLVER=2651
FILE ID=node106/4263506-1502624871
RUNJOBID= node106-1502624013-2077
PBS_JOBID= 20628302
Free space on /tmp= 61664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-83-83.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263506-1502624871/watcher-4263506-1502624871 -o /tmp/evaluation-result-4263506-1502624871/solver-4263506-1502624871 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263506-1502624871.xml

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

MD5SUM BENCH= 5a1cc99098bd305fca19847613bf445f
RANDOM SEED=1799638846

node106.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.86
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.86
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.86
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.86
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:        31478188 kB
MemAvailable:   31990164 kB
Buffers:          101664 kB
Cached:           698472 kB
SwapCached:            0 kB
Active:           484652 kB
Inactive:         370376 kB
Active(anon):      10880 kB
Inactive(anon):    72092 kB
Active(file):     473772 kB
Inactive(file):   298284 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            112636 kB
Writeback:             0 kB
AnonPages:         61212 kB
Mapped:            43296 kB
Shmem:             25228 kB
Slab:             137048 kB
SReclaimable:     111512 kB
SUnreclaim:        25536 kB
KernelStack:        3216 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61692 MiB
End job on node106 at 2017-08-13 13:41:27