Trace number 4263500

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-05UNSAT 20.3127 15.8282

General information on the benchmark

NameQRandom/QRandom-ehi-s90/
ehi-90-315-13.xml
MD5SUM0ecc43e275203d13589c8e56646047f8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.073403001
Satisfiable
(Un)Satisfiability was proved
Number of variables315
Number of constraints4391
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":315}]
Minimum variable degree22
Maximum variable degree30
Distribution of variable degrees[{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":20},{"degree":27,"count":55},{"degree":28,"count":106},{"degree":29,"count":92},{"degree":30,"count":22}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4391}]
Number of extensional constraints4391
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4391}]
Optimization problemNO
Type of objective

Solver Data

5.65/2.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.65/2.38	c This is free software under the dual EPL/GNU LGPL licenses.
5.65/2.38	c See www.sat4j.org for details.
5.65/2.38	c That software uses the Rhino library from the Mozilla project.
5.65/2.38	c version CUSTOM.v20170705
5.65/2.38	c java.runtime.name	Java(TM) SE Runtime Environment
5.65/2.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.65/2.38	c java.vm.version	25.131-b11
5.65/2.38	c java.vm.vendor	Oracle Corporation
5.65/2.38	c sun.arch.data.model	64
5.65/2.38	c java.version		1.8.0_131
5.65/2.38	c os.name		Linux
5.65/2.38	c os.version		3.10.0-514.16.1.el7.x86_64
5.65/2.38	c os.arch		amd64
5.65/2.38	c Free memory 		499604488
5.65/2.38	c Max memory 		7247757312
5.65/2.38	c Total memory 		504889344
5.65/2.38	c Number of processors 	4
5.65/2.38	c c --- Begin Solver configuration ---
5.65/2.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.65/2.38	c Learn all clauses as in MiniSAT
5.65/2.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.65/2.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.65/2.38	c No reason simplification
5.65/2.38	c Glucose 2.1 dynamic restart strategy
5.65/2.38	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
5.65/2.38	c timeout=2147483s
5.65/2.38	c DB Simplification allowed=false
5.65/2.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.65/2.38	c --- End Solver configuration ---
5.65/2.38	c constraints type 
5.65/2.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 630
5.65/2.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 791462
5.65/2.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 413960
5.65/2.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 4512
5.65/2.38	c 1210564 constraints processed.
20.28/15.81	c starts		: 48
20.28/15.81	c conflicts		: 13077
20.28/15.81	c decisions		: 523343
20.28/15.81	c propagations		: 58203189
20.28/15.81	c inspects		: 77187891
20.28/15.81	c shortcuts		: 0
20.28/15.81	c learnt literals	: 4
20.28/15.81	c learnt binary clauses	: 511
20.28/15.81	c learnt ternary clauses	: 460
20.28/15.81	c learnt constraints	: 13072
20.28/15.81	c ignored constraints	: 0
20.28/15.81	c root simplifications	: 0
20.28/15.81	c removed literals (reason simplification)	: 0
20.28/15.81	c reason swapping (by a shorter reason)	: 0
20.28/15.81	c Calls to reduceDB	: 2
20.28/15.81	c Number of update (reduction) of LBD	: 5496
20.28/15.81	c Imported unit clauses	: 0
20.28/15.81	c number of reductions to clauses (during analyze)	: 0
20.28/15.81	c number of learned constraints concerned by reduction	: 0
20.28/15.81	c number of learning phase by resolution	: 0
20.28/15.81	c number of learning phase by cutting planes	: 0
20.28/15.81	c number of rounding to 1 operations	: 0
20.28/15.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
20.28/15.81	c number of reductions of the coefficients by power 2 	: 0
20.28/15.81	c number of right shift for reduction by power 2 	: 0
20.28/15.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
20.28/15.81	c speed (assignments/second)	: 4343845.734756325
20.28/15.81	c non guided choices	4427
20.28/15.82	c learnt constraints type 
20.28/15.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 511
20.28/15.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6697
20.28/15.82	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263500-1502624965/watcher-4263500-1502624965 -o /tmp/evaluation-result-4263500-1502624965/solver-4263500-1502624965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263500-1502624965.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.102146 s]*
/proc/loadavg: 4.17 3.72 2.77 4/216 8972
/proc/meminfo: memFree=28535504/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10555400 memory=29920 CPUtime=0.13 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 6539 0 0 0 12 1 0 0 20 0 15 0 95584870 10808729600 7480 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2638850 7480 2820 1 0 2627263 0
[pid=8957/tid=8959] ppid=8954 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 4389 0 0 0 9 0 0 0 20 0 15 0 95584871 10808729600 7480 33554432000 4194304 4196468 140737373499168 139905756794672 139905752593565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10555400 memory=5793855853667912121 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 7480 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 7480 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 7480 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 7480 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) R 8954 8957 2539 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904986048752 139905752582786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904984996208 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0.02 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) R 8954 8957 2539 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904983943152 139905752592986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 7480 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29920 KiB

[startup+0.215623 s]*
/proc/loadavg: 4.17 3.72 2.77 4/216 8972
/proc/meminfo: memFree=28526324/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10555400 memory=41820 CPUtime=0.34 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 8062 0 0 0 33 1 0 0 20 0 15 0 95584870 10808729600 10455 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2638850 10455 2986 1 0 2627263 0
[pid=8957/tid=8959] ppid=8954 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 5004 0 0 0 19 1 0 0 20 0 15 0 95584871 10808729600 10455 33554432000 4194304 4196468 140737373499168 139905756808192 139905752593565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10555400 memory=4211974328862809482 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 10455 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 10455 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 10455 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584871 10808729600 10455 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95584873 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) R 8954 8957 2539 0 -1 1077944384 676 0 0 0 2 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904986038352 139905752581845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 170 0 0 0 3 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904984984688 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0.07 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) R 8954 8957 2539 0 -1 4202560 856 0 0 0 7 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904983940088 139905731580187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10555400 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584876 10808729600 10455 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41820 KiB

[startup+0.311171 s]*
/proc/loadavg: 4.17 3.72 2.77 5/216 8972
/proc/meminfo: memFree=28512556/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10555476 memory=53664 CPUtime=0.67 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 10669 0 0 0 65 2 0 0 20 0 15 0 95584870 10808807424 13416 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2638869 13416 3050 1 0 2627263 0
[pid=8957/tid=8959] ppid=8954 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 5604 0 0 0 28 1 0 0 20 0 15 0 95584871 10808807424 13416 33554432000 4194304 4196468 140737373499168 139905756809344 139905736652126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10555476 memory=4211974328862809482 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 13416 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10555476 memory=140602658021288 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 13416 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10555476 memory=140602532541435 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 13416 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10555476 memory=140602532548047 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 13416 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10555476 memory=140602658021510 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10555476 memory=140602532557231 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10555476 memory=281205065105296 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10555476 memory=281205065102992 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) S 8954 8957 2539 0 -1 1077944384 1164 0 0 0 11 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904986048752 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10555476 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) R 8954 8957 2539 0 -1 4202560 1193 0 0 0 12 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904984980872 139905735958937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10555476 memory=140602658018944 CPUtime=0.13 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) R 8954 8957 2539 0 -1 1077944384 1345 0 0 0 13 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10555476 memory=140602658018944 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 13416 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 53664 KiB

[startup+0.701531 s]
/proc/loadavg: 4.17 3.72 2.77 6/216 8972
/proc/meminfo: memFree=28488976/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10555476 memory=112052 CPUtime=1.89 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 12049 0 0 0 186 3 0 0 20 0 15 0 95584870 10808807424 28013 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2638869 28013 3088 1 0 2627263 0
[pid=8957/tid=8959] ppid=8954 vsize=10555476 memory=1424 CPUtime=0.67 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 5976 0 0 0 65 2 0 0 20 0 15 0 95584871 10808807424 28013 33554432000 4194304 4196468 140737373499168 139905756804416 139905359460643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 28013 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10555476 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 28013 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10555476 memory=7518026621751089000 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 28013 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10555476 memory=7667212701838435409 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95584871 10808807424 28013 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10555476 memory=6293050847276651881 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10555476 memory=49 CPUtime=0.41 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) R 8954 8957 2539 0 -1 4202560 1566 0 0 0 41 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904986030320 139905734116267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10555476 memory=3 CPUtime=0.45 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) R 8954 8957 2539 0 -1 4202560 1319 0 0 0 45 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904984989440 139905737696686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10555476 memory=5164 CPUtime=0.34 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) S 8954 8957 2539 0 -1 1077944384 1818 0 0 0 34 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10555476 memory=281205065289200 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95584876 10808807424 28013 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 112052 KiB

[startup+1.50079 s]
/proc/loadavg: 4.17 3.72 2.77 5/216 8972
/proc/meminfo: memFree=28357980/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10555476 memory=315260 CPUtime=4.15 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 19433 0 0 0 403 12 0 0 20 0 15 0 95584870 10808807424 78815 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2638869 78815 3119 1 0 2627263 0
[pid=8957/tid=8959] ppid=8954 vsize=10555476 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 6043 0 0 0 134 5 0 0 20 0 15 0 95584871 10808807424 78815 33554432000 4194304 4196468 140737373499168 139905756803840 139905359088455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10555476 memory=-6079718012894977833 CPUtime=0.05 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 15 0 95584871 10808807424 78815 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10555476 memory=9049309023854952621 CPUtime=0.05 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 28 0 0 0 4 1 0 0 20 0 15 0 95584871 10808807424 78815 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10555476 memory=-6305715009654842496 CPUtime=0.04 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 130 0 0 0 3 1 0 0 20 0 15 0 95584871 10808807424 78815 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10555476 memory=4948214210621708928 CPUtime=0.03 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 173 0 0 0 3 0 0 0 20 0 15 0 95584871 10808807424 78815 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10555476 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95584873 10808807424 78815 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0

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

Current children cumulated memory: 502448 KiB

[startup+14.4015 s]
/proc/loadavg: 3.76 3.65 2.76 3/217 8973
/proc/meminfo: memFree=28063248/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10622040 memory=502516 CPUtime=19.05 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 30772 0 0 0 1877 28 0 0 20 0 16 0 95584870 10876968960 125629 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2655510 125629 3155 1 0 2643904 0
[pid=8957/tid=8959] ppid=8954 vsize=10622040 memory=0 CPUtime=14.14 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 7916 0 0 0 1408 6 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905756807600 139905360558016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10622040 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 91 0 0 0 13 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10622040 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 175 0 0 0 15 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10622040 memory=502476 CPUtime=0.2 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 286 0 0 0 15 5 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10622040 memory=15876 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 464 0 0 0 14 3 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10622040 memory=16236 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10622040 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10622040 memory=16196 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10622040 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10622040 memory=648 CPUtime=1.64 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) R 8954 8957 2539 0 -1 4202560 6895 0 0 0 163 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904986049048 139905734115815 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10622040 memory=0 CPUtime=2 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 8790 0 0 0 199 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904984996208 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10622040 memory=-7812193691855986592 CPUtime=0.46 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) S 8954 8957 2539 0 -1 1077944384 3495 0 0 0 46 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 959 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8973] ppid=8954 vsize=10622040 memory=40324 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8973/stat : 8973 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95585112 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904980784688 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 19.05 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 502516 KiB

[startup+15.2008 s]
/proc/loadavg: 3.76 3.65 2.76 3/217 8973
/proc/meminfo: memFree=28063248/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10622040 memory=502516 CPUtime=19.86 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 30791 0 0 0 1958 28 0 0 20 0 16 0 95584870 10876968960 125629 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2655510 125629 3155 1 0 2643904 0
[pid=8957/tid=8959] ppid=8954 vsize=10622040 memory=8112282956445269571 CPUtime=14.94 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 7916 0 0 0 1488 6 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905756807600 139905360734811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10622040 memory=1932 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 91 0 0 0 13 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10622040 memory=4136 CPUtime=0.19 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 175 0 0 0 15 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10622040 memory=27544 CPUtime=0.2 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 286 0 0 0 15 5 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10622040 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 464 0 0 0 14 3 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10622040 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10622040 memory=8458433173656713269 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10622040 memory=20916 CPUtime=1.65 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) S 8954 8957 2539 0 -1 1077944384 6907 0 0 0 164 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904986048752 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10622040 memory=0 CPUtime=2 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 8790 0 0 0 199 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904984996208 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10622040 memory=2209 CPUtime=0.46 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) S 8954 8957 2539 0 -1 1077944384 3495 0 0 0 46 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10622040 memory=19876 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 966 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8973] ppid=8954 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8973/stat : 8973 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95585112 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904980784688 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 19.86 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 502516 KiB

[startup+15.6008 s]
/proc/loadavg: 3.76 3.65 2.76 3/217 8973
/proc/meminfo: memFree=28063248/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10622040 memory=502516 CPUtime=20.26 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 30801 0 0 0 1998 28 0 0 20 0 16 0 95584870 10876968960 125629 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2655510 125629 3155 1 0 2643904 0
[pid=8957/tid=8959] ppid=8954 vsize=10622040 memory=6944656592455359580 CPUtime=15.34 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) R 8954 8957 2539 0 -1 4202560 7926 0 0 0 1528 6 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905756808312 139905360558016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10622040 memory=6944656575208382560 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 91 0 0 0 13 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10622040 memory=-6586668835053300886 CPUtime=0.19 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 175 0 0 0 15 4 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10622040 memory=7594290968986806112 CPUtime=0.2 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 286 0 0 0 15 5 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10622040 memory=4136 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 464 0 0 0 14 3 0 0 20 0 16 0 95584871 10876968960 125629 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10622040 memory=27544 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10622040 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10622040 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95584873 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10622040 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10622040 memory=796 CPUtime=1.65 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) S 8954 8957 2539 0 -1 1077944384 6907 0 0 0 164 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904986048752 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10622040 memory=1004 CPUtime=2 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 8790 0 0 0 199 1 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904984996208 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10622040 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) S 8954 8957 2539 0 -1 1077944384 3495 0 0 0 46 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10622040 memory=17828 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10622040 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 966 0 0 0 0 0 0 0 20 0 16 0 95584876 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8973] ppid=8954 vsize=10622040 memory=7142783102366855231 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8973/stat : 8973 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95585112 10876968960 125629 33554432000 4194304 4196468 140737373499168 139904980784688 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 20.26 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 502516 KiB

[startup+15.8007 s]
/proc/loadavg: 3.76 3.65 2.76 3/217 8973
/proc/meminfo: memFree=28063248/32770624 swapFree=67108860/67108860
[pid=8957] ppid=8954 vsize=10755168 memory=502576 CPUtime=20.28 cores=1,3,5,7
/proc/8957/stat : 8957 (java) S 8954 8957 2539 0 -1 1077944320 31178 0 0 0 2000 28 0 0 20 0 16 0 95584870 11013292032 125644 33554432000 4194304 4196468 140737373499168 140737373481712 139905752571639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
/proc/8957/statm: 2688792 125644 3157 1 0 2677186 0
[pid=8957/tid=8959] ppid=8954 vsize=10755168 memory=8112282956445269571 CPUtime=15.35 cores=1,3,5,7
/proc/8957/task/8959/stat : 8959 (java) S 8954 8957 2539 0 -1 1077944384 8127 0 0 0 1529 6 0 0 20 0 16 0 95584871 11013292032 125644 33554432000 4194304 4196468 140737373499168 139905756812320 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8960] ppid=8954 vsize=10755168 memory=11000 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8960/stat : 8960 (java) S 8954 8957 2539 0 -1 1077944384 91 0 0 0 13 4 0 0 20 0 16 0 95584871 11013292032 125644 33554432000 4194304 4196468 140737373499168 139905678645776 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8961] ppid=8954 vsize=10755168 memory=1224 CPUtime=0.19 cores=1,3,5,7
/proc/8957/task/8961/stat : 8961 (java) S 8954 8957 2539 0 -1 1077944384 175 0 0 0 15 4 0 0 20 0 16 0 95584871 11013292032 125644 33554432000 4194304 4196468 140737373499168 139905677593232 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8962] ppid=8954 vsize=10755168 memory=5672 CPUtime=0.2 cores=1,3,5,7
/proc/8957/task/8962/stat : 8962 (java) S 8954 8957 2539 0 -1 1077944384 286 0 0 0 15 5 0 0 20 0 16 0 95584871 11013292032 125644 33554432000 4194304 4196468 140737373499168 139905676540176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8963] ppid=8954 vsize=10755168 memory=4612 CPUtime=0.17 cores=1,3,5,7
/proc/8957/task/8963/stat : 8963 (java) S 8954 8957 2539 0 -1 1077944384 464 0 0 0 14 3 0 0 20 0 16 0 95584871 11013292032 125644 33554432000 4194304 4196468 140737373499168 139905675487632 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8964] ppid=8954 vsize=10755168 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8964/stat : 8964 (java) S 8954 8957 2539 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95584873 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904990259952 139905752582786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8965] ppid=8954 vsize=10755168 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8965/stat : 8965 (java) S 8954 8957 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95584873 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904989206176 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8966] ppid=8954 vsize=10755168 memory=16236 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8966/stat : 8966 (java) S 8954 8957 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95584873 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904988153072 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8967] ppid=8954 vsize=10755168 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8967/stat : 8967 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904987101648 139905752590235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8968] ppid=8954 vsize=10755168 memory=16196 CPUtime=1.65 cores=1,3,5,7
/proc/8957/task/8968/stat : 8968 (java) S 8954 8957 2539 0 -1 1077944384 6907 0 0 0 164 1 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904986048752 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8969] ppid=8954 vsize=10755168 memory=1232 CPUtime=2 cores=1,3,5,7
/proc/8957/task/8969/stat : 8969 (java) S 8954 8957 2539 0 -1 1077944384 8790 0 0 0 199 1 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904984996208 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8970] ppid=8954 vsize=10755168 memory=648 CPUtime=0.46 cores=1,3,5,7
/proc/8957/task/8970/stat : 8970 (java) S 8954 8957 2539 0 -1 1077944384 3520 0 0 0 46 0 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904983943152 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8971] ppid=8954 vsize=10755168 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8971/stat : 8971 (java) S 8954 8957 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904982890848 139905752581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
[pid=8957/tid=8972] ppid=8954 vsize=10755168 memory=956 CPUtime=0 cores=1,3,5,7
/proc/8957/task/8972/stat : 8972 (java) S 8954 8957 2539 0 -1 1077944384 966 0 0 0 0 0 0 0 20 0 16 0 95584876 11013292032 125644 33554432000 4194304 4196468 140737373499168 139904981838896 139905752582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140737373500550 140737373500703 140737373500703 140737373503439 0
Current children cumulated CPU time: 20.28 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 502576 KiB

Child status: 0
Real time (s): 15.8282
CPU time (s): 20.3127
CPU user time (s): 20.0138
CPU system time (s): 0.298893
CPU usage (%): 128.333
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 502576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0138
system time used= 0.298893
maximum resident set size= 502984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31475
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= 2287
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 8957
#   total CPU time (s): 20.3127
#   total CPU user time (s): 20.0138
#   total CPU system time (s): 0.298893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.11611 second user time and 0.197241 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 13:35:07
IDJOB=4263500
IDBENCH=125845
IDSOLVER=2651
FILE ID=node102/4263500-1502624965
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-ehi-s90/ehi-90-315-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263500-1502624965/watcher-4263500-1502624965 -o /tmp/evaluation-result-4263500-1502624965/solver-4263500-1502624965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263500-1502624965.xml

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

MD5SUM BENCH= 0ecc43e275203d13589c8e56646047f8
RANDOM SEED=934375311

node102.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.35
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.35
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.35
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.35
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:        28554380 kB
MemAvailable:   28933004 kB
Buffers:          103320 kB
Cached:           559788 kB
SwapCached:            0 kB
Active:          3629364 kB
Inactive:         136788 kB
Active(anon):    3055416 kB
Inactive(anon):    75432 kB
Active(file):     573948 kB
Inactive(file):    61356 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1744 kB
Writeback:            20 kB
AnonPages:       3144016 kB
Mapped:            55156 kB
Shmem:             25228 kB
Slab:             144544 kB
SReclaimable:     118308 kB
SUnreclaim:        26236 kB
KernelStack:        3856 kB
PageTables:        11564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4634812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3010560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 13:35:23