Trace number 4263447

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? 1495.86 422.25601

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-180-table.xml
MD5SUM1e220e1fd8b953212811c31efb349042
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 benchmark4.28686
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints64
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1024}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1024}]
Minimum constraint arity32
Maximum constraint arity32
Distribution of constraint arities[{"arity":32,"count":64}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263447-1502631030/watcher-4263447-1502631030 -o /tmp/evaluation-result-4263447-1502631030/solver-4263447-1502631030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263447-1502631030.xml 

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

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

solver pid=6196, runsolver pid=6193

[startup+0.100132 s]*
/proc/loadavg: 4.55 4.00 3.07 7/215 6211
/proc/meminfo: memFree=23592076/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555400 memory=29792 CPUtime=0.12 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 6569 0 0 0 11 1 0 0 20 0 15 0 96190862 10808729600 7448 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638850 7448 2789 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) R 6193 6196 1335 0 -1 4202560 4417 0 0 0 8 1 0 0 20 0 15 0 96190863 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964977022912 139964956882270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555400 memory=5793855089851750841 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964531541536 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964460292464 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0.02 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) R 6193 6196 1335 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964458186864 139964951929738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 7448 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29792 KiB

[startup+0.213019 s]*
/proc/loadavg: 4.55 4.00 3.07 9/215 6211
/proc/meminfo: memFree=23579856/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555400 memory=42536 CPUtime=0.33 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 8246 0 0 0 31 2 0 0 20 0 15 0 96190862 10808729600 10634 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638850 10634 2969 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) R 6193 6196 1335 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 96190863 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964977035808 139964972823709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555400 memory=4211973565046648202 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964531541536 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) R 6193 6196 1335 0 -1 4202560 686 0 0 0 3 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964460278488 139964952062901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0.06 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 698 0 0 0 6 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964458186864 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 10634 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42536 KiB

[startup+0.311187 s]*
/proc/loadavg: 4.55 4.00 3.07 7/215 6211
/proc/meminfo: memFree=23519348/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555400 memory=102560 CPUtime=0.45 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 8533 0 0 0 41 4 0 0 20 0 15 0 96190862 10808729600 25640 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638850 25640 2980 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555400 memory=7377246124687064083 CPUtime=0.3 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) R 6193 6196 1335 0 -1 4202560 5298 0 0 0 27 3 0 0 20 0 15 0 96190863 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964977033984 139964956882270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555400 memory=4211973565046648202 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555400 memory=139838841859836 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555400 memory=139838699451171 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555400 memory=139838699457999 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190863 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555400 memory=139838841860016 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555400 memory=139838699467183 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 25705 33554432000 4194304 4196468 140729111630064 139964531541536 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555400 memory=279677398925200 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96190865 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555400 memory=279677398922896 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 690 0 0 0 3 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964460292464 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 472 0 0 0 2 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0.07 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 716 0 0 0 7 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964458186864 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555400 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555400 memory=139838841857664 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190868 10808729600 25713 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 102560 KiB

[startup+0.700882 s]
/proc/loadavg: 4.55 4.00 3.07 8/215 6211
/proc/meminfo: memFree=23483048/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555476 memory=245224 CPUtime=1.53 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 10616 0 0 0 144 9 0 0 20 0 15 0 96190862 10808807424 61306 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638869 61306 3098 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555476 memory=8536 CPUtime=0.63 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) R 6193 6196 1335 0 -1 4202560 5741 0 0 0 60 3 0 0 20 0 15 0 96190863 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964977038976 139964955209929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555476 memory=4616 CPUtime=0.01 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 96190863 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555476 memory=2241 CPUtime=0.02 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 15 0 96190863 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555476 memory=2244 CPUtime=0.01 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 96190863 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555476 memory=1004 CPUtime=0.03 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 15 0 96190863 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964531541536 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555476 memory=1436 CPUtime=0.27 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 1157 0 0 0 27 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964460292464 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555476 memory=1200 CPUtime=0.29 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 1123 0 0 0 29 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555476 memory=15872 CPUtime=0.18 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 1019 0 0 0 18 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964458186864 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555476 memory=16584 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 61306 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 245224 KiB

[startup+1.50083 s]
/proc/loadavg: 4.55 4.00 3.07 3/215 6211
/proc/meminfo: memFree=23342360/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555476 memory=493824 CPUtime=2.61 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 11653 0 0 0 239 22 0 0 20 0 15 0 96190862 10808807424 123456 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638869 123456 3114 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555476 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) R 6193 6196 1335 0 -1 4202560 5866 0 0 0 132 5 0 0 20 0 15 0 96190863 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964977039600 139964612887468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555476 memory=664970774370811553 CPUtime=0.07 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 244 0 0 0 4 3 0 0 20 0 15 0 96190863 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555476 memory=667957 CPUtime=0.08 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 175 0 0 0 5 3 0 0 20 0 15 0 96190863 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 244 0 0 0 4 3 0 0 20 0 15 0 96190863 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555476 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 156 0 0 0 5 4 0 0 20 0 15 0 96190863 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555476 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 123456 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0

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

Current children cumulated CPU time: 1486.25 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322684 KiB

[startup+420.802 s]
/proc/loadavg: 4.85 4.94 3.91 6/217 6301
/proc/meminfo: memFree=15500572/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555476 memory=8322684 CPUtime=1492.58 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 335266 0 1 0 148518 740 0 0 20 0 15 0 96190862 10808807424 2080671 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638869 2080671 3155 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555476 memory=5788 CPUtime=46.26 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) S 6193 6196 1335 0 -1 1077944384 25060 0 0 0 4603 23 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964977041056 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555476 memory=1228 CPUtime=358.19 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) R 6193 6196 1335 0 -1 4202560 45302 0 0 0 35637 182 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964579654488 139964965904822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555476 memory=8112282956445269571 CPUtime=358.83 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) R 6193 6196 1335 0 -1 4202560 59192 0 0 0 35703 180 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964578601688 139964957502368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555476 memory=8322684 CPUtime=356.97 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) R 6193 6196 1335 0 -1 4202560 47151 0 0 0 35534 163 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964577548888 139964957502479 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555476 memory=1160 CPUtime=357.62 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) R 6193 6196 1335 0 -1 4202560 56792 0 0 0 35583 179 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964576495776 139964957259235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555476 memory=3104 CPUtime=10.97 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 72437 0 1 0 1093 4 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964532594112 139964972811989 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964531541600 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555476 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555476 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555476 memory=932 CPUtime=1.51 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 10229 0 0 0 148 3 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964460292224 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555476 memory=1572 CPUtime=1.56 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 15043 0 0 0 155 1 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964459239712 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555476 memory=2200 CPUtime=0.35 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 2301 0 0 0 35 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964458186912 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555476 memory=8322684 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555476 memory=1696 CPUtime=0.23 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 389 0 0 0 15 8 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 1492.58 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322684 KiB

[startup+421.601 s]
/proc/loadavg: 4.85 4.94 3.91 6/217 6301
/proc/meminfo: memFree=15500572/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10555476 memory=8322684 CPUtime=1495.39 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 335266 0 1 0 148799 740 0 0 20 0 15 0 96190862 10808807424 2080671 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2638869 2080671 3155 1 0 2627263 0
[pid=6196/tid=6198] ppid=6193 vsize=10555476 memory=8322684 CPUtime=46.26 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) S 6193 6196 1335 0 -1 1077944384 25060 0 0 0 4603 23 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964977041056 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10555476 memory=8322684 CPUtime=358.87 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 45302 0 0 0 35705 182 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10555476 memory=4104 CPUtime=359.5 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 59192 0 0 0 35770 180 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10555476 memory=4132 CPUtime=357.63 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 47151 0 0 0 35600 163 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10555476 memory=28064 CPUtime=358.29 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 56792 0 0 0 35650 179 0 0 20 0 15 0 96190863 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10555476 memory=2332 CPUtime=11.1 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) R 6193 6196 1335 0 -1 4202560 72437 0 1 0 1106 4 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964532594112 139964957259416 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10555476 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964531541600 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96190865 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964530488688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10555476 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10555476 memory=1228 CPUtime=1.51 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 10229 0 0 0 148 3 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964460292224 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10555476 memory=796 CPUtime=1.56 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 15043 0 0 0 155 1 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964459239712 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10555476 memory=10020 CPUtime=0.35 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 2301 0 0 0 35 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964458186912 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10555476 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10555476 memory=8536 CPUtime=0.23 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 389 0 0 0 15 8 0 0 20 0 15 0 96190868 10808807424 2080671 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 1495.39 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322684 KiB

[startup+422.001 s]*
/proc/loadavg: 4.85 4.94 3.91 3/217 6301
/proc/meminfo: memFree=15500572/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10688604 memory=8322728 CPUtime=1495.8 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 335390 0 1 0 148840 740 0 0 20 0 16 0 96190862 10945130496 2080682 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2672151 2080682 3156 1 0 2660545 0
[pid=6196/tid=6198] ppid=6193 vsize=10688604 memory=8112282956445269571 CPUtime=46.26 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) S 6193 6196 1335 0 -1 1077944384 25075 0 0 0 4603 23 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964977042464 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10688604 memory=-7003737579269690708 CPUtime=358.87 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 45302 0 0 0 35705 182 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10688604 memory=5864092883155706978 CPUtime=359.5 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 59192 0 0 0 35770 180 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10688604 memory=7085095048209590377 CPUtime=357.63 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 47151 0 0 0 35600 163 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10688604 memory=7085095048209590377 CPUtime=358.29 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 56792 0 0 0 35650 179 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10688604 memory=7954593215310489708 CPUtime=11.5 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 72437 0 1 0 1146 4 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10688604 memory=5864092883155706978 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964531541600 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10688604 memory=7954593215310489708 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964530488704 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10688604 memory=7954593215310489708 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10688604 memory=7954593215310489708 CPUtime=1.51 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 10229 0 0 0 148 3 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964460292464 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10688604 memory=279677400407616 CPUtime=1.56 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 15043 0 0 0 155 1 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10688604 memory=8098433525447225443 CPUtime=0.35 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 2334 0 0 0 35 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964458186864 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10688604 memory=8098433525447225443 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10688604 memory=8098433525447225443 CPUtime=0.23 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 389 0 0 0 15 8 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6302] ppid=6193 vsize=10688604 memory=7085095048209590377 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6302/stat : 6302 (java) S 6193 6196 1335 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 96233063 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964455028368 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 1495.8 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8322728 KiB

[startup+422.201 s]
/proc/loadavg: 4.85 4.94 3.91 3/217 6301
/proc/meminfo: memFree=15500572/32770624 swapFree=67108860/67108860
[pid=6196] ppid=6193 vsize=10688604 memory=8322728 CPUtime=1495.8 cores=0,2,4,6
/proc/6196/stat : 6196 (java) S 6193 6196 1335 0 -1 1077944320 335390 0 1 0 148840 740 0 0 20 0 16 0 96190862 10945130496 2080682 33554432000 4194304 4196468 140729111630064 140729111612608 139964972801783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
/proc/6196/statm: 2672151 2080682 3156 1 0 2660545 0
[pid=6196/tid=6198] ppid=6193 vsize=10688604 memory=16105866189342951 CPUtime=46.26 cores=0,2,4,6
/proc/6196/task/6198/stat : 6198 (java) S 6193 6196 1335 0 -1 1077944384 25075 0 0 0 4603 23 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964977042464 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6199] ppid=6193 vsize=10688604 memory=18292 CPUtime=358.87 cores=0,2,4,6
/proc/6196/task/6199/stat : 6199 (java) S 6193 6196 1335 0 -1 1077944384 45302 0 0 0 35705 182 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964579654288 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6200] ppid=6193 vsize=10688604 memory=1792 CPUtime=359.5 cores=0,2,4,6
/proc/6196/task/6200/stat : 6200 (java) S 6193 6196 1335 0 -1 1077944384 59192 0 0 0 35770 180 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964578601488 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6201] ppid=6193 vsize=10688604 memory=648 CPUtime=357.63 cores=0,2,4,6
/proc/6196/task/6201/stat : 6201 (java) S 6193 6196 1335 0 -1 1077944384 47151 0 0 0 35600 163 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964577548688 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6202] ppid=6193 vsize=10688604 memory=1236 CPUtime=358.29 cores=0,2,4,6
/proc/6196/task/6202/stat : 6202 (java) S 6193 6196 1335 0 -1 1077944384 56792 0 0 0 35650 179 0 0 20 0 16 0 96190863 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964576495888 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6203] ppid=6193 vsize=10688604 memory=960 CPUtime=11.5 cores=0,2,4,6
/proc/6196/task/6203/stat : 6203 (java) S 6193 6196 1335 0 -1 1077944384 72437 0 1 0 1146 4 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964532595568 139964972812930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6204] ppid=6193 vsize=10688604 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6204/stat : 6204 (java) S 6193 6196 1335 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964531541600 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6205] ppid=6193 vsize=10688604 memory=920 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6205/stat : 6205 (java) S 6193 6196 1335 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96190865 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964530488704 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6206] ppid=6193 vsize=10688604 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6206/stat : 6206 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964461345104 139964972820379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6207] ppid=6193 vsize=10688604 memory=2340 CPUtime=1.51 cores=0,2,4,6
/proc/6196/task/6207/stat : 6207 (java) S 6193 6196 1335 0 -1 1077944384 10229 0 0 0 148 3 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964460292464 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6208] ppid=6193 vsize=10688604 memory=2236 CPUtime=1.56 cores=0,2,4,6
/proc/6196/task/6208/stat : 6208 (java) S 6193 6196 1335 0 -1 1077944384 15043 0 0 0 155 1 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964459239664 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6209] ppid=6193 vsize=10688604 memory=4084 CPUtime=0.35 cores=0,2,4,6
/proc/6196/task/6209/stat : 6209 (java) S 6193 6196 1335 0 -1 1077944384 2334 0 0 0 35 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964458186864 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6210] ppid=6193 vsize=10688604 memory=7309451529577718353 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6210/stat : 6210 (java) S 6193 6196 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964457134304 139964972811989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6211] ppid=6193 vsize=10688604 memory=3098 CPUtime=0.23 cores=0,2,4,6
/proc/6196/task/6211/stat : 6211 (java) S 6193 6196 1335 0 -1 1077944384 389 0 0 0 15 8 0 0 20 0 16 0 96190868 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964456082608 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
[pid=6196/tid=6302] ppid=6193 vsize=10688604 memory=24139 CPUtime=0 cores=0,2,4,6
/proc/6196/task/6302/stat : 6302 (java) S 6193 6196 1335 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 96233063 10945130496 2080682 33554432000 4194304 4196468 140729111630064 139964455028368 139964972812930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31047680 140729111639174 140729111639327 140729111639327 140729111642063 0
Current children cumulated CPU time: 1495.8 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8322728 KiB

Child status: 1
Real time (s): 422.256
CPU time (s): 1495.86
CPU user time (s): 1488.41
CPU system time (s): 7.4553
CPU usage (%): 354.255
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8322728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1488.41
system time used= 7.4553
maximum resident set size= 8322968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335468
page faults= 1
swaps= 0
block input operations= 520
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27548
involuntary context switches= 26475


# summary of solver processes directly reported to runsolver:
#   pid: 6196
#   total CPU time (s): 1495.86
#   total CPU user time (s): 1488.41
#   total CPU system time (s): 7.4553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38257 second user time and 4.26004 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 15:16:12
IDJOB=4263447
IDBENCH=133943
IDSOLVER=2651
FILE ID=node112/4263447-1502631030
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-180-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263447-1502631030/watcher-4263447-1502631030 -o /tmp/evaluation-result-4263447-1502631030/solver-4263447-1502631030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263447-1502631030.xml

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

MD5SUM BENCH= 1e220e1fd8b953212811c31efb349042
RANDOM SEED=2103016563

node112.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.24
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.24
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.24
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.24
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:        23609572 kB
MemAvailable:   23831152 kB
Buffers:          120608 kB
Cached:           381708 kB
SwapCached:            0 kB
Active:          8550324 kB
Inactive:         143972 kB
Active(anon):    8143324 kB
Inactive(anon):    76488 kB
Active(file):     407000 kB
Inactive(file):    67484 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31808 kB
Writeback:             0 kB
AnonPages:       8411188 kB
Mapped:            55224 kB
Shmem:             25224 kB
Slab:             151856 kB
SReclaimable:     125860 kB
SUnreclaim:        25996 kB
KernelStack:        3840 kB
PageTables:        21192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8214528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61752 MiB
End job on node112 at 2017-08-13 15:23:15