Trace number 4301559

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)139 252.3 242.25

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-4_c18.xml
MD5SUMce812152122c21d5982c9c6047fc1378
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark252.06
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of constraints593
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":93}]
Minimum variable degree7
Maximum variable degree33
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":8},{"degree":11,"count":9},{"degree":12,"count":9},{"degree":13,"count":7},{"degree":14,"count":10},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":33,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":593}]
Number of extensional constraints0
Number of intensional constraints593
Distribution of constraint types[{"type":"intension","count":593}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

7.55/3.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.55/3.02	c This is free software under the dual EPL/GNU LGPL licenses.
7.55/3.02	c See www.sat4j.org for details.
7.55/3.02	c That software uses the Rhino library from the Mozilla project.
7.55/3.02	c version 2.3.6-SNAPSHOT
7.55/3.02	c java.runtime.name	Java(TM) SE Runtime Environment
7.55/3.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.55/3.02	c java.vm.version	25.131-b11
7.55/3.02	c java.vm.vendor	Oracle Corporation
7.55/3.02	c sun.arch.data.model	64
7.55/3.02	c java.version		1.8.0_131
7.55/3.02	c os.name		Linux
7.55/3.02	c os.version		3.10.0-514.16.1.el7.x86_64
7.55/3.02	c os.arch		amd64
7.55/3.02	c Free memory 		499604488
7.55/3.02	c Max memory 		7247757312
7.55/3.02	c Total memory 		504889344
7.55/3.02	c Number of processors 	4
7.55/3.02	c c --- Begin Solver configuration ---
7.55/3.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.55/3.02	c Learn all clauses as in MiniSAT
7.55/3.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.55/3.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.55/3.02	c No reason simplification
7.55/3.02	c Glucose 2.1 dynamic restart strategy
7.55/3.02	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
7.55/3.02	c timeout=2147483s
7.55/3.02	c DB Simplification allowed=false
7.55/3.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.55/3.02	c --- End Solver configuration ---
7.55/3.02	c constraints type 
7.55/3.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
7.55/3.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5128857
7.55/3.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 1186
7.55/3.02	c 5130229 constraints processed.
8.41/3.33	o 144
8.69/3.47	o 143
9.20/3.60	o 139
252.21/242.21	c starts		: 46
252.21/242.21	c conflicts		: 616311
252.21/242.21	c decisions		: 1357132
252.21/242.21	c propagations		: 94454380
252.21/242.21	c inspects		: 1951467156
252.21/242.21	c shortcuts		: 0
252.21/242.21	c learnt literals	: 0
252.21/242.21	c learnt binary clauses	: 0
252.21/242.21	c learnt ternary clauses	: 0
252.21/242.21	c learnt constraints	: 616311
252.21/242.21	c ignored constraints	: 0
252.21/242.21	c root simplifications	: 0
252.21/242.21	c removed literals (reason simplification)	: 0
252.21/242.21	c reason swapping (by a shorter reason)	: 0
252.21/242.21	c Calls to reduceDB	: 30
252.21/242.21	c Number of update (reduction) of LBD	: 231443
252.21/242.21	c Imported unit clauses	: 0
252.21/242.21	c number of reductions to clauses (during analyze)	: 0
252.21/242.21	c number of learned constraints concerned by reduction	: 0
252.21/242.21	c number of learning phase by resolution	: 0
252.21/242.21	c number of learning phase by cutting planes	: 0
252.21/242.21	c number of rounding to 1 operations	: 0
252.21/242.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.21/242.21	c number of reductions of the coefficients by power 2 	: 0
252.21/242.21	c number of right shift for reduction by power 2 	: 0
252.21/242.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.21/242.21	c number of ending skipping 	: 0
252.21/242.21	c number of internal skipping 	: 0
252.21/242.21	c number of derivation steps 	: 0
252.21/242.21	c number of skipped derivation steps 	: 0
252.21/242.21	c number of remaining unassigned 	: 0
252.21/242.21	c number of remaining assigned 	: 0
252.21/242.21	c speed (assignments/second)	: 394907.5386422834
252.21/242.21	c non guided choices	: 0
252.21/242.23	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 63971
252.21/242.23	s SATISFIABLE
252.21/242.23	v <instantiation type="solution">
252.21/242.23	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] </list>
252.21/242.23	v 	<values> 4 2 3 3 2 2 3 2 4 0 0 0 3 0 0 3 0 0 1 1 1 1 1 1 2 1 1 0 2 4 1 1 1 3 1 1 1 1 1 0 0 0 3 0 0 0 0 0 1 1 1 1 1 1 3 1 1 0 1 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 0 </values>
252.21/242.23	v </instantiation>
252.21/242.23	

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301559-1532882178/watcher-4301559-1532882178 -o /tmp/evaluation-result-4301559-1532882178/solver-4301559-1532882178 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301559-1532882178.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15849, runsolver pid=15846

[startup+0.100276 s]*
/proc/loadavg: 2.87 3.06 2.69 2/216 15864
/proc/meminfo: memFree=27229584/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10659012 memory=30068 CPUtime=0.12 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 6614 0 0 0 11 1 0 0 20 0 15 0 105781014 10914828288 7517 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2664753 7517 2844 1 0 2627263 0
[pid=15849/tid=15851] ppid=15846 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 105781015 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039486392176 140039482199446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039040869536 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039039816432 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0.02 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) R 15846 15849 13514 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039035607536 140039482208858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 7517 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30068 KiB

[startup+0.21057 s]*
/proc/loadavg: 2.87 3.06 2.69 3/216 15864
/proc/meminfo: memFree=27218584/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10659012 memory=41768 CPUtime=0.33 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 8086 0 0 0 31 2 0 0 20 0 15 0 105781014 10914828288 10442 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2664753 10442 3003 1 0 2627263 0
[pid=15849/tid=15851] ppid=15846 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 5008 0 0 0 19 1 0 0 20 0 15 0 105781015 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039486424128 140039482208858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10659012 memory=139686549286922 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781015 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039040869536 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105781017 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039039816432 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0.07 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) R 15846 15849 13514 0 -1 4202560 728 0 0 0 7 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039035607536 140039466267998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10659012 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781020 10914828288 10507 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41768 KiB

[startup+0.314835 s]*
/proc/loadavg: 2.87 3.06 2.69 5/216 15864
/proc/meminfo: memFree=27212008/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10659088 memory=47396 CPUtime=0.53 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 8913 0 0 0 51 2 0 0 20 0 15 0 105781014 10914906112 11849 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2664772 11849 3053 1 0 2627263 0
[pid=15849/tid=15851] ppid=15846 vsize=10659088 memory=7022364594140610616 CPUtime=0.31 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 5613 0 0 0 29 2 0 0 20 0 15 0 105781015 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039486423664 140039103327062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10659088 memory=139686549281237 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10659088 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039040869536 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039039816432 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 564 0 0 0 4 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 555 0 0 0 4 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10659088 memory=139686548661888 CPUtime=0.13 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) R 15846 15849 13514 0 -1 4202560 815 0 0 0 13 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039035607536 140039461205108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10659088 memory=139686548661888 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 11849 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47396 KiB

[startup+0.700771 s]
/proc/loadavg: 2.87 3.06 2.69 5/216 15864
/proc/meminfo: memFree=27183428/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10659088 memory=148272 CPUtime=1.64 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 12224 0 0 0 159 5 0 0 20 0 15 0 105781014 10914906112 37068 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2664772 37068 3103 1 0 2627263 0
[pid=15849/tid=15851] ppid=15846 vsize=10659088 memory=16828 CPUtime=0.68 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 5970 0 0 0 65 3 0 0 20 0 15 0 105781015 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039486424032 140039106176429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105781015 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039040869536 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039039816432 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10659088 memory=6081108994580573287 CPUtime=0.31 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) R 15846 15849 13514 0 -1 4202560 1670 0 0 0 31 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039037701728 140039463710492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10659088 memory=6220993253238723945 CPUtime=0.31 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) R 15846 15849 13514 0 -1 4202560 1385 0 0 0 31 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039036647792 140039463731599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) R 15846 15849 13514 0 -1 1077944384 1829 0 0 0 30 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039035607536 140039482198658 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105781020 10914906112 37068 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 148272 KiB

[startup+1.50093 s]
/proc/loadavg: 2.87 3.06 2.69 6/216 15864
/proc/meminfo: memFree=27006772/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10659088 memory=521336 CPUtime=3.63 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 13380 0 0 0 324 39 0 0 20 0 15 0 105781014 10914906112 130334 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2664772 130334 3137 1 0 2627263 0
[pid=15849/tid=15851] ppid=15846 vsize=10659088 memory=352996 CPUtime=1.18 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) S 15846 15849 13514 0 -1 1077944384 6075 0 0 0 113 5 0 0 20 0 15 0 105781015 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039486423920 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10659088 memory=33 CPUtime=0.28 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) R 15846 15849 13514 0 -1 4202560 202 0 0 0 21 7 0 0 20 0 15 0 105781015 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039424191704 140039467214930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) R 15846 15849 13514 0 -1 4202560 189 0 0 0 19 8 0 0 20 0 15 0 105781015 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039423138960 140039467214930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10659088 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) R 15846 15849 13514 0 -1 4202560 195 0 0 0 21 7 0 0 20 0 15 0 105781015 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039087250080 140039467214358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10659088 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) R 15846 15849 13514 0 -1 4202560 199 0 0 0 21 7 0 0 20 0 15 0 105781015 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039086197648 140039467215385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105781017 10914906112 130334 33554432000 4194304 4196468 140736108415664 140039041921824 140039482197717 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0

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

/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 997 0 0 0 194 18 0 0 20 0 16 0 105781015 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10727700 memory=1016916 CPUtime=2.13 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 1157 0 0 0 195 18 0 0 20 0 16 0 105781015 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10727700 memory=1021012 CPUtime=0.8 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 4229 0 0 0 80 0 0 0 20 0 16 0 105781017 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039040869600 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039039816448 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10727700 memory=1010772 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10727700 memory=1012820 CPUtime=1.23 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 4995 0 0 0 123 0 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10727700 memory=928 CPUtime=1.38 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 3772 0 0 0 138 0 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10727700 memory=1018964 CPUtime=0.47 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) S 15846 15849 13514 0 -1 1077944384 2856 0 0 0 46 1 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039035607536 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10727700 memory=1018964 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10727700 memory=2236 CPUtime=0.06 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 513 0 0 0 4 2 0 0 20 0 16 0 105781020 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15865] ppid=15846 vsize=10727700 memory=1014868 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15865/stat : 15865 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105781318 10985164800 255765 33554432000 4194304 4196468 140736108415664 140039030350896 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 171.83 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1023060 KiB

[startup+222.301 s]
/proc/loadavg: 3.83 3.26 2.83 6/216 16023
/proc/meminfo: memFree=19013544/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10727700 memory=1358204 CPUtime=232.3 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 37531 0 0 0 23112 118 0 0 20 0 16 0 105781014 10985164800 339551 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2681925 339551 3176 1 0 2644416 0
[pid=15849/tid=15851] ppid=15846 vsize=10727700 memory=4140 CPUtime=219.14 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 12810 0 0 0 21905 9 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039486426480 140039107974346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10727700 memory=1358204 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1779 0 0 0 203 24 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10727700 memory=1104980 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 2115 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10727700 memory=1358204 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1220 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10727700 memory=1358204 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 1370 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10727700 memory=1358204 CPUtime=0.8 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 4638 0 0 0 80 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10727700 memory=1358204 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039040869600 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10727700 memory=1358204 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039039816448 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10727700 memory=1358204 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10727700 memory=1358204 CPUtime=1.23 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 5003 0 0 0 123 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10727700 memory=1358204 CPUtime=1.38 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 3775 0 0 0 138 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10727700 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) S 15846 15849 13514 0 -1 1077944384 2859 0 0 0 46 1 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039035607536 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10727700 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10727700 memory=279372860124080 CPUtime=0.09 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 552 0 0 0 5 4 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15865] ppid=15846 vsize=10727700 memory=56 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15865/stat : 15865 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105781318 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039030350896 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 232.3 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1358204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.001 s]*
/proc/loadavg: 3.74 3.28 2.85 3/217 16106
/proc/meminfo: memFree=24144672/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10727700 memory=1358204 CPUtime=252.01 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 37624 0 0 0 25083 118 0 0 20 0 16 0 105781014 10985164800 339551 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2681925 339551 3176 1 0 2644416 0
[pid=15849/tid=15851] ppid=15846 vsize=10727700 memory=6791534058613427641 CPUtime=238.85 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 12903 0 0 0 23876 9 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039486426480 140039108125427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10727700 memory=4126316290023845779 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1779 0 0 0 203 24 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10727700 memory=1992 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 2115 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10727700 memory=7528 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1220 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10727700 memory=804 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 1370 0 0 0 202 25 0 0 20 0 16 0 105781015 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10727700 memory=1696 CPUtime=0.8 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 4638 0 0 0 80 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10727700 memory=916 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039040869600 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10727700 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105781017 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039039816448 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10727700 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10727700 memory=2592 CPUtime=1.23 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 5003 0 0 0 123 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10727700 memory=4104 CPUtime=1.38 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 3775 0 0 0 138 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10727700 memory=1408 CPUtime=0.47 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) S 15846 15849 13514 0 -1 1077944384 2859 0 0 0 46 1 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039035607536 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10727700 memory=3076 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10727700 memory=1358204 CPUtime=0.1 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 552 0 0 0 6 4 0 0 20 0 16 0 105781020 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15865] ppid=15846 vsize=10727700 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15865/stat : 15865 (java) S 15846 15849 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105781318 10985164800 339551 33554432000 4194304 4196468 140736108415664 140039030350896 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1358204 KiB

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

[startup+242.25 s]
# the end of solver process 15849 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.1 s, system=1.20028 s

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

[startup+242.201 s]
/proc/loadavg: 3.74 3.28 2.85 3/217 16106
/proc/meminfo: memFree=24144672/32770624 swapFree=67108860/67108860
[pid=15849] ppid=15846 vsize=10927392 memory=1358452 CPUtime=252.21 cores=0,2,4,6
/proc/15849/stat : 15849 (java) S 15846 15849 13514 0 -1 1077944320 39167 0 0 0 25103 118 0 0 20 0 17 0 105781014 11189649408 339613 33554432000 4194304 4196468 140736108415664 140736108398208 140039482187511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
/proc/15849/statm: 2731848 339613 3178 1 0 2694339 0
[pid=15849/tid=15851] ppid=15846 vsize=10927392 memory=288230613214036277 CPUtime=239.04 cores=0,2,4,6
/proc/15849/task/15851/stat : 15851 (java) R 15846 15849 13514 0 -1 4202560 13062 0 0 0 23895 9 0 0 20 0 17 0 105781015 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039486426480 140039108736816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15852] ppid=15846 vsize=10927392 memory=15535236834396114 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15852/stat : 15852 (java) S 15846 15849 13514 0 -1 1077944384 1779 0 0 0 203 24 0 0 20 0 17 0 105781015 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039424191504 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15853] ppid=15846 vsize=10927392 memory=7528 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15853/stat : 15853 (java) S 15846 15849 13514 0 -1 1077944384 2115 0 0 0 202 25 0 0 20 0 17 0 105781015 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039423138960 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15854] ppid=15846 vsize=10927392 memory=804 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15854/stat : 15854 (java) S 15846 15849 13514 0 -1 1077944384 1220 0 0 0 202 25 0 0 20 0 17 0 105781015 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039087250192 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15855] ppid=15846 vsize=10927392 memory=1696 CPUtime=2.27 cores=0,2,4,6
/proc/15849/task/15855/stat : 15855 (java) S 15846 15849 13514 0 -1 1077944384 1370 0 0 0 202 25 0 0 20 0 17 0 105781015 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039086197648 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15856] ppid=15846 vsize=10927392 memory=916 CPUtime=0.8 cores=0,2,4,6
/proc/15849/task/15856/stat : 15856 (java) S 15846 15849 13514 0 -1 1077944384 4638 0 0 0 80 0 0 0 20 0 17 0 105781017 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039041923312 140039482198658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15857] ppid=15846 vsize=10927392 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15857/stat : 15857 (java) S 15846 15849 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 105781017 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039040869600 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15858] ppid=15846 vsize=10927392 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15858/stat : 15858 (java) S 15846 15849 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 105781017 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039039816448 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15859] ppid=15846 vsize=10927392 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15859/stat : 15859 (java) S 15846 15849 13514 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039038765008 140039482206107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15860] ppid=15846 vsize=10927392 memory=4104 CPUtime=1.23 cores=0,2,4,6
/proc/15849/task/15860/stat : 15860 (java) S 15846 15849 13514 0 -1 1077944384 5146 0 0 0 123 0 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039037713136 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15861] ppid=15846 vsize=10927392 memory=1408 CPUtime=1.38 cores=0,2,4,6
/proc/15849/task/15861/stat : 15861 (java) S 15846 15849 13514 0 -1 1077944384 3943 0 0 0 138 0 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039036660592 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15862] ppid=15846 vsize=10927392 memory=3076 CPUtime=0.47 cores=0,2,4,6
/proc/15849/task/15862/stat : 15862 (java) S 15846 15849 13514 0 -1 1077944384 3429 0 0 0 46 1 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039035607536 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15863] ppid=15846 vsize=10927392 memory=1358204 CPUtime=0 cores=0,2,4,6
/proc/15849/task/15863/stat : 15863 (java) S 15846 15849 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039034555232 140039482197717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
[pid=15849/tid=15864] ppid=15846 vsize=10927392 memory=2564 CPUtime=0.1 cores=0,2,4,6
/proc/15849/task/15864/stat : 15864 (java) S 15846 15849 13514 0 -1 1077944384 552 0 0 0 6 4 0 0 20 0 17 0 105781020 11189649408 339613 33554432000 4194304 4196468 140736108415664 140039033502256 140039482198658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10002432 140736108422262 140736108422414 140736108422414 140736108425167 0
Current children cumulated CPU time: 252.21 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1358452 KiB

Child status: 143
Real time (s): 242.25
CPU time (s): 252.3
CPU user time (s): 251.1
CPU system time (s): 1.20028
CPU usage (%): 104.148
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1358452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.1
system time used= 1.20029
maximum resident set size= 1359188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7793
involuntary context switches= 467


# summary of solver processes directly reported to runsolver:
#   pid: 15849
#   total CPU time (s): 252.3
#   total CPU user time (s): 251.1
#   total CPU system time (s): 1.20028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41862 second user time and 2.39241 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:36:18
IDJOB=4301559
IDBENCH=141217
IDSOLVER=2773
FILE ID=node136/4301559-1532882178
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-4_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301559-1532882178/watcher-4301559-1532882178 -o /tmp/evaluation-result-4301559-1532882178/solver-4301559-1532882178 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301559-1532882178.xml

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

MD5SUM BENCH= ce812152122c21d5982c9c6047fc1378
RANDOM SEED=1253585636

node136.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.50
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.50
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.50
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.50
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:        27246704 kB
MemAvailable:   30531608 kB
Buffers:          212984 kB
Cached:          3342676 kB
SwapCached:            0 kB
Active:          3109056 kB
Inactive:        1938544 kB
Active(anon):    1443228 kB
Inactive(anon):    76480 kB
Active(file):    1665828 kB
Inactive(file):  1862064 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:       1497448 kB
Mapped:            46372 kB
Shmem:             25228 kB
Slab:             173508 kB
SReclaimable:     145692 kB
SUnreclaim:        27816 kB
KernelStack:        3824 kB
PageTables:         8064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3161268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1372160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 18:40:21