Trace number 4263617

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 103.854 38.6105

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-16_X2.xml
MD5SUM8fc892d8cd45aeefd26f51f7c42b85f4
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 benchmark8.0211802
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263617-1502622633/watcher-4263617-1502622633 -o /tmp/evaluation-result-4263617-1502622633/solver-4263617-1502622633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263617-1502622633.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=5521, runsolver pid=5518

[startup+0.109562 s]*
/proc/loadavg: 1.95 2.78 2.82 4/216 5536
/proc/meminfo: memFree=30774672/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555400 memory=30424 CPUtime=0.13 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 6746 0 0 0 12 1 0 0 20 0 15 0 95350992 10808729600 7606 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638850 7606 2787 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555400 memory=8326441112148417179 CPUtime=0.1 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) R 5518 5521 32402 0 -1 4202560 4590 0 0 0 9 1 0 0 20 0 15 0 95350992 10808729600 7606 33554432000 4194304 4196468 140723785358816 139850038067232 139850017932638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350994 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849616860320 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) R 5518 5521 32402 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 95350997 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849613703920 139850033863298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) R 5518 5521 32402 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 95350997 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849612651376 139850033863298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) R 5518 5521 32402 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 95350997 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849611598320 139850033873498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 7606 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30424 KiB

[startup+0.210353 s]*
/proc/loadavg: 1.95 2.78 2.82 4/216 5536
/proc/meminfo: memFree=30767708/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555400 memory=39656 CPUtime=0.3 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 7952 0 0 0 28 2 0 0 20 0 15 0 95350992 10808729600 9914 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638850 9914 2949 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) S 5518 5521 32402 0 -1 1077944384 5012 0 0 0 18 1 0 0 20 0 15 0 95350992 10808729600 9914 33554432000 4194304 4196468 140723785358816 139850038090032 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555400 memory=3690055815507265184 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350994 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849616860320 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) R 5518 5521 32402 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 95350997 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849613704016 139850033862357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) R 5518 5521 32402 0 -1 4202560 410 0 0 0 2 0 0 0 20 0 15 0 95350997 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849612650560 139850015374375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0.06 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) R 5518 5521 32402 0 -1 4202560 755 0 0 0 6 0 0 0 20 0 15 0 95350997 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849611594232 139850018979441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555400 memory=139648507102848 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 9914 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39656 KiB

[startup+0.310591 s]*
/proc/loadavg: 1.95 2.78 2.82 5/216 5536
/proc/meminfo: memFree=30752308/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555400 memory=56496 CPUtime=0.61 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 9663 0 0 0 59 2 0 0 20 0 15 0 95350992 10808729600 14124 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638850 14124 3018 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555400 memory=53476 CPUtime=0.28 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) R 5518 5521 32402 0 -1 4202560 5030 0 0 0 27 1 0 0 20 0 15 0 95350992 10808729600 14124 33554432000 4194304 4196468 140723785358816 139850038087344 139850033874077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555400 memory=139648507160864 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555400 memory=139648507167776 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350994 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849616860320 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) R 5518 5521 32402 0 -1 4202560 979 0 0 0 10 0 0 0 20 0 15 0 95350997 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849613689944 139850015375475 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555400 memory=139648378719759 CPUtime=0.12 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) R 5518 5521 32402 0 -1 4202560 1275 0 0 0 12 0 0 0 20 0 15 0 95350997 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849612642952 139850018976888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555400 memory=139648507107811 CPUtime=0.09 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) R 5518 5521 32402 0 -1 1077944384 1011 0 0 0 9 0 0 0 20 0 15 0 95350997 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849611598320 139850033863298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555400 memory=139648378724303 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555400 memory=279296885843904 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350998 10808729600 14124 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 56496 KiB

[startup+0.706551 s]
/proc/loadavg: 1.95 2.78 2.82 6/216 5536
/proc/meminfo: memFree=30717676/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555476 memory=107608 CPUtime=1.84 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 12449 0 0 0 180 4 0 0 20 0 15 0 95350992 10808807424 26902 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638869 26902 3086 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555476 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) R 5518 5521 32402 0 -1 4202560 5798 0 0 0 64 2 0 0 20 0 15 0 95350992 10808807424 26902 33554432000 4194304 4196468 140723785358816 139850038089792 139849657733309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350993 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555476 memory=15540 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95350993 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95350994 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849616860320 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808807424 26902 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555476 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) R 5518 5521 32402 0 -1 4202560 1856 0 0 0 41 0 0 0 20 0 15 0 95350997 10808807424 26967 33554432000 4194304 4196468 140723785358816 139849613692272 139850017263023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555476 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) R 5518 5521 32402 0 -1 4202560 1482 0 0 0 43 0 0 0 20 0 15 0 95350997 10808807424 26967 33554432000 4194304 4196468 140723785358816 139849612632392 139850014552448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555476 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) R 5518 5521 32402 0 -1 4202560 1958 0 0 0 31 0 0 0 20 0 15 0 95350997 10808807424 26967 33554432000 4194304 4196468 140723785358816 139849611595128 139850018404328 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808807424 26967 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95350998 10808807424 26967 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 107608 KiB

[startup+1.50159 s]
/proc/loadavg: 2.19 2.82 2.84 7/216 5536
/proc/meminfo: memFree=30598580/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555476 memory=271640 CPUtime=4.33 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 16552 0 0 0 421 12 0 0 20 0 15 0 95350992 10808807424 67910 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638869 67910 3121 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555476 memory=3467827995219539517 CPUtime=1.38 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) R 5518 5521 32402 0 -1 4202560 5851 0 0 0 135 3 0 0 20 0 15 0 95350992 10808807424 67910 33554432000 4194304 4196468 140723785358816 139850038090032 139849658655368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555476 memory=150776 CPUtime=0.07 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 244 0 0 0 5 2 0 0 20 0 15 0 95350993 10808807424 67910 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555476 memory=2241 CPUtime=0.06 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 105 0 0 0 5 1 0 0 20 0 15 0 95350993 10808807424 67910 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555476 memory=1200 CPUtime=0.04 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 76 0 0 0 3 1 0 0 20 0 15 0 95350993 10808807424 67910 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555476 memory=15872 CPUtime=0.04 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 38 0 0 0 3 1 0 0 20 0 15 0 95350993 10808807424 67910 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555476 memory=15540 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95350994 10808807424 67910 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0

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


[startup+35.2085 s]
/proc/loadavg: 2.17 2.75 2.81 6/216 5536
/proc/meminfo: memFree=24419644/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555476 memory=6377064 CPUtime=98.25 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 1096902 0 0 0 9508 317 0 0 20 0 15 0 95350992 10808807424 1594266 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638869 1594266 3164 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555476 memory=1440 CPUtime=10.95 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) S 5518 5521 32402 0 -1 1077944384 16479 0 0 0 1059 36 0 0 20 0 15 0 95350992 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139850038090064 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555476 memory=8112282956445269571 CPUtime=19.33 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) R 5518 5521 32402 0 -1 4202560 236916 0 0 0 1861 72 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849975855952 139850026480359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555476 memory=6656426216303648864 CPUtime=19.59 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) R 5518 5521 32402 0 -1 4202560 390146 0 0 0 1881 78 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849974803720 139850018552813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555476 memory=5944836 CPUtime=19.34 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) R 5518 5521 32402 0 -1 4202560 196560 0 0 0 1877 57 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849638926928 139850026480359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555476 memory=8112282956445269571 CPUtime=19.31 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) R 5518 5521 32402 0 -1 4202560 220213 0 0 0 1865 66 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849637874696 139850026955803 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555476 memory=5946884 CPUtime=4.49 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 22978 0 0 0 448 1 0 0 20 0 15 0 95350994 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849617912640 139850033862357 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849616860384 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555476 memory=49 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555476 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555476 memory=27432 CPUtime=2.37 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) S 5518 5521 32402 0 -1 1077944384 4200 0 0 0 236 1 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849613703680 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555476 memory=1292 CPUtime=2.19 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) S 5518 5521 32402 0 -1 1077944384 4919 0 0 0 218 1 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849612651424 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555476 memory=2448 CPUtime=0.56 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) S 5518 5521 32402 0 -1 1077944384 2596 0 0 0 56 0 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849611598368 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555476 memory=6377052 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555476 memory=-6520471753822164382 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 536 0 0 0 1 1 0 0 20 0 15 0 95350998 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 98.25 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 6377064 KiB

[startup+36.8007 s]
/proc/loadavg: 2.16 2.74 2.81 3/216 5536
/proc/meminfo: memFree=24419644/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555476 memory=6377064 CPUtime=101.21 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 1097083 0 0 0 9804 317 0 0 20 0 15 0 95350992 10808807424 1594266 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638869 1594266 3164 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555476 memory=307 CPUtime=10.95 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) S 5518 5521 32402 0 -1 1077944384 16479 0 0 0 1059 36 0 0 20 0 15 0 95350992 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139850038090064 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555476 memory=0 CPUtime=19.79 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 236953 0 0 0 1907 72 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555476 memory=5275 CPUtime=20.05 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 390186 0 0 0 1927 78 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555476 memory=1 CPUtime=19.8 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 196603 0 0 0 1923 57 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555476 memory=288230574492221466 CPUtime=19.76 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 220274 0 0 0 1910 66 0 0 20 0 15 0 95350993 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555476 memory=288230617509003574 CPUtime=5.63 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) R 5518 5521 32402 0 -1 4202560 22978 0 0 0 562 1 0 0 20 0 15 0 95350994 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849617912528 139850018552839 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555476 memory=15825482151102897 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849616860384 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555476 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555476 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555476 memory=2196 CPUtime=2.37 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) S 5518 5521 32402 0 -1 1077944384 4200 0 0 0 236 1 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849613703680 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555476 memory=6764 CPUtime=2.19 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) S 5518 5521 32402 0 -1 1077944384 4919 0 0 0 218 1 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849612651424 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555476 memory=1440 CPUtime=0.56 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) S 5518 5521 32402 0 -1 1077944384 2596 0 0 0 56 0 0 0 20 0 15 0 95350997 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849611598368 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555476 memory=6377064 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 536 0 0 0 1 1 0 0 20 0 15 0 95350998 10808807424 1594266 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 101.21 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 6377064 KiB

[startup+37.6008 s]
/proc/loadavg: 2.16 2.74 2.81 3/216 5536
/proc/meminfo: memFree=24419644/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10555476 memory=6381892 CPUtime=102.02 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 1098668 0 0 0 9884 318 0 0 20 0 15 0 95350992 10808807424 1595473 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2638869 1595473 3164 1 0 2627263 0
[pid=5521/tid=5523] ppid=5518 vsize=10555476 memory=5944836 CPUtime=11.39 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) R 5518 5521 32402 0 -1 4202560 17169 0 0 0 1103 36 0 0 20 0 15 0 95350992 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139850038090064 139849660851472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10555476 memory=8112282956445269571 CPUtime=19.79 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 236953 0 0 0 1907 72 0 0 20 0 15 0 95350993 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10555476 memory=27432 CPUtime=20.05 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 390186 0 0 0 1927 78 0 0 20 0 15 0 95350993 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10555476 memory=1292 CPUtime=19.8 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 196603 0 0 0 1923 57 0 0 20 0 15 0 95350993 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10555476 memory=2448 CPUtime=19.76 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 220274 0 0 0 1910 66 0 0 20 0 15 0 95350993 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10555476 memory=1732 CPUtime=5.99 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 23873 0 0 0 597 2 0 0 20 0 15 0 95350994 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10555476 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849616860384 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10555476 memory=800 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95350995 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10555476 memory=12068 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350997 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10555476 memory=1440 CPUtime=2.37 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) S 5518 5521 32402 0 -1 1077944384 4200 0 0 0 236 1 0 0 20 0 15 0 95350997 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849613703920 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10555476 memory=5792 CPUtime=2.19 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) S 5518 5521 32402 0 -1 1077944384 4919 0 0 0 218 1 0 0 20 0 15 0 95350997 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849612651376 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10555476 memory=1224 CPUtime=0.56 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) S 5518 5521 32402 0 -1 1077944384 2596 0 0 0 56 0 0 0 20 0 15 0 95350997 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849611598320 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95350998 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10555476 memory=1712 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 536 0 0 0 1 1 0 0 20 0 15 0 95350998 10808807424 1595473 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 6381892 KiB

[startup+38.4007 s]
/proc/loadavg: 2.16 2.74 2.81 5/216 5536
/proc/meminfo: memFree=24413256/32770624 swapFree=67108860/67108860
[pid=5521] ppid=5518 vsize=10688604 memory=6383392 CPUtime=103.75 cores=0,2,4,6
/proc/5521/stat : 5521 (java) S 5518 5521 32402 0 -1 1077944320 1104785 0 0 0 10056 319 0 0 20 0 16 0 95350992 10945130496 1595848 33554432000 4194304 4196468 140723785358816 140723785341360 139850033852151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
/proc/5521/statm: 2672151 1595848 3166 1 0 2660545 0
[pid=5521/tid=5523] ppid=5518 vsize=10688604 memory=1948 CPUtime=12.1 cores=0,2,4,6
/proc/5521/task/5523/stat : 5523 (java) S 5518 5521 32402 0 -1 1077944384 18065 0 0 0 1173 37 0 0 20 0 16 0 95350992 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139850038092832 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5524] ppid=5518 vsize=10688604 memory=0 CPUtime=19.79 cores=0,2,4,6
/proc/5521/task/5524/stat : 5524 (java) S 5518 5521 32402 0 -1 1077944384 236953 0 0 0 1907 72 0 0 20 0 16 0 95350993 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849975856144 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5525] ppid=5518 vsize=10688604 memory=8112282956445269571 CPUtime=20.05 cores=0,2,4,6
/proc/5521/task/5525/stat : 5525 (java) S 5518 5521 32402 0 -1 1077944384 390186 0 0 0 1927 78 0 0 20 0 16 0 95350993 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849974803600 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5526] ppid=5518 vsize=10688604 memory=5555324 CPUtime=19.8 cores=0,2,4,6
/proc/5521/task/5526/stat : 5526 (java) S 5518 5521 32402 0 -1 1077944384 196603 0 0 0 1923 57 0 0 20 0 16 0 95350993 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849638927120 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5527] ppid=5518 vsize=10688604 memory=27432 CPUtime=19.76 cores=0,2,4,6
/proc/5521/task/5527/stat : 5527 (java) S 5518 5521 32402 0 -1 1077944384 220274 0 0 0 1910 66 0 0 20 0 16 0 95350993 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849637874576 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5528] ppid=5518 vsize=10688604 memory=0 CPUtime=6 cores=0,2,4,6
/proc/5521/task/5528/stat : 5528 (java) S 5518 5521 32402 0 -1 1077944384 23874 0 0 0 598 2 0 0 20 0 16 0 95350994 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849617914096 139850033863298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5529] ppid=5518 vsize=10688604 memory=6372952 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5529/stat : 5529 (java) S 5518 5521 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95350995 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849616860384 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5530] ppid=5518 vsize=10688604 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5530/stat : 5530 (java) S 5518 5521 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95350995 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849615807216 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5531] ppid=5518 vsize=10688604 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5531/stat : 5531 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95350997 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849614755792 139850033870747 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5532] ppid=5518 vsize=10688604 memory=1712 CPUtime=2.8 cores=0,2,4,6
/proc/5521/task/5532/stat : 5532 (java) S 5518 5521 32402 0 -1 1077944384 5822 0 0 0 279 1 0 0 20 0 16 0 95350997 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849613703920 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5533] ppid=5518 vsize=10688604 memory=279296757487152 CPUtime=2.69 cores=0,2,4,6
/proc/5521/task/5533/stat : 5533 (java) S 5518 5521 32402 0 -1 1077944384 7071 0 0 0 268 1 0 0 20 0 16 0 95350997 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849612651376 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5534] ppid=5518 vsize=10688604 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/5521/task/5534/stat : 5534 (java) S 5518 5521 32402 0 -1 1077944384 3993 0 0 0 65 0 0 0 20 0 16 0 95350997 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849611598320 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5535] ppid=5518 vsize=10688604 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5521/task/5535/stat : 5535 (java) S 5518 5521 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95350998 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849610546016 139850033862357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
[pid=5521/tid=5536] ppid=5518 vsize=10688604 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5521/task/5536/stat : 5536 (java) S 5518 5521 32402 0 -1 1077944384 536 0 0 0 1 1 0 0 20 0 16 0 95350998 10945130496 1595848 33554432000 4194304 4196468 140723785358816 139849609493040 139850033863298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 10215424 140723785364614 140723785364767 140723785364767 140723785367503 0
Current children cumulated CPU time: 103.75 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 6383392 KiB

[startup+38.6007 s]*
/proc/loadavg: 2.16 2.74 2.81 3/203 5538
/proc/meminfo: memFree=30760816/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 38.6105
CPU time (s): 103.854
CPU user time (s): 100.566
CPU system time (s): 3.28734
CPU usage (%): 268.978
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 6383392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.566
system time used= 3.28734
maximum resident set size= 6383896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1104824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8855
involuntary context switches= 892


# summary of solver processes directly reported to runsolver:
#   pid: 5521
#   total CPU time (s): 103.854
#   total CPU user time (s): 100.566
#   total CPU system time (s): 3.28734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21693 second user time and 0.449157 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 12:56:15
IDJOB=4263617
IDBENCH=123430
IDSOLVER=2651
FILE ID=node113/4263617-1502622633
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-16_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263617-1502622633/watcher-4263617-1502622633 -o /tmp/evaluation-result-4263617-1502622633/solver-4263617-1502622633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263617-1502622633.xml

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

MD5SUM BENCH= 8fc892d8cd45aeefd26f51f7c42b85f4
RANDOM SEED=160175198

node113.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.89
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.89
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.89
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.89
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:        30795284 kB
MemAvailable:   31110908 kB
Buffers:          106832 kB
Cached:           495296 kB
SwapCached:            0 kB
Active:          1383916 kB
Inactive:         149936 kB
Active(anon):     881564 kB
Inactive(anon):    77700 kB
Active(file):     502352 kB
Inactive(file):    72236 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5556 kB
Writeback:            44 kB
AnonPages:        937332 kB
Mapped:            54888 kB
Shmem:             25224 kB
Slab:             139660 kB
SReclaimable:     113744 kB
SUnreclaim:        25916 kB
KernelStack:        3504 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2316936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node113 at 2017-08-13 12:56:54