Trace number 4301952

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)7 252.215 249.015

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-07_c18.xml
MD5SUM93689e7972bcd89c8c0248fcf1fc8ef9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark33.3812
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints1002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":98}]
Minimum variable degree20
Maximum variable degree27
Distribution of variable degrees[{"degree":20,"count":24},{"degree":21,"count":24},{"degree":22,"count":16},{"degree":23,"count":16},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":26,"count":1},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity98
Distribution of constraint arities[{"arity":2,"count":1001},{"arity":98,"count":1}]
Number of extensional constraints0
Number of intensional constraints1001
Distribution of constraint types[{"type":"intension","count":1001},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.77/0.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.77/0.75	c This is free software under the dual EPL/GNU LGPL licenses.
1.77/0.75	c See www.sat4j.org for details.
1.77/0.75	c That software uses the Rhino library from the Mozilla project.
1.77/0.75	c version 2.3.6-SNAPSHOT
1.77/0.75	c java.runtime.name	Java(TM) SE Runtime Environment
1.77/0.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.77/0.75	c java.vm.version	25.131-b11
1.77/0.75	c java.vm.vendor	Oracle Corporation
1.77/0.75	c sun.arch.data.model	64
1.77/0.75	c java.version		1.8.0_131
1.77/0.75	c os.name		Linux
1.77/0.75	c os.version		3.10.0-514.16.1.el7.x86_64
1.77/0.75	c os.arch		amd64
1.77/0.75	c Free memory 		499604488
1.77/0.75	c Max memory 		7247757312
1.77/0.75	c Total memory 		504889344
1.77/0.75	c Number of processors 	4
1.77/0.75	c c --- Begin Solver configuration ---
1.77/0.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.77/0.75	c Learn all clauses as in MiniSAT
1.77/0.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.77/0.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.77/0.75	c No reason simplification
1.77/0.75	c Glucose 2.1 dynamic restart strategy
1.77/0.75	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
1.77/0.75	c timeout=2147483s
1.77/0.75	c DB Simplification allowed=false
1.77/0.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.77/0.75	c --- End Solver configuration ---
1.77/0.75	c constraints type 
1.77/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1.77/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3200
1.77/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13704
1.77/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2004
1.77/0.75	c 19104 constraints processed.
3.68/1.53	o 5
4.22/1.83	o 6
7.72/4.98	o 7
252.15/249.00	c starts		: 4650
252.15/249.00	c conflicts		: 864069
252.15/249.00	c decisions		: 1377443
252.15/249.00	c propagations		: 397427998
252.15/249.00	c inspects		: 4907113260
252.15/249.00	c shortcuts		: 0
252.15/249.00	c learnt literals	: 378
252.15/249.00	c learnt binary clauses	: 192
252.15/249.00	c learnt ternary clauses	: 1379
252.15/249.00	c learnt constraints	: 863691
252.15/249.00	c ignored constraints	: 0
252.15/249.00	c root simplifications	: 0
252.15/249.00	c removed literals (reason simplification)	: 0
252.15/249.00	c reason swapping (by a shorter reason)	: 0
252.15/249.00	c Calls to reduceDB	: 39
252.15/249.00	c Number of update (reduction) of LBD	: 264471
252.15/249.00	c Imported unit clauses	: 0
252.15/249.00	c number of reductions to clauses (during analyze)	: 0
252.15/249.00	c number of learned constraints concerned by reduction	: 0
252.15/249.00	c number of learning phase by resolution	: 0
252.15/249.00	c number of learning phase by cutting planes	: 0
252.15/249.00	c number of rounding to 1 operations	: 0
252.15/249.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.15/249.00	c number of reductions of the coefficients by power 2 	: 0
252.15/249.00	c number of right shift for reduction by power 2 	: 0
252.15/249.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.15/249.00	c number of ending skipping 	: 0
252.15/249.00	c number of internal skipping 	: 0
252.15/249.00	c number of derivation steps 	: 0
252.15/249.00	c number of skipped derivation steps 	: 0
252.15/249.00	c number of remaining unassigned 	: 0
252.15/249.00	c number of remaining assigned 	: 0
252.15/249.00	c speed (assignments/second)	: 1600982.9116983563
252.15/249.00	c non guided choices	: 3003
252.15/249.00	s SATISFIABLE
252.15/249.00	v <instantiation type="solution">
252.15/249.00	v 	<list> b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[0][6] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[1][6] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[2][6] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[3][6] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[4][6] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[5][6] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] </list>
252.15/249.00	v 	<values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 </values>
252.15/249.00	v </instantiation>
252.15/249.00	

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301952-1532885902/watcher-4301952-1532885902 -o /tmp/evaluation-result-4301952-1532885902/solver-4301952-1532885902 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301952-1532885902.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=12958, runsolver pid=12955
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 3.59 3.00 2.68 3/216 12973
/proc/meminfo: memFree=26342764/32770624 swapFree=67028788/67108860
[pid=12958] ppid=12955 vsize=10659012 memory=31012 CPUtime=0.13 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 6821 0 0 0 12 1 0 0 20 0 15 0 106153390 10914828288 7753 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2664753 7753 2845 1 0 2627263 0
[pid=12958/tid=12960] ppid=12955 vsize=10659012 memory=-8701690554792055939 CPUtime=0.08 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 4658 0 0 0 8 0 0 0 20 0 15 0 106153390 10914828288 7753 33554432000 4194304 4196468 140732420944704 140620302165952 140620282025310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 7753 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) R 12955 12958 10029 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619851479408 140620297966170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 7753 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31012 KiB

[startup+0.210575 s]*
/proc/loadavg: 3.59 3.00 2.68 5/216 12973
/proc/meminfo: memFree=26332940/32770624 swapFree=67028788/67108860
[pid=12958] ppid=12955 vsize=10659012 memory=41912 CPUtime=0.33 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 8068 0 0 0 32 1 0 0 20 0 15 0 106153390 10914828288 10478 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2664753 10478 3004 1 0 2627263 0
[pid=12958/tid=12960] ppid=12955 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 5039 0 0 0 19 1 0 0 20 0 15 0 106153390 10914828288 10478 33554432000 4194304 4196468 140732420944704 140620302181104 140620281988453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 10478 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10659012 memory=3977444731276211872 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153391 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106153393 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 638 0 0 0 2 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0.07 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) R 12955 12958 10029 0 -1 4202560 669 0 0 0 7 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619851479408 140620290181950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10659012 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153396 10914828288 10478 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41912 KiB

[startup+0.318618 s]*
/proc/loadavg: 3.59 3.00 2.68 4/216 12973
/proc/meminfo: memFree=26323076/32770624 swapFree=67028788/67108860
[pid=12958] ppid=12955 vsize=10659088 memory=49396 CPUtime=0.55 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 8915 0 0 0 53 2 0 0 20 0 15 0 106153390 10914906112 12349 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2664772 12349 3062 1 0 2627263 0
[pid=12958/tid=12960] ppid=12955 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 5620 0 0 0 29 1 0 0 20 0 15 0 106153390 10914906112 12349 33554432000 4194304 4196468 140732420944704 140620302182352 140620281988453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914906112 12349 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10659088 memory=3761271949162428064 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153391 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10659088 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106153393 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106153393 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106153393 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 674 0 0 0 4 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 471 0 0 0 5 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10659088 memory=140431211083392 CPUtime=0.13 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) R 12955 12958 10029 0 -1 1077944384 785 0 0 0 13 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619851473104 140620297955029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10659088 memory=140431211083392 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153396 10914906112 12349 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49396 KiB

[startup+0.700905 s]
/proc/loadavg: 3.59 3.00 2.68 5/216 12973
/proc/meminfo: memFree=26304900/32770624 swapFree=67028788/67108860
[pid=12958] ppid=12955 vsize=10661136 memory=105928 CPUtime=1.77 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 14474 0 0 0 174 3 0 0 20 0 15 0 106153390 10917003264 26482 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2665284 26482 3107 1 0 2627775 0
[pid=12958/tid=12960] ppid=12955 vsize=10661136 memory=196115320292868 CPUtime=0.67 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 6097 0 0 0 65 2 0 0 20 0 15 0 106153390 10917003264 26482 33554432000 4194304 4196468 140732420944704 140620302179888 140619934906276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10661136 memory=616836 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10917003264 26482 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153391 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10661136 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106153391 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106153393 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10661136 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106153393 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106153393 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10661136 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) D 12955 12958 10029 0 -1 4202560 2273 0 0 0 37 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619853569960 140620290661975 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10661136 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) R 12955 12958 10029 0 -1 4202560 2200 0 0 0 31 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619852512504 140620281441607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10661136 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) R 12955 12958 10029 0 -1 4202560 2535 0 0 0 40 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619851475352 140620276905055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10661136 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106153396 10917003264 26482 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 105928 KiB

[startup+1.50079 s]
/proc/loadavg: 3.59 3.00 2.68 5/217 12974
/proc/meminfo: memFree=26250140/32770624 swapFree=67028788/67108860
[pid=12958] ppid=12955 vsize=10727700 memory=123472 CPUtime=3.68 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 21157 0 0 0 363 5 0 0 20 0 16 0 106153390 10985164800 30868 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2681925 30868 3118 1 0 2644416 0
[pid=12958/tid=12960] ppid=12955 vsize=10727700 memory=9169 CPUtime=1.46 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 6417 0 0 0 144 2 0 0 20 0 16 0 106153390 10985164800 30868 33554432000 4194304 4196468 140732420944704 140620302181504 140619935668417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106153391 10985164800 30868 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106153391 10985164800 30868 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106153391 10985164800 30868 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106153391 10985164800 30868 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 30868 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0

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

/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 625 0 0 0 1 0 0 0 20 0 16 0 106153391 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10727700 memory=228996 CPUtime=0.01 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 16 0 106153391 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10727700 memory=228996 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 900 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10727700 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10727700 memory=228996 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10727700 memory=228996 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10727700 memory=280862139376800 CPUtime=1.15 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 5656 0 0 0 115 0 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10727700 memory=7666654205430096485 CPUtime=1.36 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 9884 0 0 0 135 1 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10727700 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) S 12955 12958 10029 0 -1 1077944384 4604 0 0 0 52 0 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619851479408 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10727700 memory=7812454988116485201 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10727700 memory=228996 CPUtime=0.05 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1054 0 0 0 2 3 0 0 20 0 16 0 106153396 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12974] ppid=12955 vsize=10727700 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12974/stat : 12974 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106153467 10985164800 57249 33554432000 4194304 4196468 140732420944704 140619848320176 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 165.46 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 228996 KiB

[startup+222.301 s]
/proc/loadavg: 2.04 2.48 2.54 3/218 13064
/proc/meminfo: memFree=26326680/32770624 swapFree=67028796/67108860
[pid=12958] ppid=12955 vsize=10727700 memory=233484 CPUtime=225.52 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 36769 0 0 0 22535 17 0 0 20 0 16 0 106153390 10985164800 58371 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2681925 58371 3165 1 0 2644416 0
[pid=12958/tid=12960] ppid=12955 vsize=10727700 memory=233484 CPUtime=222.2 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 9282 0 0 0 22216 4 0 0 20 0 16 0 106153390 10985164800 58371 33554432000 4194304 4196468 140732420944704 140620302183760 140619935710911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10727700 memory=233484 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1103 0 0 0 2 0 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10727700 memory=233484 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 947 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10727700 memory=233484 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 714 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10727700 memory=233484 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 921 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10727700 memory=233484 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 1102 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10727700 memory=27000 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10727700 memory=776 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10727700 memory=233484 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10727700 memory=1876 CPUtime=1.15 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 5658 0 0 0 115 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10727700 memory=233484 CPUtime=1.36 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 9887 0 0 0 135 1 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10727700 memory=3544 CPUtime=0.52 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) S 12955 12958 10029 0 -1 1077944384 4606 0 0 0 52 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619851479408 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10727700 memory=27000 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10727700 memory=776 CPUtime=0.09 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1090 0 0 0 4 5 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12974] ppid=12955 vsize=10727700 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12974/stat : 12974 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106153467 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619848320176 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 225.52 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 233484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+248.801 s]
/proc/loadavg: 2.03 2.44 2.53 3/218 13064
/proc/meminfo: memFree=26326476/32770624 swapFree=67028796/67108860
[pid=12958] ppid=12955 vsize=10727700 memory=233484 CPUtime=252.04 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 36779 0 0 0 25186 18 0 0 20 0 16 0 106153390 10985164800 58371 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2681925 58371 3165 1 0 2644416 0
[pid=12958/tid=12960] ppid=12955 vsize=10727700 memory=233484 CPUtime=248.7 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) R 12955 12958 10029 0 -1 4202560 9290 0 0 0 24866 4 0 0 20 0 16 0 106153390 10985164800 58371 33554432000 4194304 4196468 140732420944704 140620302183760 140619935711075 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10727700 memory=233484 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1103 0 0 0 2 0 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10727700 memory=27000 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 947 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10727700 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 714 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10727700 memory=3008 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 921 0 0 0 2 1 0 0 20 0 16 0 106153391 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10727700 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 1102 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10727700 memory=796 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106153393 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10727700 memory=1876 CPUtime=1.15 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 5658 0 0 0 115 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10727700 memory=1664 CPUtime=1.36 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 9887 0 0 0 135 1 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10727700 memory=1828 CPUtime=0.52 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) S 12955 12958 10029 0 -1 1077944384 4606 0 0 0 52 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619851479408 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10727700 memory=800 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12973] ppid=12955 vsize=10727700 memory=5220 CPUtime=0.1 cores=1,3,5,7
/proc/12958/task/12973/stat : 12973 (java) S 12955 12958 10029 0 -1 1077944384 1092 0 0 0 4 6 0 0 20 0 16 0 106153396 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619849374640 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12974] ppid=12955 vsize=10727700 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12974/stat : 12974 (java) S 12955 12958 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106153467 10985164800 58371 33554432000 4194304 4196468 140732420944704 140619848320176 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 233484 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+249.015 s]
# the end of solver process 12958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.027 s, system=0.188046 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+249.001 s]*
/proc/loadavg: 2.02 2.43 2.52 2/219 13067
/proc/meminfo: memFree=26326492/32770624 swapFree=67028796/67108860
[pid=12958] ppid=12955 vsize=10927392 memory=233796 CPUtime=252.2 cores=1,3,5,7
/proc/12958/stat : 12958 (java) S 12955 12958 10029 0 -1 1077944320 37781 0 0 0 25202 18 0 0 20 0 17 0 106153390 11189649408 58449 33554432000 4194304 4196468 140732420944704 140732420927248 140620297944823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
/proc/12958/statm: 2731848 58449 3167 1 0 2694339 0
[pid=12958/tid=12960] ppid=12955 vsize=10927392 memory=6791534058613427641 CPUtime=248.85 cores=1,3,5,7
/proc/12958/task/12960/stat : 12960 (java) S 12955 12958 10029 0 -1 1077944384 9342 0 0 0 24881 4 0 0 20 0 17 0 106153390 11189649408 58450 33554432000 4194304 4196468 140732420944704 140620302187696 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12961] ppid=12955 vsize=10927392 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/12958/task/12961/stat : 12961 (java) S 12955 12958 10029 0 -1 1077944384 1103 0 0 0 2 0 0 0 20 0 17 0 106153391 11189649408 58450 33554432000 4194304 4196468 140732420944704 140620250565008 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12962] ppid=12955 vsize=10927392 memory=1220 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12962/stat : 12962 (java) S 12955 12958 10029 0 -1 1077944384 947 0 0 0 2 1 0 0 20 0 17 0 106153391 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619903850768 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12963] ppid=12955 vsize=10927392 memory=1612 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12963/stat : 12963 (java) S 12955 12958 10029 0 -1 1077944384 714 0 0 0 2 1 0 0 20 0 17 0 106153391 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619902798480 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12964] ppid=12955 vsize=10927392 memory=2164 CPUtime=0.03 cores=1,3,5,7
/proc/12958/task/12964/stat : 12964 (java) S 12955 12958 10029 0 -1 1077944384 921 0 0 0 2 1 0 0 20 0 17 0 106153391 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619901745680 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12965] ppid=12955 vsize=10927392 memory=3700 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12965/stat : 12965 (java) S 12955 12958 10029 0 -1 1077944384 1262 0 0 0 0 0 0 0 20 0 17 0 106153393 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619857795696 140620297955970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12966] ppid=12955 vsize=10927392 memory=844 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12966/stat : 12966 (java) S 12955 12958 10029 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 106153393 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619856741664 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12967] ppid=12955 vsize=10927392 memory=1460 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12967/stat : 12967 (java) S 12955 12958 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 106153393 11189649408 58450 33554432000 4194304 4196468 140732420944704 140619855689328 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12968] ppid=12955 vsize=10927392 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12968/stat : 12968 (java) S 12955 12958 10029 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 106153396 11189649408 58452 33554432000 4194304 4196468 140732420944704 140619854637648 140620297963419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12969] ppid=12955 vsize=10927392 memory=6768 CPUtime=1.15 cores=1,3,5,7
/proc/12958/task/12969/stat : 12969 (java) S 12955 12958 10029 0 -1 1077944384 5709 0 0 0 115 0 0 0 20 0 16 0 106153396 11189649408 58433 33554432000 4194304 4196468 140732420944704 140619853584496 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12970] ppid=12955 vsize=10927392 memory=824 CPUtime=1.36 cores=1,3,5,7
/proc/12958/task/12970/stat : 12970 (java) S 12955 12958 10029 0 -1 1077944384 9981 0 0 0 135 1 0 0 20 0 15 0 106153396 11189649408 58433 33554432000 4194304 4196468 140732420944704 140619852531696 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12971] ppid=12955 vsize=10927392 memory=4100 CPUtime=0.52 cores=1,3,5,7
/proc/12958/task/12971/stat : 12971 (java) S 12955 12958 10029 0 -1 1077944384 4734 0 0 0 52 0 0 0 20 0 15 0 106153396 11189649408 58433 33554432000 4194304 4196468 140732420944704 140619851479408 140620297955970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=12972] ppid=12955 vsize=10927392 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/12958/task/12972/stat : 12972 (java) S 12955 12958 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106153396 11189649408 58433 33554432000 4194304 4196468 140732420944704 140619850426848 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
[pid=12958/tid=13065] ppid=12955 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/12958/task/13065/stat : 13065 (java) S 12955 12958 10029 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 106178271 11189649408 58433 33554432000 4194304 4196468 140732420944704 140619777303408 140620297955029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140732420953206 140732420953358 140732420953358 140732420956111 0
Current children cumulated CPU time: 252.2 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 233796 KiB

Child status: 143
Real time (s): 249.015
CPU time (s): 252.215
CPU user time (s): 252.027
CPU system time (s): 0.188046
CPU usage (%): 101.285
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 233796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.027
system time used= 0.188046
maximum resident set size= 233960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7537
involuntary context switches= 230


# summary of solver processes directly reported to runsolver:
#   pid: 12958
#   total CPU time (s): 252.215
#   total CPU user time (s): 252.027
#   total CPU system time (s): 0.188046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44516 second user time and 2.401 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:38:22
IDJOB=4301952
IDBENCH=141484
IDSOLVER=2773
FILE ID=node102/4301952-1532885902
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-07_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301952-1532885902/watcher-4301952-1532885902 -o /tmp/evaluation-result-4301952-1532885902/solver-4301952-1532885902 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301952-1532885902.xml

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

MD5SUM BENCH= 93689e7972bcd89c8c0248fcf1fc8ef9
RANDOM SEED=1566520538

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        26360900 kB
MemAvailable:   31535556 kB
Buffers:          231008 kB
Cached:          5187652 kB
SwapCached:        53064 kB
Active:          1566916 kB
Inactive:        4321720 kB
Active(anon):     395676 kB
Inactive(anon):    99168 kB
Active(file):    1171240 kB
Inactive(file):  4222552 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:        431676 kB
Mapped:            49700 kB
Shmem:             22552 kB
Slab:             222164 kB
SReclaimable:     193396 kB
SUnreclaim:        28768 kB
KernelStack:        3808 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1571048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:42:31