Trace number 4263472

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 79.021698 75.764

General information on the benchmark

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

Solver Data

2.11/1.01	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.11/1.01	c This is free software under the dual EPL/GNU LGPL licenses.
2.11/1.01	c See www.sat4j.org for details.
2.11/1.01	c That software uses the Rhino library from the Mozilla project.
2.11/1.01	c version CUSTOM.v20170705
2.11/1.01	c java.runtime.name	Java(TM) SE Runtime Environment
2.11/1.01	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.11/1.01	c java.vm.version	25.131-b11
2.11/1.01	c java.vm.vendor	Oracle Corporation
2.11/1.01	c sun.arch.data.model	64
2.11/1.01	c java.version		1.8.0_131
2.11/1.01	c os.name		Linux
2.11/1.01	c os.version		3.10.0-514.16.1.el7.x86_64
2.11/1.01	c os.arch		amd64
2.11/1.01	c Free memory 		499604488
2.11/1.01	c Max memory 		7247757312
2.11/1.01	c Total memory 		504889344
2.11/1.01	c Number of processors 	4
2.11/1.01	c c --- Begin Solver configuration ---
2.11/1.01	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.11/1.01	c Learn all clauses as in MiniSAT
2.11/1.01	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.11/1.01	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.11/1.01	c No reason simplification
2.11/1.01	c Glucose 2.1 dynamic restart strategy
2.11/1.01	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
2.11/1.01	c timeout=2147483s
2.11/1.01	c DB Simplification allowed=false
2.11/1.01	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.11/1.01	c --- End Solver configuration ---
2.11/1.01	c constraints type 
2.11/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
2.11/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32558
2.11/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1364552
2.11/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.11/1.01	c 1397270 constraints processed.
78.99/75.74	c starts		: 882
78.99/75.74	c conflicts		: 233983
78.99/75.74	c decisions		: 5701112
78.99/75.74	c propagations		: 244917654
78.99/75.74	c inspects		: 826599567
78.99/75.74	c shortcuts		: 0
78.99/75.74	c learnt literals	: 2507
78.99/75.74	c learnt binary clauses	: 2480
78.99/75.74	c learnt ternary clauses	: 2378
78.99/75.74	c learnt constraints	: 231476
78.99/75.74	c ignored constraints	: 0
78.99/75.74	c root simplifications	: 0
78.99/75.74	c removed literals (reason simplification)	: 0
78.99/75.74	c reason swapping (by a shorter reason)	: 0
78.99/75.74	c Calls to reduceDB	: 17
78.99/75.74	c Number of update (reduction) of LBD	: 254325
78.99/75.74	c Imported unit clauses	: 0
78.99/75.74	c number of reductions to clauses (during analyze)	: 0
78.99/75.74	c number of learned constraints concerned by reduction	: 0
78.99/75.74	c number of learning phase by resolution	: 0
78.99/75.74	c number of learning phase by cutting planes	: 0
78.99/75.74	c number of rounding to 1 operations	: 0
78.99/75.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
78.99/75.74	c number of reductions of the coefficients by power 2 	: 0
78.99/75.74	c number of right shift for reduction by power 2 	: 0
78.99/75.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
78.99/75.74	c speed (assignments/second)	: 3279166.3297138806
78.99/75.74	c non guided choices	174993
78.99/75.75	c learnt constraints type 
78.99/75.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2480
78.99/75.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32806
78.99/75.75	s SATISFIABLE
78.99/75.75	v <instantiation type="solution">
78.99/75.75	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>
78.99/75.75	v 	<values> 2 2 21 5 8 26 2 11 2 3 2 2 7 27 3 5 2 21 2 21 11 2 2 2 2 3 3 17 23 23 26 2 2 23 2 2 20 2 2 2 18 2 2 2 7 2 18 2 2 14 4 25 2 24 2 27 17 2 2 4 2 14 2 2 17 6 2 27 4 24 28 7 12 2 28 24 28 25 2 12 11 2 29 25 16 2 2 2 9 2 21 2 17 21 2 3 2 2 2 20 </values>
78.99/75.75	v </instantiation>
78.99/75.75	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263472-1502629686/watcher-4263472-1502629686 -o /tmp/evaluation-result-4263472-1502629686/solver-4263472-1502629686 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263472-1502629686.xml 

running on 4 cores: 1,3,5,7

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
solver pid=16949, runsolver pid=16946
Current StackSize limit: 8192 KiB


[startup+0.10337 s]*
/proc/loadavg: 2.77 2.27 2.33 3/209 16958
/proc/meminfo: memFree=24978584/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10151672 memory=21696 CPUtime=0.04 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 4322 0 0 0 4 0 0 0 20 0 9 0 110474994 10395312128 5424 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2537918 5424 2156 1 0 2527415 0
[pid=16949/tid=16951] ppid=16946 vsize=10351364 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 2984 0 0 0 4 0 0 0 20 0 12 0 110475000 10599796736 5428 18446744073709551615 4194304 4196468 140726399367392 140405951866648 140405940342359 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10352392 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 110475001 10600849408 5494 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10352392 memory=140542563812992 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 110475001 10600849408 5494 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10352392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 110475001 10600849408 5494 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 110475001 10667958272 5494 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10417928 memory=140542563812992 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 110475003 10667958272 5494 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 110475003 10667958272 5494 18446744073709551615 4194304 4196468 140726399367392 140405510706848 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 110475003 10667958272 5494 18446744073709551615 4194304 4196468 140726399367392 140405509653744 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 110475006 10667958272 5558 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) R 16946 16949 4674 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 13 0 110475006 10667958272 5558 18446744073709551615 4194304 4196468 140726399367392 140405507543000 140405931617152 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 110475006 10667958272 5558 18446744073709551615 4194304 4196468 140726399367392 140405506496576 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10417928 memory=140542563812992 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) R 16946 16949 4674 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 13 0 110475006 10667958272 5558 18446744073709551615 4194304 4196468 140726399367392 140405505444552 140405926744057 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21696 KiB

[startup+0.210173 s]*
/proc/loadavg: 2.77 2.27 2.33 3/215 16964
/proc/meminfo: memFree=24975596/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10552180 memory=28608 CPUtime=0.11 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 5625 0 0 0 10 1 0 0 20 0 15 0 110474994 10805432320 7152 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2638045 7152 2789 1 0 2627517 0
[pid=16949/tid=16951] ppid=16946 vsize=10553140 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 3653 0 0 0 7 0 0 0 20 0 15 0 110475000 10806415360 7284 18446744073709551615 4194304 4196468 140726399367392 140405951813552 140405939936139 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10553140 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10806415360 7284 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10553140 memory=140542563829934 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10806415360 7284 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10806415360 7350 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475001 10806415360 7350 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10553140 memory=140542563812992 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475003 10806415360 7350 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110475003 10806415360 7350 18446744073709551615 4194304 4196468 140726399367392 140405510706848 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110475003 10806415360 7350 18446744073709551615 4194304 4196468 140726399367392 140405509653744 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) S 16946 16949 4674 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 110475006 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 110475006 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10553140 memory=140542563812992 CPUtime=0.01 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 110475006 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10553140 memory=140542563812992 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475013 10806415360 7416 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28608 KiB

[startup+0.310419 s]*
/proc/loadavg: 2.77 2.27 2.33 4/215 16964
/proc/meminfo: memFree=24965608/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10551156 memory=36716 CPUtime=0.25 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 8499 0 0 0 23 2 0 0 20 0 15 0 110474994 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2637789 9179 2856 1 0 2627261 0
[pid=16949/tid=16951] ppid=16946 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 6147 0 0 0 16 1 0 0 20 0 15 0 110475000 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405951856608 140405947637142 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475001 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475003 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110475003 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405510706848 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110475003 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405509653744 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) R 16946 16949 4674 0 -1 4202560 527 0 0 0 1 0 0 0 20 0 15 0 110475006 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405925317520 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) R 16946 16949 4674 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 110475006 10804383744 9179 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) R 16946 16949 4674 0 -1 4202560 387 0 0 0 4 0 0 0 20 0 15 0 110475006 10804383744 9245 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405931705694 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10804383744 9245 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475013 10804383744 9245 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36716 KiB

[startup+0.701325 s]
/proc/loadavg: 2.77 2.27 2.33 5/215 16964
/proc/meminfo: memFree=24943212/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10551232 memory=137248 CPUtime=1.28 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 14141 0 0 0 123 5 0 0 20 0 15 0 110474994 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2637808 34312 3049 1 0 2627261 0
[pid=16949/tid=16951] ppid=16946 vsize=10551232 memory=53520 CPUtime=0.55 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 7774 0 0 0 52 3 0 0 20 0 15 0 110475000 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405951853456 140405586891269 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10551232 memory=63612 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475001 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475001 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110475003 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110475003 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405510706848 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110475003 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405509653744 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) R 16946 16949 4674 0 -1 4202560 2152 0 0 0 27 0 0 0 20 0 15 0 110475006 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405507535480 140405933320219 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) R 16946 16949 4674 0 -1 4202560 2010 0 0 0 26 0 0 0 20 0 15 0 110475006 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405506482760 140405929150734 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 838 0 0 0 15 0 0 0 20 0 15 0 110475006 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110475006 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110475013 10804461568 34312 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 137248 KiB

[startup+1.50077 s]
/proc/loadavg: 2.71 2.27 2.32 3/215 16964
/proc/meminfo: memFree=24759984/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10617796 memory=338060 CPUtime=3.56 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 15499 0 0 0 334 22 0 0 20 0 16 0 110474994 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2654449 84515 3093 1 0 2643902 0
[pid=16949/tid=16951] ppid=16946 vsize=10617796 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 7872 0 0 0 113 4 0 0 20 0 16 0 110475000 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405951853648 140405587825298 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10617796 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 83 0 0 0 13 4 0 0 20 0 16 0 110475001 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10617796 memory=281084805778960 CPUtime=0.13 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 184 0 0 0 10 3 0 0 20 0 16 0 110475001 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10617796 memory=281084805778832 CPUtime=0.17 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 213 0 0 0 14 3 0 0 20 0 16 0 110475001 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10617796 memory=281084805778704 CPUtime=0.14 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 89 0 0 0 11 3 0 0 20 0 16 0 110475001 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10617796 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405510706912 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10617796 memory=243796 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 84515 18446744073709551615 4194304 4196468 140726399367392 140405509653760 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0

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

Current children cumulated CPU time: 76.99 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 546644 KiB

[startup+74.4008 s]
/proc/loadavg: 2.25 2.22 2.31 3/216 16969
/proc/meminfo: memFree=24454416/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10617796 memory=546644 CPUtime=77.79 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 29596 0 0 0 7739 40 0 0 20 0 16 0 110474994 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2654449 136661 3110 1 0 2643902 0
[pid=16949/tid=16951] ppid=16946 vsize=10617796 memory=-8774313645642428999 CPUtime=73.98 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 12385 0 0 0 7392 6 0 0 20 0 16 0 110475000 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405951864144 140405587846747 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10617796 memory=6656426216303648864 CPUtime=0.25 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 258 0 0 0 18 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10617796 memory=6655300316396806240 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 347 0 0 0 15 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10617796 memory=6944656592455097440 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 338 0 0 0 19 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10617796 memory=6944656592387989600 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 770 0 0 0 16 6 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 684 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405510706912 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405509653760 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10617796 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10617796 memory=1728 CPUtime=1.23 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) S 16946 16949 4674 0 -1 1077944384 5774 0 0 0 122 1 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10617796 memory=4572 CPUtime=1.24 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 4815 0 0 0 123 1 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10617796 memory=1444 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 2316 0 0 0 26 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10617796 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10617796 memory=1204 CPUtime=0.03 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 526 0 0 0 2 1 0 0 20 0 16 0 110475013 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16965] ppid=16946 vsize=10617796 memory=546644 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16965/stat : 16965 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110475100 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405502285360 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 77.79 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 546644 KiB

[startup+75.2008 s]
/proc/loadavg: 2.25 2.22 2.31 3/216 16969
/proc/meminfo: memFree=24454416/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10617796 memory=546644 CPUtime=78.59 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 29596 0 0 0 7819 40 0 0 20 0 16 0 110474994 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2654449 136661 3110 1 0 2643902 0
[pid=16949/tid=16951] ppid=16946 vsize=10617796 memory=-8774313645642428999 CPUtime=74.78 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) R 16946 16949 4674 0 -1 4202560 12385 0 0 0 7472 6 0 0 20 0 16 0 110475000 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405951864144 140405587846693 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10617796 memory=1724 CPUtime=0.25 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 258 0 0 0 18 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10617796 memory=2012 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 347 0 0 0 15 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10617796 memory=11020 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 338 0 0 0 19 7 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10617796 memory=53528 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 770 0 0 0 16 6 0 0 20 0 16 0 110475001 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 684 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10617796 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405510706912 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10617796 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110475003 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405509653760 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10617796 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10617796 memory=3908 CPUtime=1.23 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) S 16946 16949 4674 0 -1 1077944384 5774 0 0 0 122 1 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10617796 memory=2756 CPUtime=1.24 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 4815 0 0 0 123 1 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10617796 memory=2756 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 2316 0 0 0 26 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10617796 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10617796 memory=1156 CPUtime=0.03 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 526 0 0 0 2 1 0 0 20 0 16 0 110475013 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16965] ppid=16946 vsize=10617796 memory=5260 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16965/stat : 16965 (java) S 16946 16949 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110475100 10872623104 136661 18446744073709551615 4194304 4196468 140726399367392 140405502285360 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 78.59 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 546644 KiB

[startup+75.6008 s]
/proc/loadavg: 2.25 2.22 2.31 3/216 16969
/proc/meminfo: memFree=24454416/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10750924 memory=547004 CPUtime=78.99 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 31349 0 0 0 7859 40 0 0 20 0 16 0 110474994 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2687731 136751 3112 1 0 2677184 0
[pid=16949/tid=16951] ppid=16946 vsize=10750924 memory=5712 CPUtime=75.12 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) S 16946 16949 4674 0 -1 1077944384 12629 0 0 0 7506 6 0 0 20 0 16 0 110475000 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405951865888 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10750924 memory=796 CPUtime=0.25 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 258 0 0 0 18 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10750924 memory=984 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 347 0 0 0 15 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10750924 memory=1728 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 338 0 0 0 19 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10750924 memory=4572 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 770 0 0 0 16 6 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 685 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10750924 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405510706912 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405509653760 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10750924 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10750924 memory=4048 CPUtime=1.25 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) S 16946 16949 4674 0 -1 1077944384 6523 0 0 0 124 1 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10750924 memory=546644 CPUtime=1.27 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 5297 0 0 0 126 1 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10750924 memory=1296 CPUtime=0.27 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 2478 0 0 0 27 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10750924 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10750924 memory=1724 CPUtime=0.03 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 526 0 0 0 2 1 0 0 20 0 16 0 110475013 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 78.99 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 547004 KiB

[startup+75.7007 s]
/proc/loadavg: 2.25 2.22 2.31 3/216 16969
/proc/meminfo: memFree=24454416/32770624 swapFree=67108764/67108860
[pid=16949] ppid=16946 vsize=10750924 memory=547004 CPUtime=78.99 cores=1,3,5,7
/proc/16949/stat : 16949 (java) S 16946 16949 4674 0 -1 1077944320 31349 0 0 0 7859 40 0 0 20 0 16 0 110474994 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140726399349936 140405947625207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
/proc/16949/statm: 2687731 136751 3112 1 0 2677184 0
[pid=16949/tid=16951] ppid=16946 vsize=10750924 memory=546644 CPUtime=75.12 cores=1,3,5,7
/proc/16949/task/16951/stat : 16951 (java) S 16946 16949 4674 0 -1 1077944384 12629 0 0 0 7506 6 0 0 20 0 16 0 110475000 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405951865888 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16952] ppid=16946 vsize=10750924 memory=546644 CPUtime=0.25 cores=1,3,5,7
/proc/16949/task/16952/stat : 16952 (java) S 16946 16949 4674 0 -1 1077944384 258 0 0 0 18 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405904591376 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16953] ppid=16946 vsize=10750924 memory=546644 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16953/stat : 16953 (java) S 16946 16949 4674 0 -1 1077944384 347 0 0 0 15 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405558139536 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16954] ppid=16946 vsize=10750924 memory=546644 CPUtime=0.26 cores=1,3,5,7
/proc/16949/task/16954/stat : 16954 (java) S 16946 16949 4674 0 -1 1077944384 338 0 0 0 19 7 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405557086480 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16955] ppid=16946 vsize=10750924 memory=546676 CPUtime=0.22 cores=1,3,5,7
/proc/16949/task/16955/stat : 16955 (java) S 16946 16949 4674 0 -1 1077944384 770 0 0 0 16 6 0 0 20 0 16 0 110475001 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405556033936 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16956] ppid=16946 vsize=10750924 memory=437732 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16956/stat : 16956 (java) S 16946 16949 4674 0 -1 1077944384 685 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405511760624 140405947636354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16957] ppid=16946 vsize=10750924 memory=56 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16957/stat : 16957 (java) S 16946 16949 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405510706912 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16958] ppid=16946 vsize=10750924 memory=437732 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16958/stat : 16958 (java) S 16946 16949 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110475003 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405509653760 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16959] ppid=16946 vsize=10750924 memory=31904 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16959/stat : 16959 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405508602320 140405947643803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16960] ppid=16946 vsize=10750924 memory=984 CPUtime=1.25 cores=1,3,5,7
/proc/16949/task/16960/stat : 16960 (java) S 16946 16949 4674 0 -1 1077944384 6523 0 0 0 124 1 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405507549424 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16961] ppid=16946 vsize=10750924 memory=1728 CPUtime=1.27 cores=1,3,5,7
/proc/16949/task/16961/stat : 16961 (java) S 16946 16949 4674 0 -1 1077944384 5297 0 0 0 126 1 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405506496880 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16962] ppid=16946 vsize=10750924 memory=1444 CPUtime=0.27 cores=1,3,5,7
/proc/16949/task/16962/stat : 16962 (java) S 16946 16949 4674 0 -1 1077944384 2478 0 0 0 27 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405505443824 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16963] ppid=16946 vsize=10750924 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16949/task/16963/stat : 16963 (java) S 16946 16949 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110475006 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405504391520 140405947635413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
[pid=16949/tid=16964] ppid=16946 vsize=10750924 memory=844 CPUtime=0.03 cores=1,3,5,7
/proc/16949/task/16964/stat : 16964 (java) S 16946 16949 4674 0 -1 1077944384 526 0 0 0 2 1 0 0 20 0 16 0 110475013 11008946176 136751 18446744073709551615 4194304 4196468 140726399367392 140405503339568 140405947636354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140726399369616 140726399369769 140726399369769 140726399373263 0
Current children cumulated CPU time: 78.99 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 547004 KiB

Child status: 0
Real time (s): 75.764
CPU time (s): 79.0217
CPU user time (s): 78.6103
CPU system time (s): 0.411352
CPU usage (%): 104.3
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 547004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.6103
system time used= 0.411352
maximum resident set size= 547212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3377
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 16949
#   total CPU time (s): 79.0217
#   total CPU user time (s): 78.6103
#   total CPU system time (s): 0.411352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.500126 second user time and 0.744315 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 14:54:11
IDJOB=4263472
IDBENCH=133437
IDSOLVER=2651
FILE ID=node134/4263472-1502629686
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= c75dc7691cc0d241760bec76a0a96dfe
RANDOM SEED=446776975

node134.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.43
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.43
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.43
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.43
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:        24992192 kB
MemAvailable:   25204304 kB
Buffers:          224264 kB
Cached:           281772 kB
SwapCached:            4 kB
Active:          7108344 kB
Inactive:         209132 kB
Active(anon):    6758560 kB
Inactive(anon):    94440 kB
Active(file):     349784 kB
Inactive(file):   114692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1604 kB
Writeback:             8 kB
AnonPages:       6811444 kB
Mapped:            67736 kB
Shmem:             41564 kB
Slab:             153128 kB
SReclaimable:     126944 kB
SUnreclaim:        26184 kB
KernelStack:        3488 kB
PageTables:        18148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8031988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6647808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 14:55:27