Trace number 4263234

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-05SAT 11.7535 8.8966198

General information on the benchmark

NameBlackhole/Blackhole-m1-s07/
Blackhole-07-3-10.xml
MD5SUM41a77f0ff8ed1fddf85157fc97a1c00e
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 benchmark0.035018999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":56}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":47},{"degree":3,"count":9}]
Minimum constraint arity1
Maximum constraint arity56
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":45},{"arity":56,"count":1}]
Number of extensional constraints27
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":27},{"type":"intension","count":19},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.20/1.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.20/1.07	c This is free software under the dual EPL/GNU LGPL licenses.
2.20/1.07	c See www.sat4j.org for details.
2.20/1.07	c That software uses the Rhino library from the Mozilla project.
2.20/1.07	c version CUSTOM.v20170705
2.20/1.07	c java.runtime.name	Java(TM) SE Runtime Environment
2.20/1.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.20/1.07	c java.vm.version	25.131-b11
2.20/1.07	c java.vm.vendor	Oracle Corporation
2.20/1.07	c sun.arch.data.model	64
2.20/1.07	c java.version		1.8.0_131
2.20/1.07	c os.name		Linux
2.20/1.07	c os.version		3.10.0-514.16.1.el7.x86_64
2.20/1.07	c os.arch		amd64
2.20/1.07	c Free memory 		499604488
2.20/1.07	c Max memory 		7247757312
2.20/1.07	c Total memory 		504889344
2.20/1.07	c Number of processors 	4
2.20/1.07	c c --- Begin Solver configuration ---
2.20/1.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.20/1.07	c Learn all clauses as in MiniSAT
2.20/1.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.20/1.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.20/1.07	c No reason simplification
2.20/1.07	c Glucose 2.1 dynamic restart strategy
2.20/1.07	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
2.20/1.07	c timeout=2147483s
2.20/1.07	c DB Simplification allowed=false
2.20/1.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.20/1.07	c --- End Solver configuration ---
2.20/1.07	c constraints type 
2.20/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
2.20/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 426524
2.20/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 68660
2.20/1.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 3228
2.20/1.07	c 498524 constraints processed.
11.73/8.88	c starts		: 138
11.73/8.88	c conflicts		: 28247
11.73/8.88	c decisions		: 818582
11.73/8.88	c propagations		: 32822731
11.73/8.88	c inspects		: 52123884
11.73/8.88	c shortcuts		: 0
11.73/8.88	c learnt literals	: 92
11.73/8.88	c learnt binary clauses	: 258
11.73/8.88	c learnt ternary clauses	: 385
11.73/8.88	c learnt constraints	: 28155
11.73/8.88	c ignored constraints	: 0
11.73/8.88	c root simplifications	: 0
11.73/8.88	c removed literals (reason simplification)	: 0
11.73/8.88	c reason swapping (by a shorter reason)	: 0
11.73/8.88	c Calls to reduceDB	: 4
11.73/8.88	c Number of update (reduction) of LBD	: 27231
11.73/8.88	c Imported unit clauses	: 0
11.73/8.88	c number of reductions to clauses (during analyze)	: 0
11.73/8.88	c number of learned constraints concerned by reduction	: 0
11.73/8.88	c number of learning phase by resolution	: 0
11.73/8.88	c number of learning phase by cutting planes	: 0
11.73/8.88	c number of rounding to 1 operations	: 0
11.73/8.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
11.73/8.88	c number of reductions of the coefficients by power 2 	: 0
11.73/8.88	c number of right shift for reduction by power 2 	: 0
11.73/8.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
11.73/8.88	c speed (assignments/second)	: 4211822.276401899
11.73/8.88	c non guided choices	10627
11.73/8.89	c learnt constraints type 
11.73/8.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 258
11.73/8.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8956
11.73/8.89	s SATISFIABLE
11.73/8.89	v <instantiation type="solution">
11.73/8.89	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] </list>
11.73/8.89	v 	<values> 0 1 2 8 21 6 7 15 16 3 4 10 18 26 27 14 22 23 17 11 12 13 19 20 5 25 24 9 0 1 2 9 10 24 5 6 3 27 11 19 20 21 15 7 8 18 12 22 23 4 16 17 26 25 13 14 </values>
11.73/8.89	v </instantiation>
11.73/8.89	

Verifier Data

OK	

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 (15434 MiB free)
  memory of node 1: 16384 MiB (15425 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263234-1502631380/watcher-4263234-1502631380 -o /tmp/evaluation-result-4263234-1502631380/solver-4263234-1502631380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263234-1502631380.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=17786, runsolver pid=17783

[startup+0.100126 s]*
/proc/loadavg: 2.21 2.08 2.12 2/201 17787
/proc/meminfo: memFree=31601248/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=98704 memory=4676 CPUtime=0 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 1355 0 0 0 0 0 0 0 20 0 2 0 110644431 101072896 1169 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 0 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 24676 1169 869 1 0 16800 0
[pid=17786/tid=17788] ppid=17783 vsize=103040 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 219 0 0 0 0 0 0 0 20 0 2 0 110644442 105512960 1221 18446744073709551615 4194304 4196468 140725131478416 139861055548792 139861051339901 0 0 1 2048 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 98704 KiB
Current children cumulated memory: 4676 KiB

[startup+0.212413 s]*
/proc/loadavg: 2.21 2.08 2.12 3/215 17801
/proc/meminfo: memFree=31587804/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10551156 memory=25124 CPUtime=0.07 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 4786 0 0 0 6 1 0 0 20 0 15 0 110644431 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2637789 6281 2645 1 0 2627261 0
[pid=17786/tid=17788] ppid=17783 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 2876 0 0 0 5 1 0 0 20 0 15 0 110644442 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139861055539600 139861051335933 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10551156 memory=140682371674361 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10551156 memory=140682370733696 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644444 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110644444 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860547212064 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110644445 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860546159728 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10551156 memory=140682370733696 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10551156 memory=140682370733696 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644452 10804383744 6281 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25124 KiB

[startup+0.310427 s]*
/proc/loadavg: 2.21 2.08 2.12 3/215 17801
/proc/meminfo: memFree=31575452/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10551156 memory=35688 CPUtime=0.22 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 8213 0 0 0 20 2 0 0 20 0 15 0 110644431 10804383744 8922 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2637789 8922 2867 1 0 2627261 0
[pid=17786/tid=17788] ppid=17783 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 5851 0 0 0 14 2 0 0 20 0 15 0 110644442 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139861055535216 139861035394398 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644444 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110644444 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860547212064 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110644445 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860546159728 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 110644447 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 110644447 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10551156 memory=140682370733696 CPUtime=0.03 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 426 0 0 0 3 0 0 0 20 0 15 0 110644447 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10551156 memory=140682370733696 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644452 10804383744 8986 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35688 KiB

[startup+0.701887 s]
/proc/loadavg: 2.21 2.08 2.12 5/215 17801
/proc/meminfo: memFree=31561928/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10551232 memory=104688 CPUtime=1.23 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 12361 0 0 0 119 4 0 0 20 0 15 0 110644431 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2637808 26172 3059 1 0 2627261 0
[pid=17786/tid=17788] ppid=17783 vsize=10551232 memory=167 CPUtime=0.53 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 7451 0 0 0 50 3 0 0 20 0 15 0 110644442 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139861055549200 139860660850736 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10551232 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644443 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10551232 memory=364 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644443 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10551232 memory=3582 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110644443 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10551232 memory=160 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110644444 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110644444 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860547212064 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10551232 memory=702 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110644445 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860546159728 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10551232 memory=35 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10551232 memory=390 CPUtime=0.22 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) R 17783 17786 4674 0 -1 4202560 1233 0 0 0 22 0 0 0 20 0 15 0 110644447 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860544041384 139861044031063 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10551232 memory=495 CPUtime=0.24 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) D 17783 17786 4674 0 -1 4202560 1000 0 0 0 24 0 0 0 20 0 15 0 110644447 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860542992536 139861035710747 0 4 1 16800974 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10551232 memory=1204 CPUtime=0.2 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) D 17783 17786 4674 0 -1 4202560 1303 0 0 0 20 0 0 0 20 0 15 0 110644447 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860541945672 139861030246236 0 4 1 16800974 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10551232 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110644447 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110644452 10804461568 26172 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104688 KiB

[startup+1.50375 s]
/proc/loadavg: 2.21 2.08 2.12 5/215 17801
/proc/meminfo: memFree=31405016/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10617796 memory=211308 CPUtime=3.61 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 16571 0 0 0 353 8 0 0 20 0 16 0 110644431 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2654449 52827 3090 1 0 2643902 0
[pid=17786/tid=17788] ppid=17783 vsize=10617796 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 7523 0 0 0 126 4 0 0 20 0 16 0 110644442 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139861055550424 139860661055552 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 110644443 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10617796 memory=3467824735255148758 CPUtime=0.02 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 2 0 0 0 20 0 16 0 110644443 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10617796 memory=18116 CPUtime=0.02 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 110644443 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10617796 memory=-3494347379275715998 CPUtime=0.01 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 110644443 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10617796 memory=4134606225630022328 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10617796 memory=4951091520830859358 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860547212064 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10617796 memory=6789847811767818552 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110644445 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860546159728 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10617796 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10617796 memory=53652 CPUtime=0.91 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) R 17783 17786 4674 0 -1 4202560 2757 0 0 0 91 0 0 0 20 0 16 0 110644447 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861034799845 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10617796 memory=1296 CPUtime=0.99 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) R 17783 17786 4674 0 -1 4202560 3082 0 0 0 99 0 0 0 20 0 16 0 110644447 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860543003416 139861032858425 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10617796 memory=33 CPUtime=0.29 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) R 17783 17786 4674 0 -1 4202560 1676 0 0 0 29 0 0 0 20 0 16 0 110644447 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861030259564 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10617796 memory=5933603990731511913 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10617796 memory=6077719178807367785 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644452 10872623104 52827 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 211308 KiB

[startup+3.11025 s]
/proc/loadavg: 2.28 2.10 2.13 3/216 17802
/proc/meminfo: memFree=31397752/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10617796 memory=213680 CPUtime=5.68 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 17407 0 0 0 559 9 0 0 20 0 16 0 110644431 10872623104 53420 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2654449 53420 3097 1 0 2643902 0

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

Dumping a history of the last processes samples

[startup+6.401 s]
/proc/loadavg: 2.28 2.10 2.13 3/216 17802
/proc/meminfo: memFree=31397384/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10617796 memory=214220 CPUtime=9.22 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 21481 0 0 0 913 9 0 0 20 0 16 0 110644431 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2654449 53555 3109 1 0 2643902 0
[pid=17786/tid=17788] ppid=17783 vsize=10617796 memory=24561 CPUtime=6.21 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 8109 0 0 0 616 5 0 0 20 0 16 0 110644442 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139861055549840 139860664574109 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10617796 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 110644443 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10617796 memory=-8774313645642428999 CPUtime=0.02 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 2 0 0 0 20 0 16 0 110644443 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10617796 memory=-7172780173536237815 CPUtime=0.02 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 110644443 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10617796 memory=-7307489944779712396 CPUtime=0.01 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 110644443 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10617796 memory=-7161162475204537742 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10617796 memory=-7448791758889337798 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860547212064 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10617796 memory=7450198780561156657 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110644445 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860546159728 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10617796 memory=217102610946688 CPUtime=1.3 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 4006 0 0 0 130 0 0 0 20 0 16 0 110644447 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10617796 memory=911153 CPUtime=1.28 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 5464 0 0 0 128 0 0 0 20 0 16 0 110644447 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10617796 memory=4638778398333026408 CPUtime=0.31 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 1852 0 0 0 31 0 0 0 20 0 16 0 110644447 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10617796 memory=4640767346415259729 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10617796 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 16 0 110644452 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17802] ppid=17783 vsize=10617796 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17802/stat : 17802 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110644540 10872623104 53555 18446744073709551615 4194304 4196468 140725131478416 139860538790576 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 214220 KiB

[startup+8.0008 s]*
/proc/loadavg: 2.17 2.08 2.12 3/216 17802
/proc/meminfo: memFree=31349528/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10617796 memory=262428 CPUtime=10.99 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 22565 0 0 0 1084 15 0 0 20 0 16 0 110644431 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2654449 65607 3119 1 0 2643902 0
[pid=17786/tid=17788] ppid=17783 vsize=10617796 memory=-8774313645642428999 CPUtime=7.76 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 8111 0 0 0 771 5 0 0 20 0 16 0 110644442 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139861055552984 139860664421184 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10617796 memory=4872558044660077418 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 453 0 0 0 4 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10617796 memory=1152 CPUtime=0.06 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10617796 memory=3156 CPUtime=0.07 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 139 0 0 0 5 2 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10617796 memory=163152 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 222 0 0 0 4 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10617796 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860547212128 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 110644445 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860546159744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10617796 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 4006 0 0 0 130 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10617796 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 5464 0 0 0 128 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10617796 memory=2320681096315669688 CPUtime=0.31 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 1858 0 0 0 31 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10617796 memory=7649399362874193712 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10617796 memory=2319529885832312496 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 16 0 110644452 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17802] ppid=17783 vsize=10617796 memory=7649399371464128304 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17802/stat : 17802 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110644540 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860538790576 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 262428 KiB

[startup+8.40079 s]
/proc/loadavg: 2.17 2.08 2.12 3/216 17802
/proc/meminfo: memFree=31349528/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10617796 memory=262428 CPUtime=11.38 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 22565 0 0 0 1123 15 0 0 20 0 16 0 110644431 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2654449 65607 3119 1 0 2643902 0
[pid=17786/tid=17788] ppid=17783 vsize=10617796 memory=1 CPUtime=8.15 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) R 17783 17786 4674 0 -1 4202560 8111 0 0 0 810 5 0 0 20 0 16 0 110644442 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139861055552984 139860664548928 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10617796 memory=6688 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 453 0 0 0 4 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10617796 memory=41 CPUtime=0.06 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10617796 memory=19 CPUtime=0.07 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 139 0 0 0 5 2 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10617796 memory=27 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 222 0 0 0 4 1 0 0 20 0 16 0 110644443 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10617796 memory=262428 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 110644444 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860547212128 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10617796 memory=31964 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 110644445 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860546159744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10617796 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10617796 memory=644 CPUtime=1.3 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 4006 0 0 0 130 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10617796 memory=1796 CPUtime=1.28 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 5464 0 0 0 128 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10617796 memory=956 CPUtime=0.31 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 1858 0 0 0 31 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10617796 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10617796 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 16 0 110644452 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17802] ppid=17783 vsize=10617796 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17802/stat : 17802 (java) S 17783 17786 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110644540 10872623104 65607 18446744073709551615 4194304 4196468 140725131478416 139860538790576 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 11.38 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 262428 KiB

[startup+8.80071 s]
/proc/loadavg: 2.17 2.08 2.12 3/216 17802
/proc/meminfo: memFree=31349528/32770624 swapFree=67108764/67108860
[pid=17786] ppid=17783 vsize=10685388 memory=262540 CPUtime=11.73 cores=0,2,4,6
/proc/17786/stat : 17786 (java) S 17783 17786 4674 0 -1 1077944320 23352 0 0 0 1158 15 0 0 20 0 16 0 110644431 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 140725131460960 139861051313911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
/proc/17786/statm: 2671347 65635 3121 1 0 2660800 0
[pid=17786/tid=17788] ppid=17783 vsize=10685388 memory=-8774313645642428999 CPUtime=8.44 cores=0,2,4,6
/proc/17786/task/17788/stat : 17788 (java) S 17783 17786 4674 0 -1 1077944384 8259 0 0 0 839 5 0 0 20 0 16 0 110644442 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139861055554592 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17789] ppid=17783 vsize=10685388 memory=288230617509003574 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17789/stat : 17789 (java) S 17783 17786 4674 0 -1 1077944384 453 0 0 0 4 1 0 0 20 0 16 0 110644443 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860981734288 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17790] ppid=17783 vsize=10685388 memory=13564886244395551 CPUtime=0.06 cores=0,2,4,6
/proc/17786/task/17790/stat : 17790 (java) S 17783 17786 4674 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 16 0 110644443 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860980681488 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17791] ppid=17783 vsize=10685388 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17786/task/17791/stat : 17791 (java) S 17783 17786 4674 0 -1 1077944384 139 0 0 0 5 2 0 0 20 0 16 0 110644443 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860660710544 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17792] ppid=17783 vsize=10685388 memory=288230377108287796 CPUtime=0.05 cores=0,2,4,6
/proc/17786/task/17792/stat : 17792 (java) S 17783 17786 4674 0 -1 1077944384 222 0 0 0 4 1 0 0 20 0 16 0 110644443 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860659657744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17793] ppid=17783 vsize=10685388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17793/stat : 17793 (java) S 17783 17786 4674 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 16 0 110644444 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860548266096 139861051325058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17794] ppid=17783 vsize=10685388 memory=281364516056768 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17794/stat : 17794 (java) S 17783 17786 4674 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 110644444 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860547212128 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17795] ppid=17783 vsize=10685388 memory=140682258033408 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17795/stat : 17795 (java) S 17783 17786 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 110644445 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860546159744 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17796] ppid=17783 vsize=10685388 memory=56 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17796/stat : 17796 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860545108048 139861051332507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17797] ppid=17783 vsize=10685388 memory=8387223549236478041 CPUtime=1.32 cores=0,2,4,6
/proc/17786/task/17797/stat : 17797 (java) S 17783 17786 4674 0 -1 1077944384 4198 0 0 0 132 0 0 0 20 0 16 0 110644447 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860544055920 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17798] ppid=17783 vsize=10685388 memory=6943526294502006880 CPUtime=1.32 cores=0,2,4,6
/proc/17786/task/17798/stat : 17798 (java) S 17783 17786 4674 0 -1 1077944384 5749 0 0 0 132 0 0 0 20 0 16 0 110644447 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860543003120 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17799] ppid=17783 vsize=10685388 memory=6656426216303648864 CPUtime=0.32 cores=0,2,4,6
/proc/17786/task/17799/stat : 17799 (java) S 17783 17786 4674 0 -1 1077944384 1898 0 0 0 31 1 0 0 20 0 16 0 110644447 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860541950832 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17800] ppid=17783 vsize=10685388 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17800/stat : 17800 (java) S 17783 17786 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110644447 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860540898272 139861051324117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
[pid=17786/tid=17801] ppid=17783 vsize=10685388 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17786/task/17801/stat : 17801 (java) S 17783 17786 4674 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 16 0 110644452 10941837312 65635 18446744073709551615 4194304 4196468 140725131478416 139860539845040 139861051325058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725131485584 140725131485737 140725131485737 140725131489231 0
Current children cumulated CPU time: 11.73 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 262540 KiB

Child status: 0
Real time (s): 8.89662
CPU time (s): 11.7535
CPU user time (s): 11.5907
CPU system time (s): 0.16274
CPU usage (%): 132.112
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 262540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5907
system time used= 0.16274
maximum resident set size= 263048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1797
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 17786
#   total CPU time (s): 11.7535
#   total CPU user time (s): 11.5907
#   total CPU system time (s): 0.16274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073515 second user time and 0.127426 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 15:22:26
IDJOB=4263234
IDBENCH=134509
IDSOLVER=2651
FILE ID=node134/4263234-1502631380
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s07/Blackhole-07-3-10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263234-1502631380/watcher-4263234-1502631380 -o /tmp/evaluation-result-4263234-1502631380/solver-4263234-1502631380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263234-1502631380.xml

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

MD5SUM BENCH= 41a77f0ff8ed1fddf85157fc97a1c00e
RANDOM SEED=2086567934

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        31601248 kB
MemAvailable:   31815132 kB
Buffers:          225116 kB
Cached:           282684 kB
SwapCached:            4 kB
Active:           507640 kB
Inactive:         210424 kB
Active(anon):     157392 kB
Inactive(anon):    94440 kB
Active(file):     350248 kB
Inactive(file):   115984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1728 kB
Writeback:             4 kB
AnonPages:        210208 kB
Mapped:            67484 kB
Shmem:             41564 kB
Slab:             153776 kB
SReclaimable:     126972 kB
SUnreclaim:        26804 kB
KernelStack:        3552 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 15:22:35