Trace number 4263473

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 2017-07-05SAT 203.655 194.343

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-3.xml
MD5SUMa24e7222a5a2ec30919d0297100f43ac
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.013181
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":95}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":5},{"degree":1,"count":23},{"degree":2,"count":17},{"degree":3,"count":23},{"degree":4,"count":15},{"degree":5,"count":8},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":8},{"arity":4,"count":19},{"arity":5,"count":14},{"arity":6,"count":19}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263473-1502629615/watcher-4263473-1502629615 -o /tmp/evaluation-result-4263473-1502629615/solver-4263473-1502629615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263473-1502629615.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=574, runsolver pid=571

[startup+0.100062 s]*
/proc/loadavg: 4.96 3.98 3.02 3/210 586
/proc/meminfo: memFree=24929704/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10151672 memory=20220 CPUtime=0.04 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 3932 0 0 0 3 1 0 0 20 0 9 0 104872782 10395312128 5055 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2537918 5055 2156 1 0 2527415 0
[pid=574/tid=576] ppid=571 vsize=10484492 memory=8318255677412212789 CPUtime=0.03 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 2654 0 0 0 3 0 0 0 20 0 14 0 104872788 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140496529329440 140496510777878 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10484492 memory=331 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104872788 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10484492 memory=3689207280956700320 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104872788 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104872788 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104872788 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10484492 memory=139954096273024 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104872790 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 104872790 10736119808 5520 18446744073709551615 4194304 4196468 140726560772880 140495563998496 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 104872790 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495562946160 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104872793 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) R 571 574 12395 0 -1 4202560 299 0 0 0 0 0 0 0 20 0 14 0 104872793 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495358509408 140496525115994 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104872793 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495357462208 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10484492 memory=139954096273024 CPUtime=0 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) R 571 574 12395 0 -1 4202560 205 0 0 0 0 0 0 0 20 0 14 0 104872793 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525115994 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104872793 10736119808 5586 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.210476 s]*
/proc/loadavg: 4.96 3.98 3.02 3/216 592
/proc/meminfo: memFree=24925452/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10551156 memory=27840 CPUtime=0.09 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 4889 0 0 0 8 1 0 0 20 0 15 0 104872782 10804383744 6960 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2637789 6960 2768 1 0 2627261 0
[pid=574/tid=576] ppid=571 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 2886 0 0 0 7 1 0 0 20 0 15 0 104872788 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140496529332400 140496509175134 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10551156 memory=331 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10551156 memory=3689207280956700320 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10551156 memory=139954096273024 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495563998496 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495562946160 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10551156 memory=139954096273024 CPUtime=0 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) R 571 574 12395 0 -1 4202560 280 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496503585648 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10551156 memory=139954096273024 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872801 10804383744 7025 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27840 KiB

[startup+0.310505 s]*
/proc/loadavg: 4.96 3.98 3.02 3/216 592
/proc/meminfo: memFree=24915436/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10551156 memory=36572 CPUtime=0.24 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 7946 0 0 0 22 2 0 0 20 0 15 0 104872782 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2637789 9143 2830 1 0 2627261 0
[pid=574/tid=576] ppid=571 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 5638 0 0 0 16 1 0 0 20 0 15 0 104872788 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140496529331520 140496509175134 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872788 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495563998496 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104872790 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495562946160 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 104872793 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 379 0 0 0 3 0 0 0 20 0 15 0 104872793 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872801 10804383744 9143 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36572 KiB

[startup+0.700878 s]
/proc/loadavg: 4.96 3.98 3.02 5/216 592
/proc/meminfo: memFree=24899420/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10551232 memory=127956 CPUtime=1.25 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 12942 0 0 0 121 4 0 0 20 0 15 0 104872782 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2637808 31989 3050 1 0 2627261 0
[pid=574/tid=576] ppid=571 vsize=10551232 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 6909 0 0 0 53 3 0 0 20 0 15 0 104872788 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140496529327696 140496114660423 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10551232 memory=92008280 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10551232 memory=8320808402719683380 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10551232 memory=7887610716980982836 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872788 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10551232 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872788 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104872790 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10551232 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104872790 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495563998496 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10551232 memory=54848 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104872790 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495562946160 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10551232 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10551232 memory=1228 CPUtime=0.24 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) R 571 574 12395 0 -1 4202560 1939 0 0 0 24 0 0 0 20 0 15 0 104872793 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495358501336 140496508631675 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10551232 memory=1992 CPUtime=0.25 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) R 571 574 12395 0 -1 4202560 1634 0 0 0 25 0 0 0 20 0 15 0 104872793 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495357443528 140496508577968 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10551232 memory=12132 CPUtime=0.17 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 1093 0 0 0 17 0 0 0 20 0 15 0 104872793 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104872793 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10551232 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104872801 10804461568 31989 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 127956 KiB

[startup+1.50111 s]
/proc/loadavg: 4.96 3.98 3.02 4/216 592
/proc/meminfo: memFree=24713540/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10551232 memory=476312 CPUtime=3.29 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 14934 0 0 0 305 24 0 0 20 0 15 0 104872782 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2637808 119078 3088 1 0 2627261 0
[pid=574/tid=576] ppid=571 vsize=10551232 memory=4132 CPUtime=1.13 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 571 574 12395 0 -1 1077944384 6994 0 0 0 108 5 0 0 20 0 15 0 104872788 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140496529331312 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10551232 memory=51484 CPUtime=0.17 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) R 571 574 12395 0 -1 4202560 199 0 0 0 13 4 0 0 20 0 15 0 104872788 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496506720734 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10551232 memory=1296 CPUtime=0.21 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) R 571 574 12395 0 -1 4202560 229 0 0 0 17 4 0 0 20 0 15 0 104872788 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496510118350 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10551232 memory=139953992368633 CPUtime=0.2 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) R 571 574 12395 0 -1 4202560 138 0 0 0 16 4 0 0 20 0 15 0 104872788 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140496453409624 140496510116768 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10551232 memory=279907985195680 CPUtime=0.2 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) R 571 574 12395 0 -1 4202560 102 0 0 0 16 4 0 0 20 0 15 0 104872788 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140496452356824 140496504289891 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10551232 memory=8046699571783435655 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104872790 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140495565051040 140496525104853 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104872790 10804461568 119078 18446744073709551615 4194304 4196468 140726560772880 140495563998496 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0

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

Current children cumulated CPU time: 201.42 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1031288 KiB

[startup+193.601 s]
/proc/loadavg: 2.38 3.15 2.87 3/215 702
/proc/meminfo: memFree=29862144/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10617796 memory=1031288 CPUtime=203.02 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 42806 0 0 0 20214 88 0 0 20 0 16 0 104872782 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2654449 257822 3129 1 0 2643902 0
[pid=574/tid=576] ppid=571 vsize=10617796 memory=4612 CPUtime=190.57 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 13995 0 0 0 19051 6 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496529333096 140496118296256 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10617796 memory=1031288 CPUtime=2.06 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1172 0 0 0 187 19 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10617796 memory=1031288 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 702 0 0 0 193 18 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10617796 memory=1031288 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1461 0 0 0 193 18 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10617796 memory=1031288 CPUtime=2.1 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 947 0 0 0 193 17 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10617796 memory=18468 CPUtime=0.72 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 3122 0 0 0 72 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10617796 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495563998560 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10617796 memory=644 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495562946176 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10617796 memory=956 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10617796 memory=1236 CPUtime=1.45 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 8658 0 0 0 144 1 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10617796 memory=4134931637327791675 CPUtime=1.35 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 7594 0 0 0 134 1 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10617796 memory=1716 CPUtime=0.34 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 3285 0 0 0 34 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10617796 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10617796 memory=1436 CPUtime=0.11 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 464 0 0 0 6 5 0 0 20 0 16 0 104872801 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=593] ppid=571 vsize=10617796 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104873096 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495353250992 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 203.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1031288 KiB

[startup+194.001 s]*
/proc/loadavg: 2.38 3.15 2.87 3/215 702
/proc/meminfo: memFree=29862144/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10617796 memory=1031288 CPUtime=203.42 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 42824 0 0 0 20254 88 0 0 20 0 16 0 104872782 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2654449 257822 3129 1 0 2643902 0
[pid=574/tid=576] ppid=571 vsize=10617796 memory=1398720917958146503 CPUtime=190.98 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) R 571 574 12395 0 -1 4202560 14163 0 0 0 19092 6 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496529333096 140496118102912 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10617796 memory=-7003737579269690708 CPUtime=2.06 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1172 0 0 0 187 19 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10617796 memory=2160 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 702 0 0 0 193 18 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10617796 memory=840 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1461 0 0 0 193 18 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10617796 memory=3904 CPUtime=2.1 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 947 0 0 0 193 17 0 0 20 0 16 0 104872788 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10617796 memory=3068 CPUtime=0.72 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 3122 0 0 0 72 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10617796 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495563998560 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10617796 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 104872790 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495562946176 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10617796 memory=-7003737579269690708 CPUtime=1.45 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 8659 0 0 0 144 1 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10617796 memory=796 CPUtime=1.35 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 7737 0 0 0 134 1 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10617796 memory=5784 CPUtime=0.34 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 3471 0 0 0 34 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10617796 memory=1716 CPUtime=0.11 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 464 0 0 0 6 5 0 0 20 0 16 0 104872801 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=593] ppid=571 vsize=10617796 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) S 571 574 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104873096 10872623104 257822 18446744073709551615 4194304 4196468 140726560772880 140495353250992 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 203.42 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1031288 KiB

[startup+194.201 s]
/proc/loadavg: 2.38 3.15 2.87 3/215 702
/proc/meminfo: memFree=29862144/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10750924 memory=1037564 CPUtime=203.61 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 45522 0 0 0 20273 88 0 0 20 0 16 0 104872782 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2687731 259391 3131 1 0 2677184 0
[pid=574/tid=576] ppid=571 vsize=10750924 memory=18468 CPUtime=191.09 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 571 574 12395 0 -1 1077944384 14424 0 0 0 19103 6 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496529335328 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10750924 memory=1788 CPUtime=2.06 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1172 0 0 0 187 19 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10750924 memory=644 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 702 0 0 0 193 18 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10750924 memory=956 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1461 0 0 0 193 18 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10750924 memory=1236 CPUtime=2.1 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 947 0 0 0 193 17 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10750924 memory=2240 CPUtime=0.72 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 3122 0 0 0 72 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10750924 memory=4296 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495563998560 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10750924 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495562946176 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10750924 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10750924 memory=1228 CPUtime=1.49 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 9349 0 0 0 148 1 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10750924 memory=1992 CPUtime=1.38 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 8477 0 0 0 137 1 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10750924 memory=12132 CPUtime=0.35 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 3900 0 0 0 35 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10750924 memory=796 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10750924 memory=5784 CPUtime=0.11 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 464 0 0 0 6 5 0 0 20 0 16 0 104872801 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 203.61 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1037564 KiB

[startup+194.301 s]
/proc/loadavg: 2.38 3.15 2.87 3/215 702
/proc/meminfo: memFree=29862144/32770624 swapFree=67108860/67108860
[pid=574] ppid=571 vsize=10750924 memory=1037564 CPUtime=203.61 cores=0,2,4,6
/proc/574/stat : 574 (java) S 571 574 12395 0 -1 1077944320 45522 0 0 0 20273 88 0 0 20 0 16 0 104872782 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140726560755424 140496525094647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
/proc/574/statm: 2687731 259391 3131 1 0 2677184 0
[pid=574/tid=576] ppid=571 vsize=10750924 memory=1035440 CPUtime=191.09 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 571 574 12395 0 -1 1077944384 14424 0 0 0 19103 6 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496529335328 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=577] ppid=571 vsize=10750924 memory=1031288 CPUtime=2.06 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 571 574 12395 0 -1 1077944384 1172 0 0 0 187 19 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496455514512 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=578] ppid=571 vsize=10750924 memory=1031288 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 571 574 12395 0 -1 1077944384 702 0 0 0 193 18 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496454461712 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=579] ppid=571 vsize=10750924 memory=1031288 CPUtime=2.11 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 571 574 12395 0 -1 1077944384 1461 0 0 0 193 18 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496453409424 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=582] ppid=571 vsize=10750924 memory=1031288 CPUtime=2.1 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 571 574 12395 0 -1 1077944384 947 0 0 0 193 17 0 0 20 0 16 0 104872788 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140496452356624 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=583] ppid=571 vsize=10750924 memory=1031288 CPUtime=0.72 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 571 574 12395 0 -1 1077944384 3122 0 0 0 72 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495565052528 140496525105794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=584] ppid=571 vsize=10750924 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 571 574 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495563998560 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=586] ppid=571 vsize=10750924 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 571 574 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 104872790 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495562946176 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=587] ppid=571 vsize=10750924 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495359568464 140496525113243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=588] ppid=571 vsize=10750924 memory=1031288 CPUtime=1.49 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 571 574 12395 0 -1 1077944384 9349 0 0 0 148 1 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495358515312 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=589] ppid=571 vsize=10750924 memory=1031288 CPUtime=1.38 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 571 574 12395 0 -1 1077944384 8477 0 0 0 137 1 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495357462512 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=590] ppid=571 vsize=10750924 memory=1031288 CPUtime=0.35 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 571 574 12395 0 -1 1077944384 3900 0 0 0 35 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495356410224 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=591] ppid=571 vsize=10750924 memory=1031288 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 571 574 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104872793 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495355357664 140496525104853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
[pid=574/tid=592] ppid=571 vsize=10750924 memory=1031288 CPUtime=0.11 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 571 574 12395 0 -1 1077944384 464 0 0 0 6 5 0 0 20 0 16 0 104872801 11008946176 259391 18446744073709551615 4194304 4196468 140726560772880 140495354305456 140496525105794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35483648 140726560780688 140726560780841 140726560780841 140726560784335 0
Current children cumulated CPU time: 203.61 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1037564 KiB

Child status: 0
Real time (s): 194.343
CPU time (s): 203.655
CPU user time (s): 202.757
CPU system time (s): 0.89849
CPU usage (%): 104.791
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 1037564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.757
system time used= 0.89849
maximum resident set size= 1040040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6262
involuntary context switches= 265


# summary of solver processes directly reported to runsolver:
#   pid: 574
#   total CPU time (s): 203.655
#   total CPU user time (s): 202.757
#   total CPU system time (s): 0.89849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17096 second user time and 1.93767 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 14:53:01
IDJOB=4263473
IDBENCH=133416
IDSOLVER=2651
FILE ID=node135/4263473-1502629615
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263473-1502629615/watcher-4263473-1502629615 -o /tmp/evaluation-result-4263473-1502629615/solver-4263473-1502629615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263473-1502629615.xml

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

MD5SUM BENCH= a24e7222a5a2ec30919d0297100f43ac
RANDOM SEED=1779104829

node135.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.21
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.21
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.21
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.21
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:        24941304 kB
MemAvailable:   25835768 kB
Buffers:          311936 kB
Cached:           880128 kB
SwapCached:            0 kB
Active:          6818716 kB
Inactive:         555420 kB
Active(anon):    6182388 kB
Inactive(anon):    41324 kB
Active(file):     636328 kB
Inactive(file):   514096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       6182056 kB
Mapped:            66760 kB
Shmem:             41656 kB
Slab:             147052 kB
SReclaimable:     119748 kB
SUnreclaim:        27304 kB
KernelStack:        3520 kB
PageTables:        16996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7505520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5998592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 14:56:16