Trace number 4290118

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT 172.461 169.748

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-09_c18.xml
MD5SUMb58d4382db4adda0890386c316fa0f74
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.028306
Satisfiable
(Un)Satisfiability was proved
Number of variables162
Number of constraints146
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":153}]
Minimum variable degree0
Maximum variable degree19
Distribution of variable degrees[{"degree":0,"count":9},{"degree":2,"count":72},{"degree":18,"count":9},{"degree":19,"count":72}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":1},{"arity":11,"count":144},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":144}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290118-1532268415/watcher-4290118-1532268415 -o /tmp/evaluation-result-4290118-1532268415/solver-4290118-1532268415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290118-1532268415.xml 

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

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

solver pid=2933, runsolver pid=2930

[startup+0.100084 s]*
/proc/loadavg: 2.01 2.03 2.41 4/216 2948
/proc/meminfo: memFree=13578632/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10659012 memory=28524 CPUtime=0.12 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 6747 0 0 0 11 1 0 0 20 0 15 0 44404695 10914828288 7131 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2664753 7131 2815 1 0 2627263 0
[pid=2933/tid=2935] ppid=2930 vsize=10659012 memory=-8393405073729615040 CPUtime=0.09 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 4544 0 0 0 8 1 0 0 20 0 15 0 44404695 10914828288 7131 33554432000 4194304 4196468 140722667852688 140158038849392 140158018725214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404697 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44404698 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44404698 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404700 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 44404700 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) R 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404700 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0.02 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) R 2930 2933 1669 0 -1 4202560 393 0 0 0 2 0 0 0 20 0 15 0 44404700 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157519861744 140158034666074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404701 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404701 10914828288 7131 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28524 KiB

[startup+0.210667 s]*
/proc/loadavg: 2.01 2.03 2.41 4/216 2948
/proc/meminfo: memFree=13567304/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10659012 memory=40640 CPUtime=0.32 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 8270 0 0 0 30 2 0 0 20 0 15 0 44404695 10914828288 10160 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2664753 10160 3004 1 0 2627263 0
[pid=2933/tid=2935] ppid=2930 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 5078 0 0 0 19 1 0 0 20 0 15 0 44404695 10914828288 10160 33554432000 4194304 4196468 140722667852688 140158038876368 140158018688357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10659012 memory=4049217380960052896 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404697 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44404698 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44404698 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404700 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 15 0 44404700 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 44404700 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0.07 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) R 2930 2933 1669 0 -1 4202560 830 0 0 0 7 0 0 0 20 0 15 0 44404700 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157519861744 140158034666074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404701 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10659012 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404701 10914828288 10160 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40640 KiB

[startup+0.311652 s]*
/proc/loadavg: 2.01 2.03 2.41 7/216 2948
/proc/meminfo: memFree=13559612/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10659088 memory=46440 CPUtime=0.51 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 9204 0 0 0 49 2 0 0 20 0 15 0 44404695 10914906112 11610 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2664772 11610 3064 1 0 2627263 0
[pid=2933/tid=2935] ppid=2930 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 5687 0 0 0 29 1 0 0 20 0 15 0 44404695 10914906112 11610 33554432000 4194304 4196468 140722667852688 140158038878816 140158034666653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10659088 memory=4123248594074871456 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404696 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404696 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10659088 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44404697 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44404698 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44404698 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404700 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) R 2930 2933 1669 0 -1 4202560 765 0 0 0 4 0 0 0 20 0 15 0 44404700 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157521953888 140158034658609 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 44404700 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10659088 memory=140256056845952 CPUtime=0.12 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 992 0 0 0 12 0 0 0 20 0 15 0 44404700 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44404701 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10659088 memory=140256056845952 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44404701 10914906112 11610 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46440 KiB

[startup+0.701692 s]
/proc/loadavg: 2.01 2.03 2.41 5/216 2948
/proc/meminfo: memFree=13525772/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10725652 memory=115944 CPUtime=1.68 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 13974 0 0 0 163 5 0 0 20 0 16 0 44404695 10983067648 28986 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2681413 28986 3115 1 0 2643904 0
[pid=2933/tid=2935] ppid=2930 vsize=10725652 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 6046 0 0 0 64 3 0 0 20 0 16 0 44404695 10983067648 28986 33554432000 4194304 4196468 140722667852688 140158038881304 140157671677408 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10725652 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10725652 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10725652 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10725652 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10725652 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44404697 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10725652 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10725652 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10725652 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404700 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10725652 memory=7523641866607553108 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) R 2930 2933 1669 0 -1 4202560 2760 0 0 0 34 0 0 0 20 0 16 0 44404700 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157521948616 140158018141511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10725652 memory=5787219428069434709 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) R 2930 2933 1669 0 -1 4202560 1528 0 0 0 34 0 0 0 20 0 16 0 44404700 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157520901584 140158027741563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10725652 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 2250 0 0 0 29 0 0 0 20 0 16 0 44404700 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404701 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10725652 memory=33 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44404701 10983067648 28986 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 115944 KiB

[startup+1.50074 s]
/proc/loadavg: 2.01 2.03 2.41 5/217 2949
/proc/meminfo: memFree=13482020/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10725652 memory=138400 CPUtime=3.71 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 29027 0 0 0 364 7 0 0 20 0 16 0 44404695 10983067648 34600 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2681413 34600 3123 1 0 2643904 0
[pid=2933/tid=2935] ppid=2930 vsize=10725652 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 6395 0 0 0 143 3 0 0 20 0 16 0 44404695 10983067648 34600 33554432000 4194304 4196468 140722667852688 140158038881088 140157675296303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 34600 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 34600 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 34600 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44404696 10983067648 34600 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44404697 10983067648 34600 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0

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

Current children cumulated CPU time: 170.9 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 238076 KiB

[startup+168.801 s]
/proc/loadavg: 2.10 2.06 2.36 3/217 2951
/proc/meminfo: memFree=12896692/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10725652 memory=238076 CPUtime=171.69 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 38756 0 0 0 17152 17 0 0 20 0 16 0 44404695 10983067648 59519 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2681413 59519 3165 1 0 2643904 0
[pid=2933/tid=2935] ppid=2930 vsize=10725652 memory=7599669750024160372 CPUtime=168.7 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 8397 0 0 0 16866 4 0 0 20 0 16 0 44404695 10983067648 59519 33554432000 4194304 4196468 140722667852688 140158038883664 140157675100928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10725652 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 233 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10725652 memory=3084 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 415 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10725652 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1126 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10725652 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 454 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10725652 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 747 0 0 0 0 0 0 0 20 0 16 0 44404697 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10725652 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10725652 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10725652 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10725652 memory=238076 CPUtime=1.33 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 14978 0 0 0 131 2 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10725652 memory=1424 CPUtime=1.05 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 6229 0 0 0 104 1 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10725652 memory=4612 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 3361 0 0 0 34 0 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10725652 memory=238076 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404701 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10725652 memory=1296 CPUtime=0.06 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1343 0 0 0 3 3 0 0 20 0 16 0 44404701 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2949] ppid=2930 vsize=10725652 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2949/stat : 2949 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44404755 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157516703280 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 171.69 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 238076 KiB

[startup+169.201 s]
/proc/loadavg: 2.10 2.06 2.36 3/217 2951
/proc/meminfo: memFree=12896692/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10725652 memory=238076 CPUtime=172.09 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 38756 0 0 0 17192 17 0 0 20 0 16 0 44404695 10983067648 59519 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2681413 59519 3165 1 0 2643904 0
[pid=2933/tid=2935] ppid=2930 vsize=10725652 memory=640 CPUtime=169.1 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) R 2930 2933 1669 0 -1 4202560 8397 0 0 0 16906 4 0 0 20 0 16 0 44404695 10983067648 59519 33554432000 4194304 4196468 140722667852688 140158038883664 140157675051182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10725652 memory=1792 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 233 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10725652 memory=1240 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 415 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10725652 memory=960 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1126 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10725652 memory=2340 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 454 0 0 0 2 1 0 0 20 0 16 0 44404696 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10725652 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 747 0 0 0 0 0 0 0 20 0 16 0 44404697 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10725652 memory=920 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10725652 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44404698 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10725652 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10725652 memory=238076 CPUtime=1.33 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 14978 0 0 0 131 2 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10725652 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 6229 0 0 0 104 1 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10725652 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 3361 0 0 0 34 0 0 0 20 0 16 0 44404700 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10725652 memory=238076 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404701 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10725652 memory=6944656592455360604 CPUtime=0.06 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1343 0 0 0 3 3 0 0 20 0 16 0 44404701 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2949] ppid=2930 vsize=10725652 memory=238076 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2949/stat : 2949 (java) S 2930 2933 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44404755 10983067648 59519 33554432000 4194304 4196468 140722667852688 140157516703280 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 172.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 238076 KiB

[startup+169.601 s]
/proc/loadavg: 2.10 2.06 2.36 3/217 2951
/proc/meminfo: memFree=12896692/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10858780 memory=238152 CPUtime=172.42 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 39675 0 0 0 17225 17 0 0 20 0 16 0 44404695 11119390720 59538 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2714695 59538 3167 1 0 2677186 0
[pid=2933/tid=2935] ppid=2930 vsize=10858780 memory=1424 CPUtime=169.42 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) S 2930 2933 1669 0 -1 1077944384 8699 0 0 0 16938 4 0 0 20 0 16 0 44404695 11119390720 59538 33554432000 4194304 4196468 140722667852688 140158038885408 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10858780 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 233 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 415 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1126 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 454 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10858780 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 747 0 0 0 0 0 0 0 20 0 16 0 44404697 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10858780 memory=15004 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 44404698 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10858780 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44404698 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10858780 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10858780 memory=15004 CPUtime=1.34 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 15159 0 0 0 132 2 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10858780 memory=1296 CPUtime=1.06 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 6363 0 0 0 105 1 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 3530 0 0 0 34 0 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10858780 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404701 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.06 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1343 0 0 0 3 3 0 0 20 0 16 0 44404701 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 172.42 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 238152 KiB

[startup+169.701 s]
/proc/loadavg: 2.10 2.06 2.36 3/217 2951
/proc/meminfo: memFree=12896692/32770624 swapFree=67108860/67108860
[pid=2933] ppid=2930 vsize=10858780 memory=238152 CPUtime=172.42 cores=0,2,4,6
/proc/2933/stat : 2933 (java) S 2930 2933 1669 0 -1 1077944320 39675 0 0 0 17225 17 0 0 20 0 16 0 44404695 11119390720 59538 33554432000 4194304 4196468 140722667852688 140722667835232 140158034644727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
/proc/2933/statm: 2714695 59538 3167 1 0 2677186 0
[pid=2933/tid=2935] ppid=2930 vsize=10858780 memory=238076 CPUtime=169.42 cores=0,2,4,6
/proc/2933/task/2935/stat : 2935 (java) S 2930 2933 1669 0 -1 1077944384 8699 0 0 0 16938 4 0 0 20 0 16 0 44404695 11119390720 59538 33554432000 4194304 4196468 140722667852688 140158038885408 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2936] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2936/stat : 2936 (java) S 2930 2933 1669 0 -1 1077944384 233 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157640903184 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2937] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2937/stat : 2937 (java) S 2930 2933 1669 0 -1 1077944384 415 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157639850640 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2938] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2938/stat : 2938 (java) S 2930 2933 1669 0 -1 1077944384 1126 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157638797584 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2939] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.03 cores=0,2,4,6
/proc/2933/task/2939/stat : 2939 (java) S 2930 2933 1669 0 -1 1077944384 454 0 0 0 2 1 0 0 20 0 16 0 44404696 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157637745040 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2940] ppid=2930 vsize=10858780 memory=5859273620209619044 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2940/stat : 2940 (java) S 2930 2933 1669 0 -1 1077944384 747 0 0 0 0 0 0 0 20 0 16 0 44404697 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157526178544 140158034655874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2941] ppid=2930 vsize=10858780 memory=6370158477097656664 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2941/stat : 2941 (java) S 2930 2933 1669 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 44404698 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157525124768 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2942] ppid=2930 vsize=10858780 memory=216980 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2942/stat : 2942 (java) S 2930 2933 1669 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44404698 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157524071664 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2943] ppid=2930 vsize=10858780 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2943/stat : 2943 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157523020240 140158034663323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2944] ppid=2930 vsize=10858780 memory=238076 CPUtime=1.34 cores=0,2,4,6
/proc/2933/task/2944/stat : 2944 (java) S 2930 2933 1669 0 -1 1077944384 15159 0 0 0 132 2 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157521967344 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2945] ppid=2930 vsize=10858780 memory=238076 CPUtime=1.06 cores=0,2,4,6
/proc/2933/task/2945/stat : 2945 (java) S 2930 2933 1669 0 -1 1077944384 6363 0 0 0 105 1 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157520914800 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2946] ppid=2930 vsize=10858780 memory=301741373374332954 CPUtime=0.34 cores=0,2,4,6
/proc/2933/task/2946/stat : 2946 (java) S 2930 2933 1669 0 -1 1077944384 3530 0 0 0 34 0 0 0 20 0 16 0 44404700 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157519861744 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2947] ppid=2930 vsize=10858780 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/2933/task/2947/stat : 2947 (java) S 2930 2933 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44404701 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157518809440 140158034654933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
[pid=2933/tid=2948] ppid=2930 vsize=10858780 memory=238076 CPUtime=0.06 cores=0,2,4,6
/proc/2933/task/2948/stat : 2948 (java) S 2930 2933 1669 0 -1 1077944384 1343 0 0 0 3 3 0 0 20 0 16 0 44404701 11119390720 59538 33554432000 4194304 4196468 140722667852688 140157517757488 140158034655874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14659584 140722667857009 140722667857161 140722667857161 140722667859919 0
Current children cumulated CPU time: 172.42 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 238152 KiB

Child status: 0
Real time (s): 169.748
CPU time (s): 172.461
CPU user time (s): 172.285
CPU system time (s): 0.176049
CPU usage (%): 101.598
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 238152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.285
system time used= 0.176049
maximum resident set size= 238816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40097
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5452
involuntary context switches= 249


# summary of solver processes directly reported to runsolver:
#   pid: 2933
#   total CPU time (s): 172.461
#   total CPU user time (s): 172.285
#   total CPU system time (s): 0.176049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.879451 second user time and 1.72924 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 16:06:55
IDJOB=4290118
IDBENCH=141609
IDSOLVER=2742
FILE ID=node151/4290118-1532268415
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290118-1532268415/watcher-4290118-1532268415 -o /tmp/evaluation-result-4290118-1532268415/solver-4290118-1532268415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290118-1532268415.xml

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

MD5SUM BENCH= b58d4382db4adda0890386c316fa0f74
RANDOM SEED=1417013298

node151.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.87
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.87
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.87
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.87
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:        13592344 kB
MemAvailable:   24915416 kB
Buffers:          245116 kB
Cached:         11226932 kB
SwapCached:            0 kB
Active:          8009368 kB
Inactive:       10526228 kB
Active(anon):    7066468 kB
Inactive(anon):    16936 kB
Active(file):     942900 kB
Inactive(file): 10509292 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2420 kB
Writeback:            16 kB
AnonPages:       7071824 kB
Mapped:            47556 kB
Shmem:             17032 kB
Slab:             326628 kB
SReclaimable:     299340 kB
SUnreclaim:        27288 kB
KernelStack:        3536 kB
PageTables:        19008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8227540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6692864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 16:09:45