Trace number 4263399

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 409.048 399.81299

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-19.xml
MD5SUMb7fb7dcafefa376b1b73f285fdc4e3bd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.27159199
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":34},{"degree":4,"count":39},{"degree":5,"count":8}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":37,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

7.29/2.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.29/2.90	c This is free software under the dual EPL/GNU LGPL licenses.
7.29/2.90	c See www.sat4j.org for details.
7.29/2.90	c That software uses the Rhino library from the Mozilla project.
7.29/2.90	c version CUSTOM.v20170705
7.29/2.90	c java.runtime.name	Java(TM) SE Runtime Environment
7.29/2.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.29/2.90	c java.vm.version	25.131-b11
7.29/2.90	c java.vm.vendor	Oracle Corporation
7.29/2.90	c sun.arch.data.model	64
7.29/2.90	c java.version		1.8.0_131
7.29/2.90	c os.name		Linux
7.29/2.90	c os.version		3.10.0-514.16.1.el7.x86_64
7.29/2.90	c os.arch		amd64
7.29/2.90	c Free memory 		499604488
7.29/2.90	c Max memory 		7247757312
7.29/2.90	c Total memory 		504889344
7.29/2.90	c Number of processors 	4
7.29/2.90	c c --- Begin Solver configuration ---
7.29/2.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.29/2.90	c Learn all clauses as in MiniSAT
7.29/2.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.29/2.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.29/2.90	c No reason simplification
7.29/2.90	c Glucose 2.1 dynamic restart strategy
7.29/2.90	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
7.29/2.90	c timeout=2147483s
7.29/2.90	c DB Simplification allowed=false
7.29/2.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.29/2.90	c --- End Solver configuration ---
7.29/2.90	c constraints type 
7.29/2.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
7.29/2.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 276860
7.29/2.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4678560
7.29/2.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 77
7.29/2.90	c 4955659 constraints processed.
408.99/399.76	c starts		: 6809
408.99/399.76	c conflicts		: 1440003
408.99/399.76	c decisions		: 11014358
408.99/399.76	c propagations		: 1132537959
408.99/399.76	c inspects		: 4833206521
408.99/399.76	c shortcuts		: 0
408.99/399.76	c learnt literals	: 3344
408.99/399.76	c learnt binary clauses	: 6117
408.99/399.76	c learnt ternary clauses	: 9520
408.99/399.77	c learnt constraints	: 1436659
408.99/399.77	c ignored constraints	: 0
408.99/399.77	c root simplifications	: 0
408.99/399.77	c removed literals (reason simplification)	: 0
408.99/399.77	c reason swapping (by a shorter reason)	: 0
408.99/399.77	c Calls to reduceDB	: 49
408.99/399.77	c Number of update (reduction) of LBD	: 1372024
408.99/399.77	c Imported unit clauses	: 0
408.99/399.77	c number of reductions to clauses (during analyze)	: 0
408.99/399.77	c number of learned constraints concerned by reduction	: 0
408.99/399.77	c number of learning phase by resolution	: 0
408.99/399.77	c number of learning phase by cutting planes	: 0
408.99/399.77	c number of rounding to 1 operations	: 0
408.99/399.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
408.99/399.77	c number of reductions of the coefficients by power 2 	: 0
408.99/399.77	c number of right shift for reduction by power 2 	: 0
408.99/399.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
408.99/399.77	c speed (assignments/second)	: 2854077.6257894123
408.99/399.77	c non guided choices	254505
408.99/399.79	c learnt constraints type 
408.99/399.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6117
408.99/399.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65798
408.99/399.79	s SATISFIABLE
408.99/399.79	v <instantiation type="solution">
408.99/399.79	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
408.99/399.79	v 	<values> 32 23 78 2 28 4 49 72 81 60 17 59 51 70 3 48 19 42 33 57 1 40 80 6 73 18 61 38 62 22 66 14 77 20 27 43 54 25 37 74 79 41 16 36 7 46 53 58 5 56 26 13 65 47 29 71 15 21 8 67 64 63 31 68 11 44 75 10 76 34 39 12 9 50 55 35 24 69 52 30 45 </values>
408.99/399.79	v </instantiation>
408.99/399.79	

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14123 MiB free)
  memory of node 1: 16384 MiB (6156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263399-1502629093/watcher-4263399-1502629093 -o /tmp/evaluation-result-4263399-1502629093/solver-4263399-1502629093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263399-1502629093.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=2554, runsolver pid=2551

[startup+0.100095 s]*
/proc/loadavg: 2.47 2.18 2.23 3/216 2569
/proc/meminfo: memFree=20748744/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10555400 memory=29884 CPUtime=0.12 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 6550 0 0 0 11 1 0 0 20 0 15 0 95997168 10808729600 7471 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2638850 7471 2840 1 0 2627263 0
[pid=2554/tid=2556] ppid=2551 vsize=10555400 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 4375 0 0 0 8 0 0 0 20 0 15 0 95997168 10808729600 7471 33554432000 4194304 4196468 140720415709232 139997231560992 139997227351446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 7471 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10555400 memory=288370260130178688 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 7471 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 7471 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 7471 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996462797600 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996461745264 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0.01 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) R 2551 2554 30942 0 -1 4202560 379 0 0 0 1 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996457536368 139997211419998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 7471 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29884 KiB

[startup+0.210585 s]*
/proc/loadavg: 2.47 2.18 2.23 3/216 2569
/proc/meminfo: memFree=20740928/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10555400 memory=38076 CPUtime=0.28 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 7755 0 0 0 26 2 0 0 20 0 15 0 95997168 10808729600 9519 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2638850 9519 2928 1 0 2627263 0
[pid=2554/tid=2556] ppid=2551 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 5332 0 0 0 19 1 0 0 20 0 15 0 95997168 10808729600 9519 33554432000 4194304 4196468 140720415709232 139997231572736 139996824634045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 9519 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10555400 memory=288370260130178688 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 9519 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 9519 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808729600 9519 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996462797600 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95997171 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996461745264 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0.04 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) R 2551 2554 30942 0 -1 4202560 437 0 0 0 4 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996457536368 139997206006238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10555400 memory=139883978466944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997174 10808729600 9519 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38076 KiB

[startup+0.316557 s]*
/proc/loadavg: 2.51 2.19 2.23 4/216 2569
/proc/meminfo: memFree=20731624/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10555476 memory=47504 CPUtime=0.52 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 9113 0 0 0 49 3 0 0 20 0 15 0 95997168 10808807424 11876 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2638869 11876 3041 1 0 2627263 0
[pid=2554/tid=2556] ppid=2551 vsize=10555476 memory=279767727440192 CPUtime=0.3 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 5717 0 0 0 29 1 0 0 20 0 15 0 95997168 10808807424 12388 33554432000 4194304 4196468 140720415709232 139997231558944 139997227351446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 12388 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10555476 memory=279767842176608 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 12388 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10555476 memory=279767727417040 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 12388 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 12388 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10555476 memory=279767842183520 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996462797600 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10555476 memory=2110234470822596 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996461745264 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10555476 memory=2110234470714180 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) R 2551 2554 30942 0 -1 4202560 652 0 0 0 4 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996459641456 139997220324553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10555476 memory=2272 CPUtime=0.04 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) R 2551 2554 30942 0 -1 4202560 534 0 0 0 4 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996458588656 139997220324553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10555476 memory=139888273434239 CPUtime=0.11 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) R 2551 2554 30942 0 -1 1077944384 845 0 0 0 11 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10555476 memory=139883978466944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 12388 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47504 KiB

[startup+0.700741 s]
/proc/loadavg: 2.51 2.19 2.23 5/216 2569
/proc/meminfo: memFree=20699360/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10555476 memory=123564 CPUtime=1.62 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 12825 0 0 0 157 5 0 0 20 0 15 0 95997168 10808807424 30891 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2638869 30891 3073 1 0 2627263 0
[pid=2554/tid=2556] ppid=2551 vsize=10555476 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 5841 0 0 0 65 3 0 0 20 0 15 0 95997168 10808807424 30891 33554432000 4194304 4196468 140720415709232 139997231554160 139996827155602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 30891 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10555476 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 30891 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 30891 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10555476 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997169 10808807424 30891 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996462797600 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10555476 memory=19697 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996461745264 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10555476 memory=279767727294528 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10555476 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) R 2551 2554 30942 0 -1 4202560 2693 0 0 0 41 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996459626920 139997208859540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10555476 memory=279767727277508 CPUtime=0.35 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) R 2551 2554 30942 0 -1 4202560 1793 0 0 0 35 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996458574536 139997211305608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10555476 memory=4639080695680094308 CPUtime=0.15 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) S 2551 2554 30942 0 -1 1077944384 1130 0 0 0 15 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10555476 memory=7660742144744843625 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10555476 memory=2628 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95997174 10808807424 30891 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 123564 KiB

[startup+1.5012 s]
/proc/loadavg: 2.51 2.19 2.23 3/216 2569
/proc/meminfo: memFree=20539996/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10555476 memory=510768 CPUtime=3.57 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 13879 0 0 0 324 33 0 0 20 0 15 0 95997168 10808807424 127692 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2638869 127692 3107 1 0 2627263 0
[pid=2554/tid=2556] ppid=2551 vsize=10555476 memory=279767727679456 CPUtime=1.21 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) S 2551 2554 30942 0 -1 1077944384 5991 0 0 0 116 5 0 0 20 0 15 0 95997168 10808807424 127692 33554432000 4194304 4196468 140720415709232 139997231571856 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10555476 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) R 2551 2554 30942 0 -1 4202560 161 0 0 0 18 6 0 0 20 0 15 0 95997169 10808807424 127692 33554432000 4194304 4196468 140720415709232 139997153414032 139997212367385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) R 2551 2554 30942 0 -1 4202560 162 0 0 0 19 6 0 0 20 0 15 0 95997169 10808807424 127692 33554432000 4194304 4196468 140720415709232 139997152361120 139997212367385 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10555476 memory=279767727478944 CPUtime=0.24 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) R 2551 2554 30942 0 -1 4202560 188 0 0 0 18 6 0 0 20 0 15 0 95997169 10808807424 127692 33554432000 4194304 4196468 140720415709232 139997151309144 139997212367385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) R 2551 2554 30942 0 -1 4202560 202 0 0 0 19 6 0 0 20 0 15 0 95997169 10808807424 127692 33554432000 4194304 4196468 140720415709232 139997150256144 139997212367385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10555476 memory=3416829 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95997171 10808807424 127692 33554432000 4194304 4196468 140720415709232 139996463850144 139997227349717 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0

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

/proc/2554/statm: 2655510 327332 3152 1 0 2643904 0
[pid=2554/tid=2556] ppid=2551 vsize=10622040 memory=1732 CPUtime=394 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 16122 0 0 0 39389 11 0 0 20 0 16 0 95997168 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997231578400 139996827866610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10622040 memory=1309328 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 922 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10622040 memory=840 CPUtime=2.01 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1104 0 0 0 179 22 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10622040 memory=1156 CPUtime=2 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 1312 0 0 0 177 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10622040 memory=1309328 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 1507 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10622040 memory=2236 CPUtime=0.79 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 3659 0 0 0 79 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10622040 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996462797664 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996461745280 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10622040 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10622040 memory=1700 CPUtime=1.66 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 6866 0 0 0 166 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10622040 memory=1228 CPUtime=1.17 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 5996 0 0 0 116 1 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10622040 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) S 2551 2554 30942 0 -1 1077944384 3250 0 0 0 26 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10622040 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10622040 memory=1204 CPUtime=0.23 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 803 0 0 0 11 12 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2570] ppid=2551 vsize=10622040 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2570/stat : 2570 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997464 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996454376112 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 406.19 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1309328 KiB

[startup+398.401 s]
/proc/loadavg: 4.93 4.02 3.04 6/217 2584
/proc/meminfo: memFree=17547852/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10622040 memory=1309328 CPUtime=407.79 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 42950 0 0 0 40663 116 0 0 20 0 16 0 95997168 10876968960 327332 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2655510 327332 3152 1 0 2643904 0
[pid=2554/tid=2556] ppid=2551 vsize=10622040 memory=4052 CPUtime=395.6 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 16124 0 0 0 39549 11 0 0 20 0 16 0 95997168 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997231578400 139996827867218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10622040 memory=15680 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 922 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10622040 memory=1236 CPUtime=2.01 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1104 0 0 0 179 22 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10622040 memory=4126316290023845779 CPUtime=2 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 1312 0 0 0 177 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10622040 memory=1576 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 1507 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10622040 memory=932 CPUtime=0.79 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 3659 0 0 0 79 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10622040 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996462797664 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10622040 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996461745280 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10622040 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10622040 memory=3200 CPUtime=1.66 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 6866 0 0 0 166 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10622040 memory=8250464 CPUtime=1.17 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 5996 0 0 0 116 1 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10622040 memory=1160 CPUtime=0.26 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) S 2551 2554 30942 0 -1 1077944384 3250 0 0 0 26 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10622040 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10622040 memory=1309328 CPUtime=0.23 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 803 0 0 0 11 12 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2570] ppid=2551 vsize=10622040 memory=932 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2570/stat : 2570 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997464 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996454376112 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 407.79 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1309328 KiB

[startup+399.201 s]
/proc/loadavg: 4.93 4.02 3.04 6/217 2584
/proc/meminfo: memFree=17547844/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10622040 memory=1309328 CPUtime=408.59 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 42950 0 0 0 40743 116 0 0 20 0 16 0 95997168 10876968960 327332 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2655510 327332 3152 1 0 2643904 0
[pid=2554/tid=2556] ppid=2551 vsize=10622040 memory=4124 CPUtime=396.4 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) R 2551 2554 30942 0 -1 4202560 16124 0 0 0 39629 11 0 0 20 0 16 0 95997168 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997231578400 139996827856672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10622040 memory=2200 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 922 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10622040 memory=6760 CPUtime=2.01 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1104 0 0 0 179 22 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10622040 memory=840 CPUtime=2 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 1312 0 0 0 177 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10622040 memory=1424 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 1507 0 0 0 176 23 0 0 20 0 16 0 95997169 10876968960 327332 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10622040 memory=13056 CPUtime=0.79 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 3659 0 0 0 79 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10622040 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996462797664 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10622040 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95997171 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996461745280 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10622040 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10622040 memory=1204 CPUtime=1.66 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 6866 0 0 0 166 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10622040 memory=1732 CPUtime=1.17 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 5996 0 0 0 116 1 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10622040 memory=1944 CPUtime=0.26 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) S 2551 2554 30942 0 -1 1077944384 3250 0 0 0 26 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10622040 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10622040 memory=1228 CPUtime=0.23 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 803 0 0 0 11 12 0 0 20 0 16 0 95997174 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2570] ppid=2551 vsize=10622040 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2570/stat : 2570 (java) S 2551 2554 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997464 10876968960 327332 33554432000 4194304 4196468 140720415709232 139996454376112 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 408.59 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1309328 KiB

[startup+399.601 s]
/proc/loadavg: 4.93 4.02 3.04 6/217 2584
/proc/meminfo: memFree=17547844/32770624 swapFree=67108860/67108860
[pid=2554] ppid=2551 vsize=10755168 memory=1309404 CPUtime=408.99 cores=0,2,4,6
/proc/2554/stat : 2554 (java) S 2551 2554 30942 0 -1 1077944320 43454 0 0 0 40783 116 0 0 20 0 16 0 95997168 11013292032 327351 33554432000 4194304 4196468 140720415709232 140720415691776 139997227339511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
/proc/2554/statm: 2688792 327351 3154 1 0 2677186 0
[pid=2554/tid=2556] ppid=2551 vsize=10755168 memory=27628 CPUtime=396.77 cores=0,2,4,6
/proc/2554/task/2556/stat : 2556 (java) S 2551 2554 30942 0 -1 1077944384 16312 0 0 0 39666 11 0 0 20 0 16 0 95997168 11013292032 327351 33554432000 4194304 4196468 140720415709232 139997231580192 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2557] ppid=2551 vsize=10755168 memory=1292 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2557/stat : 2557 (java) S 2551 2554 30942 0 -1 1077944384 922 0 0 0 176 23 0 0 20 0 16 0 95997169 11013292032 327351 33554432000 4194304 4196468 140720415709232 139997153414032 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2558] ppid=2551 vsize=10755168 memory=2428 CPUtime=2.01 cores=0,2,4,6
/proc/2554/task/2558/stat : 2558 (java) S 2551 2554 30942 0 -1 1077944384 1104 0 0 0 179 22 0 0 20 0 16 0 95997169 11013292032 327351 33554432000 4194304 4196468 140720415709232 139997152361232 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2559] ppid=2551 vsize=10755168 memory=1732 CPUtime=2 cores=0,2,4,6
/proc/2554/task/2559/stat : 2559 (java) S 2551 2554 30942 0 -1 1077944384 1312 0 0 0 177 23 0 0 20 0 16 0 95997169 11013292032 327351 33554432000 4194304 4196468 140720415709232 139997151308944 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2560] ppid=2551 vsize=10755168 memory=1944 CPUtime=1.99 cores=0,2,4,6
/proc/2554/task/2560/stat : 2560 (java) S 2551 2554 30942 0 -1 1077944384 1507 0 0 0 176 23 0 0 20 0 16 0 95997169 11013292032 327351 33554432000 4194304 4196468 140720415709232 139997150256144 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2561] ppid=2551 vsize=10755168 memory=27628 CPUtime=0.79 cores=0,2,4,6
/proc/2554/task/2561/stat : 2561 (java) S 2551 2554 30942 0 -1 1077944384 3659 0 0 0 79 0 0 0 20 0 16 0 95997171 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996463851632 139997227350658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2562] ppid=2551 vsize=10755168 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2562/stat : 2562 (java) S 2551 2554 30942 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95997171 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996462797664 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2563] ppid=2551 vsize=10755168 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2563/stat : 2563 (java) S 2551 2554 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95997171 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996461745280 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2564] ppid=2551 vsize=10755168 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2564/stat : 2564 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996460693584 139997227358107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2565] ppid=2551 vsize=10755168 memory=1944 CPUtime=1.66 cores=0,2,4,6
/proc/2554/task/2565/stat : 2565 (java) S 2551 2554 30942 0 -1 1077944384 6872 0 0 0 166 0 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996459641456 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2566] ppid=2551 vsize=10755168 memory=1700 CPUtime=1.19 cores=0,2,4,6
/proc/2554/task/2566/stat : 2566 (java) S 2551 2554 30942 0 -1 1077944384 6086 0 0 0 118 1 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996458588656 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2567] ppid=2551 vsize=10755168 memory=1228 CPUtime=0.27 cores=0,2,4,6
/proc/2554/task/2567/stat : 2567 (java) S 2551 2554 30942 0 -1 1077944384 3340 0 0 0 27 0 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996457536368 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2568] ppid=2551 vsize=10755168 memory=1309328 CPUtime=0 cores=0,2,4,6
/proc/2554/task/2568/stat : 2568 (java) S 2551 2554 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996456483808 139997227349717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
[pid=2554/tid=2569] ppid=2551 vsize=10755168 memory=8112282956445269571 CPUtime=0.23 cores=0,2,4,6
/proc/2554/task/2569/stat : 2569 (java) S 2551 2554 30942 0 -1 1077944384 803 0 0 0 11 12 0 0 20 0 16 0 95997174 11013292032 327351 33554432000 4194304 4196468 140720415709232 139996455430576 139997227350658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23527424 140720415716486 140720415716639 140720415716639 140720415719375 0
Current children cumulated CPU time: 408.99 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 1309404 KiB

[startup+399.803 s]*
/proc/loadavg: 4.93 4.02 3.04 6/201 2586
/proc/meminfo: memFree=18847520/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): 399.813
CPU time (s): 409.048
CPU user time (s): 407.872
CPU system time (s): 1.17554
CPU usage (%): 102.31
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 1309404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.872
system time used= 1.17554
maximum resident set size= 1309952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10496
involuntary context switches= 326


# summary of solver processes directly reported to runsolver:
#   pid: 2554
#   total CPU time (s): 409.048
#   total CPU user time (s): 407.872
#   total CPU system time (s): 1.17554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55765 second user time and 3.84782 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 14:43:55
IDJOB=4263399
IDBENCH=133205
IDSOLVER=2651
FILE ID=node114/4263399-1502629093
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263399-1502629093/watcher-4263399-1502629093 -o /tmp/evaluation-result-4263399-1502629093/solver-4263399-1502629093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263399-1502629093.xml

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

MD5SUM BENCH= b7fb7dcafefa376b1b73f285fdc4e3bd
RANDOM SEED=1779244873

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        20766896 kB
MemAvailable:   25656224 kB
Buffers:          151620 kB
Cached:          5027824 kB
SwapCached:            0 kB
Active:          6709568 kB
Inactive:        4851408 kB
Active(anon):    6384248 kB
Inactive(anon):    25036 kB
Active(file):     325320 kB
Inactive(file):  4826372 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       6398024 kB
Mapped:            55196 kB
Shmem:             25224 kB
Slab:             132020 kB
SReclaimable:     106940 kB
SUnreclaim:        25080 kB
KernelStack:        3808 kB
PageTables:        17968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7868340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6062080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 14:50:35