Trace number 4301943

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)26 252.083 247.03

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-15_c18.xml
MD5SUMdbf6b3e5a2b5c107908327293d925ea5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark252.083
Satisfiable
(Un)Satisfiability was proved
Number of variables227
Number of constraints5183
Number of domains2
Minimum domain size3
Maximum domain size112
Distribution of domain sizes[{"size":3,"count":225},{"size":112,"count":2}]
Minimum variable degree2
Maximum variable degree58
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":44,"count":56},{"degree":46,"count":48},{"degree":48,"count":40},{"degree":50,"count":32},{"degree":52,"count":24},{"degree":54,"count":16},{"degree":56,"count":8},{"degree":58,"count":1}]
Minimum constraint arity2
Maximum constraint arity226
Distribution of constraint arities[{"arity":2,"count":5181},{"arity":226,"count":2}]
Number of extensional constraints0
Number of intensional constraints5181
Distribution of constraint types[{"type":"intension","count":5181},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

4.03/1.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.03/1.49	c This is free software under the dual EPL/GNU LGPL licenses.
4.03/1.49	c See www.sat4j.org for details.
4.03/1.49	c That software uses the Rhino library from the Mozilla project.
4.03/1.49	c version 2.3.6-SNAPSHOT
4.03/1.49	c java.runtime.name	Java(TM) SE Runtime Environment
4.03/1.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.03/1.49	c java.vm.version	25.131-b11
4.03/1.49	c java.vm.vendor	Oracle Corporation
4.03/1.49	c sun.arch.data.model	64
4.03/1.49	c java.version		1.8.0_131
4.03/1.49	c os.name		Linux
4.03/1.49	c os.version		3.10.0-514.16.1.el7.x86_64
4.03/1.49	c os.arch		amd64
4.03/1.49	c Free memory 		499604488
4.03/1.49	c Max memory 		7247757312
4.03/1.49	c Total memory 		504889344
4.03/1.49	c Number of processors 	4
4.03/1.49	c c --- Begin Solver configuration ---
4.03/1.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.03/1.49	c Learn all clauses as in MiniSAT
4.03/1.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.03/1.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.03/1.49	c No reason simplification
4.03/1.49	c Glucose 2.1 dynamic restart strategy
4.03/1.49	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
4.03/1.49	c timeout=2147483s
4.03/1.49	c DB Simplification allowed=false
4.03/1.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.03/1.49	c --- End Solver configuration ---
4.03/1.49	c constraints type 
4.03/1.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 454
4.03/1.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28150
4.03/1.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 164174
4.03/1.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 10366
4.03/1.49	c 203144 constraints processed.
8.64/4.43	o 13
9.06/4.77	o 15
9.32/4.90	o 16
10.87/6.35	o 17
11.01/6.44	o 18
12.04/7.47	o 20
13.08/8.41	o 21
14.13/9.40	o 22
24.74/19.93	o 23
33.96/29.12	o 24
59.68/54.89	o 25
213.90/208.74	o 26
252.06/247.00	c starts		: 8345
252.06/247.00	c conflicts		: 1668508
252.06/247.00	c decisions		: 8205208
252.06/247.00	c propagations		: 593217890
252.06/247.00	c inspects		: 2900019312
252.06/247.00	c shortcuts		: 0
252.06/247.00	c learnt literals	: 258
252.06/247.00	c learnt binary clauses	: 2513
252.06/247.00	c learnt ternary clauses	: 9773
252.06/247.00	c learnt constraints	: 1668250
252.06/247.00	c ignored constraints	: 0
252.06/247.00	c root simplifications	: 0
252.06/247.00	c removed literals (reason simplification)	: 0
252.06/247.00	c reason swapping (by a shorter reason)	: 0
252.06/247.00	c Calls to reduceDB	: 102
252.06/247.00	c Number of update (reduction) of LBD	: 1042351
252.06/247.00	c Imported unit clauses	: 0
252.06/247.00	c number of reductions to clauses (during analyze)	: 0
252.06/247.00	c number of learned constraints concerned by reduction	: 0
252.06/247.00	c number of learning phase by resolution	: 0
252.06/247.00	c number of learning phase by cutting planes	: 0
252.06/247.00	c number of rounding to 1 operations	: 0
252.06/247.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.06/247.00	c number of reductions of the coefficients by power 2 	: 0
252.06/247.00	c number of right shift for reduction by power 2 	: 0
252.06/247.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.06/247.00	c number of ending skipping 	: 0
252.06/247.00	c number of internal skipping 	: 0
252.06/247.00	c number of derivation steps 	: 0
252.06/247.00	c number of skipped derivation steps 	: 0
252.06/247.01	c number of remaining unassigned 	: 0
252.06/247.01	c number of remaining assigned 	: 0
252.06/247.01	c speed (assignments/second)	: 2416464.5810419978
252.06/247.01	c non guided choices	: 226250
252.06/247.01	s SATISFIABLE
252.06/247.01	v <instantiation type="solution">
252.06/247.01	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[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] 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[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] 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[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] 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[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] 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[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] 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[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] 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[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] 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[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] 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] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] nb nw </list>
252.06/247.01	v 	<values> 0 1 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 1 1 0 0 0 1 1 0 0 0 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 2 0 0 0 0 2 2 0 0 0 0 0 0 0 0 2 2 0 0 0 2 2 2 0 0 0 0 0 0 0 0 2 0 0 0 0 2 2 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 2 2 2 0 0 0 2 0 0 0 0 0 0 0 0 0 2 2 0 0 0 2 2 0 0 0 0 0 2 0 2 0 2 0 0 0 0 2 2 26 26 </values>
252.06/247.01	v </instantiation>
252.06/247.01	

Verifier Data

OK	26

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

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

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12881, runsolver pid=12878

[startup+0.100127 s]*
/proc/loadavg: 4.22 2.95 2.64 4/215 12896
/proc/meminfo: memFree=25959112/32770624 swapFree=67028788/67108860
[pid=12881] ppid=12878 vsize=10659012 memory=30996 CPUtime=0.12 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 6825 0 0 0 11 1 0 0 20 0 15 0 106144678 10914828288 7749 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2664753 7749 2843 1 0 2627263 0
[pid=12881/tid=12883] ppid=12878 vsize=10659012 memory=-8773748148829981818 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 4651 0 0 0 8 1 0 0 20 0 15 0 106144679 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407567411728 140407563207837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407121691808 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106144682 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407120638704 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) S 12878 12881 10029 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) R 12878 12881 10029 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 106144684 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407116429808 140407563207258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144685 10914828288 7749 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30996 KiB

[startup+0.210542 s]*
/proc/loadavg: 4.22 2.95 2.64 4/215 12896
/proc/meminfo: memFree=25948656/32770624 swapFree=67028788/67108860
[pid=12881] ppid=12878 vsize=10659012 memory=42164 CPUtime=0.33 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 8078 0 0 0 30 3 0 0 20 0 15 0 106144678 10914828288 10541 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2664753 10541 3007 1 0 2627263 0
[pid=12881/tid=12883] ppid=12878 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 5030 0 0 0 19 1 0 0 20 0 15 0 106144679 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407567422192 140407563197846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10659012 memory=3977444717314090656 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407121691808 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106144682 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407120638704 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 536 0 0 0 1 0 0 0 20 0 15 0 106144684 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) R 12878 12881 10029 0 -1 4202560 480 0 0 0 1 0 0 0 20 0 15 0 106144684 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0.07 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) R 12878 12881 10029 0 -1 4202560 665 0 0 0 7 0 0 0 20 0 15 0 106144684 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407116429808 140407541720700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144685 10914828288 10541 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42164 KiB

[startup+0.311639 s]*
/proc/loadavg: 4.22 2.95 2.64 5/215 12896
/proc/meminfo: memFree=25935816/32770624 swapFree=67028788/67108860
[pid=12881] ppid=12878 vsize=10659012 memory=52596 CPUtime=0.59 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 9926 0 0 0 56 3 0 0 20 0 15 0 106144678 10914828288 13149 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2664753 13149 3051 1 0 2627263 0
[pid=12881/tid=12883] ppid=12878 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 5616 0 0 0 29 1 0 0 20 0 15 0 106144679 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407567409936 140407547266398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10659012 memory=3761271935200306848 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106144681 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407121691808 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106144682 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407120638704 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) R 12878 12881 10029 0 -1 4202560 889 0 0 0 7 0 0 0 20 0 15 0 106144684 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407118516424 140407548966401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) R 12878 12881 10029 0 -1 4202560 961 0 0 0 6 0 0 0 20 0 15 0 106144684 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407117463880 140407541202880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0.12 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) R 12878 12881 10029 0 -1 1077944384 1098 0 0 0 12 0 0 0 20 0 15 0 106144684 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407116429808 140407563197058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10659012 memory=140417248962176 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144685 10914828288 13149 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 52596 KiB

[startup+0.70321 s]
/proc/loadavg: 4.04 2.94 2.64 8/215 12896
/proc/meminfo: memFree=25799848/32770624 swapFree=67028788/67108860
[pid=12881] ppid=12878 vsize=10659088 memory=111236 CPUtime=1.85 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 12346 0 0 0 180 5 0 0 20 0 15 0 106144678 10914906112 27809 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2664772 27809 3107 1 0 2627263 0
[pid=12881/tid=12883] ppid=12878 vsize=10659088 memory=195770649167287 CPUtime=0.67 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 6153 0 0 0 65 2 0 0 20 0 15 0 106144679 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407567422224 140407198816069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10659088 memory=616836 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144680 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106144680 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106144681 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106144681 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407121691808 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106144682 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407120638704 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 1707 0 0 0 40 1 0 0 20 0 15 0 106144684 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) R 12878 12881 10029 0 -1 1077944384 1527 0 0 0 40 0 0 0 20 0 15 0 106144684 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10659088 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) R 12878 12881 10029 0 -1 4202560 1587 0 0 0 34 0 0 0 20 0 15 0 106144684 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407116425536 140407556170985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106144684 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106144685 10914906112 27809 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 111236 KiB

[startup+1.50145 s]
/proc/loadavg: 4.04 2.94 2.64 8/215 12896
/proc/meminfo: memFree=25482916/32770624 swapFree=67028788/67108860
[pid=12881] ppid=12878 vsize=10661136 memory=244220 CPUtime=4.37 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 21110 0 0 0 426 11 0 0 20 0 15 0 106144678 10917003264 61055 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2665284 61055 3150 1 0 2627775 0
[pid=12881/tid=12883] ppid=12878 vsize=10661136 memory=9169 CPUtime=1.42 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 6241 0 0 0 139 3 0 0 20 0 15 0 106144679 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407567415680 140407195622432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10661136 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 106144680 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10661136 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 106144680 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 98 0 0 0 3 0 0 0 20 0 15 0 106144680 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10661136 memory=6943526294502006880 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 15 0 106144680 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 106144681 10917003264 61055 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0

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

/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 1513 0 0 0 1 0 0 0 20 0 16 0 106144681 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10727700 memory=399848 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 106144681 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407121691872 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10727700 memory=12772 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 106144682 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407120638720 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10727700 memory=458404 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10727700 memory=458404 CPUtime=2.05 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 9544 0 0 0 203 2 0 0 20 0 16 0 106144684 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10727700 memory=288230574492221466 CPUtime=2.1 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) S 12878 12881 10029 0 -1 1077944384 8666 0 0 0 208 2 0 0 20 0 16 0 106144684 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10727700 memory=288230621803970871 CPUtime=0.61 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) S 12878 12881 10029 0 -1 1077944384 3053 0 0 0 60 1 0 0 20 0 16 0 106144684 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407116429808 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10727700 memory=458404 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10727700 memory=458404 CPUtime=0.08 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1130 0 0 0 5 3 0 0 20 0 16 0 106144685 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12897] ppid=12878 vsize=10727700 memory=844 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12897/stat : 12897 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106144830 10985164800 114601 33554432000 4194304 4196468 140721033864288 140407113270320 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 167.47 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 458404 KiB

[startup+222.301 s]
/proc/loadavg: 2.17 2.63 2.59 3/218 12984
/proc/meminfo: memFree=26076192/32770624 swapFree=67028796/67108860
[pid=12881] ppid=12878 vsize=10727700 memory=465376 CPUtime=227.5 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 41337 0 0 0 22719 31 0 0 20 0 16 0 106144678 10985164800 116344 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2681925 116344 3173 1 0 2644416 0
[pid=12881/tid=12883] ppid=12878 vsize=10727700 memory=458404 CPUtime=222.13 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 12225 0 0 0 22207 6 0 0 20 0 16 0 106144679 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407567417488 140407202344928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10727700 memory=458404 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 263 0 0 0 6 3 0 0 20 0 16 0 106144680 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10727700 memory=458404 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1394 0 0 0 7 3 0 0 20 0 16 0 106144680 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10727700 memory=458404 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 1327 0 0 0 7 3 0 0 20 0 16 0 106144680 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10727700 memory=458404 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 537 0 0 0 6 3 0 0 20 0 16 0 106144680 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10727700 memory=461280 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 1513 0 0 0 1 0 0 0 20 0 16 0 106144681 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10727700 memory=463328 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 106144681 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407121691872 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10727700 memory=960 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 106144682 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407120638720 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10727700 memory=458404 CPUtime=2.05 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 9544 0 0 0 203 2 0 0 20 0 16 0 106144684 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10727700 memory=458404 CPUtime=2.1 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) S 12878 12881 10029 0 -1 1077944384 8666 0 0 0 208 2 0 0 20 0 16 0 106144684 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10727700 memory=3544 CPUtime=0.61 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) S 12878 12881 10029 0 -1 1077944384 3313 0 0 0 60 1 0 0 20 0 16 0 106144684 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407116429808 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10727700 memory=463328 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10727700 memory=12772 CPUtime=0.12 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1134 0 0 0 7 5 0 0 20 0 16 0 106144685 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12897] ppid=12878 vsize=10727700 memory=461280 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12897/stat : 12897 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106144830 10985164800 116344 33554432000 4194304 4196468 140721033864288 140407113270320 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 227.5 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 465376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.801 s]
/proc/loadavg: 2.11 2.58 2.58 3/218 12984
/proc/meminfo: memFree=26002464/32770624 swapFree=67028796/67108860
[pid=12881] ppid=12878 vsize=10727700 memory=541360 CPUtime=252.01 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 42169 0 0 0 25168 33 0 0 20 0 16 0 106144678 10985164800 135340 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2681925 135340 3173 1 0 2644416 0
[pid=12881/tid=12883] ppid=12878 vsize=10727700 memory=1220 CPUtime=246.63 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) R 12878 12881 10029 0 -1 4202560 12773 0 0 0 24656 7 0 0 20 0 16 0 106144679 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407567424520 140407201647350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10727700 memory=1612 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 263 0 0 0 6 3 0 0 20 0 16 0 106144680 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10727700 memory=2164 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1394 0 0 0 7 3 0 0 20 0 16 0 106144680 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10727700 memory=3700 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 1327 0 0 0 7 3 0 0 20 0 16 0 106144680 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10727700 memory=844 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 537 0 0 0 6 3 0 0 20 0 16 0 106144680 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10727700 memory=537264 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 1518 0 0 0 1 0 0 0 20 0 16 0 106144681 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10727700 memory=6768 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 106144681 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407121691872 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10727700 memory=824 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 106144682 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407120638720 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10727700 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10727700 memory=512688 CPUtime=2.05 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 9552 0 0 0 203 2 0 0 20 0 16 0 106144684 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10727700 memory=529072 CPUtime=2.1 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) S 12878 12881 10029 0 -1 1077944384 8669 0 0 0 208 2 0 0 20 0 16 0 106144684 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10727700 memory=916 CPUtime=0.61 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) S 12878 12881 10029 0 -1 1077944384 3544 0 0 0 60 1 0 0 20 0 16 0 106144684 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407116429808 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10727700 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106144684 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10727700 memory=2716 CPUtime=0.12 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1171 0 0 0 7 5 0 0 20 0 16 0 106144685 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12897] ppid=12878 vsize=10727700 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12897/stat : 12897 (java) S 12878 12881 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106144830 10985164800 135340 33554432000 4194304 4196468 140721033864288 140407113270320 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 541360 KiB

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

[startup+247.03 s]
# the end of solver process 12881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.74 s, system=0.343129 s

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

[startup+247.001 s]*
/proc/loadavg: 2.11 2.58 2.58 2/219 12987
/proc/meminfo: memFree=25990160/32770624 swapFree=67028796/67108860
[pid=12881] ppid=12878 vsize=10927392 memory=551916 CPUtime=252.06 cores=0,2,4,6
/proc/12881/stat : 12881 (java) S 12878 12881 10029 0 -1 1077944320 43209 0 0 0 25173 33 0 0 20 0 17 0 106144678 11189649408 137979 33554432000 4194304 4196468 140721033864288 140721033846832 140407563185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
/proc/12881/statm: 2731848 137979 3177 1 0 2694339 0
[pid=12881/tid=12883] ppid=12878 vsize=10927392 memory=6628 CPUtime=246.67 cores=0,2,4,6
/proc/12881/task/12883/stat : 12883 (java) S 12878 12881 10029 0 -1 1077944384 12920 0 0 0 24660 7 0 0 20 0 17 0 106144679 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407567428784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12884] ppid=12878 vsize=10927392 memory=8836 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12884/stat : 12884 (java) S 12878 12881 10029 0 -1 1077944384 263 0 0 0 6 3 0 0 20 0 17 0 106144680 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407515806736 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12885] ppid=12878 vsize=10927392 memory=11044 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12885/stat : 12885 (java) S 12878 12881 10029 0 -1 1077944384 1394 0 0 0 7 3 0 0 20 0 17 0 106144680 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407168752784 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12886] ppid=12878 vsize=10927392 memory=4872558044660077418 CPUtime=0.1 cores=0,2,4,6
/proc/12881/task/12886/stat : 12886 (java) S 12878 12881 10029 0 -1 1077944384 1327 0 0 0 7 3 0 0 20 0 17 0 106144680 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407167699728 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12887] ppid=12878 vsize=10927392 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/12881/task/12887/stat : 12887 (java) S 12878 12881 10029 0 -1 1077944384 537 0 0 0 6 3 0 0 20 0 17 0 106144680 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407166647184 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12888] ppid=12878 vsize=10927392 memory=15316 CPUtime=0.01 cores=0,2,4,6
/proc/12881/task/12888/stat : 12888 (java) S 12878 12881 10029 0 -1 1077944384 1518 0 0 0 1 0 0 0 20 0 17 0 106144681 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407122745584 140407563197058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12889] ppid=12878 vsize=10927392 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12889/stat : 12889 (java) S 12878 12881 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 106144681 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407121691872 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12890] ppid=12878 vsize=10927392 memory=13740 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12890/stat : 12890 (java) S 12878 12881 10029 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 106144682 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407120638720 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12891] ppid=12878 vsize=10927392 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12891/stat : 12891 (java) S 12878 12881 10029 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 17 0 106144684 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407119587280 140407563204507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12892] ppid=12878 vsize=10927392 memory=1460 CPUtime=2.05 cores=0,2,4,6
/proc/12881/task/12892/stat : 12892 (java) S 12878 12881 10029 0 -1 1077944384 9629 0 0 0 203 2 0 0 20 0 17 0 106144684 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407118535408 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12893] ppid=12878 vsize=10927392 memory=2160 CPUtime=2.11 cores=0,2,4,6
/proc/12881/task/12893/stat : 12893 (java) S 12878 12881 10029 0 -1 1077944384 8756 0 0 0 209 2 0 0 20 0 17 0 106144684 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407117482864 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12894] ppid=12878 vsize=10927392 memory=6768 CPUtime=0.61 cores=0,2,4,6
/proc/12881/task/12894/stat : 12894 (java) S 12878 12881 10029 0 -1 1077944384 3649 0 0 0 60 1 0 0 20 0 17 0 106144684 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407116429808 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12895] ppid=12878 vsize=10927392 memory=824 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12895/stat : 12895 (java) S 12878 12881 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106144684 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407115377504 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12896] ppid=12878 vsize=10927392 memory=4100 CPUtime=0.12 cores=0,2,4,6
/proc/12881/task/12896/stat : 12896 (java) S 12878 12881 10029 0 -1 1077944384 1171 0 0 0 7 5 0 0 20 0 17 0 106144685 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407114324528 140407563197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12985] ppid=12878 vsize=10927392 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12985/stat : 12985 (java) S 12878 12881 10029 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 17 0 106169359 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407042203632 140407563196117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
[pid=12881/tid=12986] ppid=12878 vsize=10927392 memory=2716 CPUtime=0 cores=0,2,4,6
/proc/12881/task/12986/stat : 12986 (java) R 12878 12881 10029 0 -1 4202560 361 0 0 0 0 0 0 0 20 0 17 0 106169359 11189649408 137982 33554432000 4194304 4196468 140721033864288 140407041152016 140407199507488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10743808 140721033872502 140721033872654 140721033872654 140721033875407 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 551916 KiB

Child status: 143
Real time (s): 247.03
CPU time (s): 252.083
CPU user time (s): 251.74
CPU system time (s): 0.343129
CPU usage (%): 102.045
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 551916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.74
system time used= 0.343129
maximum resident set size= 552212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7667
involuntary context switches= 392


# summary of solver processes directly reported to runsolver:
#   pid: 12881
#   total CPU time (s): 252.083
#   total CPU user time (s): 251.74
#   total CPU system time (s): 0.343129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45832 second user time and 2.37784 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:36:55
IDJOB=4301943
IDBENCH=141481
IDSOLVER=2773
FILE ID=node102/4301943-1532885815
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

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

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

MD5SUM BENCH= dbf6b3e5a2b5c107908327293d925ea5
RANDOM SEED=431695392

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:        26055060 kB
MemAvailable:   31229196 kB
Buffers:          230968 kB
Cached:          5187552 kB
SwapCached:        53064 kB
Active:          1863152 kB
Inactive:        4321652 kB
Active(anon):     692352 kB
Inactive(anon):    99168 kB
Active(file):    1170800 kB
Inactive(file):  4222484 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:        672612 kB
Mapped:            49496 kB
Shmem:             22552 kB
Slab:             222052 kB
SReclaimable:     193372 kB
SUnreclaim:        28680 kB
KernelStack:        3488 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1840920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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= 52972 MiB
End job on node102 at 2018-07-29 19:41:02