Trace number 4243387

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05SAT 70.4013 67.6522

General information on the benchmark

NameCostasArray/CostasArray-m1-s1/
CostasArray-16.xml
MD5SUM77b4627333bb7848badb46745d4d3b00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.91223
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints132
Number of domains2
Minimum domain size16
Maximum domain size30
Distribution of domain sizes[{"size":16,"count":16},{"size":30,"count":117}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":117},{"degree":15,"count":2},{"degree":16,"count":14}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":118},{"arity":4,"count":2},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints118
Distribution of constraint types[{"type":"intension","count":118},{"type":"allDifferent","count":14}]
Optimization problemNO
Type of objective

Solver Data

1.59/0.61	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.59/0.61	c This is free software under the dual EPL/GNU LGPL licenses.
1.59/0.61	c See www.sat4j.org for details.
1.59/0.61	c That software uses the Rhino library from the Mozilla project.
1.59/0.61	c version CUSTOM.v20170705
1.59/0.61	c java.runtime.name	Java(TM) SE Runtime Environment
1.59/0.61	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.59/0.61	c java.vm.version	25.131-b11
1.59/0.61	c java.vm.vendor	Oracle Corporation
1.59/0.61	c sun.arch.data.model	64
1.59/0.61	c java.version		1.8.0_131
1.59/0.61	c os.name		Linux
1.59/0.61	c os.version		3.10.0-514.16.1.el7.x86_64
1.59/0.61	c os.arch		amd64
1.59/0.61	c Free memory 		499604488
1.59/0.61	c Max memory 		7247757312
1.59/0.61	c Total memory 		504889344
1.59/0.61	c Number of processors 	8
1.59/0.61	c c --- Begin Solver configuration ---
1.59/0.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.59/0.61	c Learn all clauses as in MiniSAT
1.59/0.61	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.59/0.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.59/0.61	c No reason simplification
1.59/0.61	c Glucose 2.1 dynamic restart strategy
1.59/0.61	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.59/0.61	c timeout=2147483s
1.59/0.61	c DB Simplification allowed=false
1.59/0.61	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.59/0.61	c --- End Solver configuration ---
1.59/0.61	c constraints type 
1.59/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 266
1.59/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18690
1.59/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143745
1.59/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 236
1.59/0.61	c 162937 constraints processed.
70.36/67.63	c starts		: 257
70.36/67.63	c conflicts		: 189225
70.36/67.63	c decisions		: 516809
70.36/67.63	c propagations		: 204282044
70.36/67.63	c inspects		: 845956574
70.36/67.63	c shortcuts		: 0
70.36/67.63	c learnt literals	: 4
70.36/67.63	c learnt binary clauses	: 5
70.36/67.63	c learnt ternary clauses	: 6462
70.36/67.63	c learnt constraints	: 189221
70.36/67.63	c ignored constraints	: 0
70.36/67.63	c root simplifications	: 0
70.36/67.63	c removed literals (reason simplification)	: 0
70.36/67.63	c reason swapping (by a shorter reason)	: 0
70.36/67.63	c Calls to reduceDB	: 15
70.36/67.63	c Number of update (reduction) of LBD	: 108695
70.36/67.63	c Imported unit clauses	: 0
70.36/67.63	c number of reductions to clauses (during analyze)	: 0
70.36/67.63	c number of learned constraints concerned by reduction	: 0
70.36/67.63	c number of learning phase by resolution	: 0
70.36/67.63	c number of learning phase by cutting planes	: 0
70.36/67.63	c number of rounding to 1 operations	: 0
70.36/67.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
70.36/67.63	c number of reductions of the coefficients by power 2 	: 0
70.36/67.63	c number of right shift for reduction by power 2 	: 0
70.36/67.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
70.36/67.63	c speed (assignments/second)	: 3048621.7168099335
70.36/67.63	c non guided choices	6544
70.36/67.64	c learnt constraints type 
70.36/67.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
70.36/67.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27258
70.36/67.64	s SATISFIABLE
70.36/67.64	v <instantiation type="solution">
70.36/67.64	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41] y[42] y[43] y[44] y[45] y[46] y[47] y[48] y[49] y[50] y[51] y[52] y[53] y[54] y[55] y[56] y[57] y[58] y[59] y[60] y[61] y[62] y[63] y[64] y[65] y[66] y[67] y[68] y[69] y[70] y[71] y[72] y[73] y[74] y[75] y[76] y[77] y[78] y[79] y[80] y[81] y[82] y[83] y[84] y[85] y[86] y[87] y[88] y[89] y[90] y[91] y[92] y[93] y[94] y[95] y[96] y[97] y[98] y[99] y[100] y[101] y[102] y[103] y[104] y[105] y[106] y[107] y[108] y[109] y[110] y[111] y[112] y[113] y[114] y[115] y[116] </list>
70.36/67.64	v 	<values> 3 12 8 7 4 10 1 11 15 9 14 16 2 5 6 13 -9 4 1 3 -6 9 -10 -4 6 -5 -2 14 -3 -1 -7 -5 5 4 -3 3 -1 -14 2 1 -7 12 11 -4 -8 -4 8 -2 6 -7 -5 -8 -3 -1 7 9 10 -11 -1 2 7 -4 -11 1 -13 -5 13 4 8 3 -7 11 -3 -8 -5 -4 -15 9 10 3 1 2 1 -7 -2 -10 -6 -1 6 9 -4 -8 -3 -1 -7 -12 8 -4 5 2 -12 3 -6 -9 2 5 -5 -2 -6 -2 -8 5 -1 4 -12 -11 -4 6 2 -2 -3 -13 10 3 1 -9 1 7 2 -6 -2 6 -5 </values>
70.36/67.64	v </instantiation>
70.36/67.64	

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243387-1500670832/watcher-4243387-1500670832 -o /tmp/evaluation-result-4243387-1500670832/solver-4243387-1500670832 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500669780-12184 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243387-1500670832.xml 

pid=12863
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 13.57 12.60 9.03 5/263 12866
/proc/meminfo: memFree=31244916/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 2053 0 0 0 0 0 0 0 20 0 2 0 2349622 8550137856 2310 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2087436 2310 1197 1 0 2076347 0
[pid=12866/tid=12867] ppid=12863 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 856 0 0 0 0 0 0 0 20 0 2 0 2349622 8550137856 2376 33554432000 4194304 4196468 140730861178160 139749342620064 139749330667424 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0

[startup+0.100097 s]
/proc/loadavg: 13.57 12.60 9.03 5/263 12866
/proc/meminfo: memFree=31244916/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 4556 0 0 0 9 1 0 0 20 0 20 0 2349622 11162169344 6180 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2725139 6180 2635 1 0 2713552 0
[pid=12866/tid=12867] ppid=12863 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 2651 0 0 0 7 0 0 0 20 0 20 0 2349622 11162169344 6180 33554432000 4194304 4196468 140730861178160 139749342620256 139749338389910 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200754 s]
/proc/loadavg: 13.57 12.60 9.03 5/263 12866
/proc/meminfo: memFree=31244916/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 6712 0 0 0 24 2 0 0 20 0 20 0 2349622 11162169344 8639 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2725139 8639 2907 1 0 2713552 0
[pid=12866/tid=12867] ppid=12863 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 4375 0 0 0 16 1 0 0 20 0 20 0 2349622 11162169344 8639 33554432000 4194304 4196468 140730861178160 139749342589792 139749338399901 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300295 s]
/proc/loadavg: 13.57 12.60 9.03 5/263 12866
/proc/meminfo: memFree=31244916/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 7697 0 0 0 42 2 0 0 20 0 20 0 2349622 11162169344 10615 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2725139 10615 2948 1 0 2713552 0
[pid=12866/tid=12867] ppid=12863 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 4825 0 0 0 26 1 0 0 20 0 20 0 2349622 11162169344 10615 33554432000 4194304 4196468 140730861178160 139749342610720 139749322421605 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700301 s]
/proc/loadavg: 13.57 12.60 9.03 5/263 12866
/proc/meminfo: memFree=31244916/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=10967196 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 12973 0 0 0 201 4 0 0 20 0 21 0 2349622 11230408704 25073 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2741799 25073 3083 1 0 2730193 0
[pid=12866/tid=12867] ppid=12863 vsize=10967196 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 5260 0 0 0 65 2 0 0 20 0 21 0 2349622 11230408704 25073 33554432000 4194304 4196468 140730861178160 139749342616120 139748925881720 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 10967196

[startup+1.50081 s]
/proc/loadavg: 13.57 12.60 9.03 5/284 12887
/proc/meminfo: memFree=30968184/32770624 swapFree=5680/205132
[pid=12866] ppid=12863 vsize=10967196 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 16171 0 0 0 346 5 0 0 20 0 21 0 2349622 11230408704 28037 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2741799 28037 3091 1 0 2730193 0
[pid=12866/tid=12867] ppid=12863 vsize=10967196 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 5478 0 0 0 145 2 0 0 20 0 21 0 2349622 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749342614664 139748927874345 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 28037 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349627 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=10967196 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 2682 0 0 0 56 0 0 0 20 0 21 0 2349630 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=10967196 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 2894 0 0 0 53 0 0 0 20 0 21 0 2349630 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=10967196 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) S 12863 12866 9818 0 -1 1077944384 2072 0 0 0 56 0 0 0 20 0 21 0 2349630 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748672661872 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 1633 0 0 0 34 0 0 0 20 0 21 0 2349630 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12887] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12887/stat : 12887 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349684 11230408704 28037 33554432000 4194304 4196468 140730861178160 139748668450352 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10967196

[startup+3.10072 s]
/proc/loadavg: 13.57 12.60 9.03 10/284 12887
/proc/meminfo: memFree=29966368/32770624 swapFree=5680/205160
[pid=12866] ppid=12863 vsize=10967196 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 20109 0 0 0 540 5 0 0 20 0 21 0 2349622 11230408704 30096 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2741799 30096 3097 1 0 2730193 0
[pid=12866/tid=12867] ppid=12863 vsize=10967196 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 5654 0 0 0 304 3 0 0 20 0 21 0 2349622 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749342614472 139748928214139 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 30096 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349627 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=10967196 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 4142 0 0 0 67 0 0 0 20 0 21 0 2349630 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=10967196 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 4123 0 0 0 62 0 0 0 20 0 21 0 2349630 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=10967196 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) R 12863 12866 9818 0 -1 4202560 3013 0 0 0 67 0 0 0 20 0 21 0 2349630 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748672647896 139749321762840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=10967196 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 1714 0 0 0 36 0 0 0 20 0 21 0 2349630 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12887] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12887/stat : 12887 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349684 11230408704 30096 33554432000 4194304 4196468 140730861178160 139748668450352 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 10967196

[startup+6.30083 s]
/proc/loadavg: 12.56 12.41 8.98 10/284 12887
/proc/meminfo: memFree=29896648/32770624 swapFree=5680/205172
[pid=12866] ppid=12863 vsize=10967196 CPUtime=8.87 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 23720 0 0 0 881 6 0 0 20 0 21 0 2349622 11230408704 31248 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2741799 31248 3102 1 0 2730193 0
[pid=12866/tid=12867] ppid=12863 vsize=10967196 CPUtime=6.27 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 5970 0 0 0 624 3 0 0 20 0 21 0 2349622 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749342616376 139748927845900 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349623 11230408704 31248 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 31248 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=12866/tid=12877] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2349627 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=10967196 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 4900 0 0 0 72 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=10967196 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 6469 0 0 0 69 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=10967196 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) S 12863 12866 9818 0 -1 1077944384 4393 0 0 0 83 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748672661872 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 2554 0 0 0 37 1 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 625 0 0 0 1 1 0 0 20 0 21 0 2349631 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12887] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12887/stat : 12887 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349684 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748668450352 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 69.42
Current children cumulated vsize (KiB) 10967196

[startup+67.3086 s]
/proc/loadavg: 8.01 11.08 8.74 10/284 12910
/proc/meminfo: memFree=23952260/32770624 swapFree=5680/205256
[pid=12866] ppid=12863 vsize=10967196 CPUtime=70.23 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 28975 0 0 0 6997 26 0 0 20 0 21 0 2349622 11230408704 55949 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2741799 55949 3137 1 0 2730193 0
[pid=12866/tid=12867] ppid=12863 vsize=10967196 CPUtime=67.21 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) R 12863 12866 9818 0 -1 4202560 7089 0 0 0 6716 5 0 0 20 0 21 0 2349622 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749342616840 139748927874630 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 269 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 353 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 72 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 91 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 21 0 2349623 11230408704 55949 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2349626 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2349627 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=10967196 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 4900 0 0 0 72 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=10967196 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 6469 0 0 0 69 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=10967196 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) S 12863 12866 9818 0 -1 1077944384 4393 0 0 0 83 0 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748672661872 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 2563 0 0 0 37 1 0 0 20 0 21 0 2349630 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 625 0 0 0 1 1 0 0 20 0 21 0 2349631 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12887] ppid=12863 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12887/stat : 12887 (java) S 12863 12866 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2349684 11230408704 55949 33554432000 4194304 4196468 140730861178160 139748668450352 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 10967196

[startup+67.5008 s]
/proc/loadavg: 8.01 11.08 8.74 10/284 12910
/proc/meminfo: memFree=23952260/32770624 swapFree=5680/205256
[pid=12866] ppid=12863 vsize=11100324 CPUtime=70.36 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 29264 0 0 0 7010 26 0 0 20 0 21 0 2349622 11366731776 55964 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2775081 55964 3139 1 0 2763475 0
[pid=12866/tid=12867] ppid=12863 vsize=11100324 CPUtime=67.33 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) S 12863 12866 9818 0 -1 1077944384 7239 0 0 0 6728 5 0 0 20 0 21 0 2349622 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749342618656 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 269 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 353 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 72 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 91 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 21 0 2349626 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2349626 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2349627 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=11100324 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 4915 0 0 0 73 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=11100324 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 6475 0 0 0 69 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=11100324 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) S 12863 12866 9818 0 -1 1077944384 4400 0 0 0 83 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748672661872 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=11100324 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 2591 0 0 0 37 1 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 625 0 0 0 1 1 0 0 20 0 21 0 2349631 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 70.36
Current children cumulated vsize (KiB) 11100324

[startup+67.6012 s]
/proc/loadavg: 8.01 11.08 8.74 10/284 12910
/proc/meminfo: memFree=23952260/32770624 swapFree=5680/205256
[pid=12866] ppid=12863 vsize=11100324 CPUtime=70.36 cores=1,3,5,7,9,11,13,15
/proc/12866/stat : 12866 (java) S 12863 12866 9818 0 -1 1077944320 29264 0 0 0 7010 26 0 0 20 0 21 0 2349622 11366731776 55964 33554432000 4194304 4196468 140730861178160 140730861160704 139749338377975 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
/proc/12866/statm: 2775081 55964 3139 1 0 2763475 0
[pid=12866/tid=12867] ppid=12863 vsize=11100324 CPUtime=67.33 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12867/stat : 12867 (java) S 12863 12866 9818 0 -1 1077944384 7239 0 0 0 6728 5 0 0 20 0 21 0 2349622 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749342618656 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12869] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12869/stat : 12869 (java) S 12863 12866 9818 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749264452496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12870] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12870/stat : 12870 (java) S 12863 12866 9818 0 -1 1077944384 269 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749263399696 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12871] ppid=12863 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12871/stat : 12871 (java) S 12863 12866 9818 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749262347408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12872] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12872/stat : 12872 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749261294608 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12873] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12873/stat : 12873 (java) S 12863 12866 9818 0 -1 1077944384 353 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749260241296 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12874] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12874/stat : 12874 (java) S 12863 12866 9818 0 -1 1077944384 72 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749259188496 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12875] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12875/stat : 12875 (java) S 12863 12866 9818 0 -1 1077944384 91 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749258136208 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12876] ppid=12863 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12876/stat : 12876 (java) S 12863 12866 9818 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 21 0 2349623 11366731776 55964 33554432000 4194304 4196468 140730861178160 139749257083408 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12877] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12877/stat : 12877 (java) S 12863 12866 9818 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 21 0 2349626 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748678978160 139749338389122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12878] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12878/stat : 12878 (java) S 12863 12866 9818 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2349626 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748677924128 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12879] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12879/stat : 12879 (java) S 12863 12866 9818 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2349627 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748676871792 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12880] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12880/stat : 12880 (java) S 12863 12866 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748675820112 139749338396571 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12881] ppid=12863 vsize=11100324 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12881/stat : 12881 (java) S 12863 12866 9818 0 -1 1077944384 4915 0 0 0 73 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748674766960 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12882] ppid=12863 vsize=11100324 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12882/stat : 12882 (java) S 12863 12866 9818 0 -1 1077944384 6475 0 0 0 69 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748673714160 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12883] ppid=12863 vsize=11100324 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12883/stat : 12883 (java) S 12863 12866 9818 0 -1 1077944384 4400 0 0 0 83 0 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748672661872 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12884] ppid=12863 vsize=11100324 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12884/stat : 12884 (java) S 12863 12866 9818 0 -1 1077944384 2591 0 0 0 37 1 0 0 20 0 21 0 2349630 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748671609072 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12885] ppid=12863 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12885/stat : 12885 (java) S 12863 12866 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2349631 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748670557024 139749338388181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
[pid=12866/tid=12886] ppid=12863 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/12866/task/12886/stat : 12886 (java) S 12863 12866 9818 0 -1 1077944384 625 0 0 0 1 1 0 0 20 0 21 0 2349631 11366731776 55964 33554432000 4194304 4196468 140730861178160 139748669504304 139749338389122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10330112 140730861180075 140730861180228 140730861180228 140730861182927 0
Current children cumulated CPU time (s) 70.36
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 67.6522
CPU time (s): 70.4013
CPU user time (s): 70.1292
CPU system time (s): 0.272136
CPU usage (%): 104.064
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.1292
system time used= 0.272136
maximum resident set size= 224096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3612
involuntary context switches= 3662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.470975 second user time and 0.495465 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-21 23:00:33
IDJOB=4243387
IDBENCH=120412
IDSOLVER=2623
FILE ID=node140/4243387-1500670832
RUNJOBID= node140-1500669780-12184
PBS_JOBID= 20623280
Free space on /tmp= 61836 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CostasArray/CostasArray-m1-s1/CostasArray-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243387-1500670832/watcher-4243387-1500670832 -o /tmp/evaluation-result-4243387-1500670832/solver-4243387-1500670832 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500669780-12184 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243387-1500670832.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 77b4627333bb7848badb46745d4d3b00
RANDOM SEED=481092688

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

/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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31245328 kB
MemAvailable:   31273696 kB
Buffers:           45512 kB
Cached:           292908 kB
SwapCached:            0 kB
Active:           938272 kB
Inactive:         213948 kB
Active(anon):     816848 kB
Inactive(anon):     8816 kB
Active(file):     121424 kB
Inactive(file):   205132 kB
Unevictable:        5680 kB
Mlocked:            5680 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23660 kB
Writeback:             0 kB
AnonPages:        823656 kB
Mapped:            42008 kB
Shmem:              8852 kB
Slab:              68532 kB
SReclaimable:      35292 kB
SUnreclaim:        33240 kB
KernelStack:        4880 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2184796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61836 MiB
End job on node140 at 2017-07-21 23:01:40