Trace number 4263476

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 10.6588 5.5916901

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-1.xml
MD5SUMc9e77eb945e1668088372780fa45332f
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.0066669998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":66}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":34},{"degree":1,"count":37},{"degree":2,"count":24},{"degree":3,"count":4},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":19},{"arity":3,"count":21}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

7.15/3.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.15/3.00	c This is free software under the dual EPL/GNU LGPL licenses.
7.15/3.00	c See www.sat4j.org for details.
7.15/3.00	c That software uses the Rhino library from the Mozilla project.
7.15/3.00	c version CUSTOM.v20170705
7.15/3.00	c java.runtime.name	Java(TM) SE Runtime Environment
7.15/3.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.15/3.00	c java.vm.version	25.131-b11
7.15/3.00	c java.vm.vendor	Oracle Corporation
7.15/3.00	c sun.arch.data.model	64
7.15/3.00	c java.version		1.8.0_131
7.15/3.00	c os.name		Linux
7.15/3.00	c os.version		3.10.0-514.16.1.el7.x86_64
7.15/3.00	c os.arch		amd64
7.15/3.00	c Free memory 		499604488
7.15/3.00	c Max memory 		7247757312
7.15/3.00	c Total memory 		504889344
7.15/3.00	c Number of processors 	4
7.15/3.00	c c --- Begin Solver configuration ---
7.15/3.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.15/3.00	c Learn all clauses as in MiniSAT
7.15/3.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.15/3.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.15/3.00	c No reason simplification
7.15/3.00	c Glucose 2.1 dynamic restart strategy
7.15/3.00	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.15/3.00	c timeout=2147483s
7.15/3.00	c DB Simplification allowed=false
7.15/3.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.15/3.00	c --- End Solver configuration ---
7.15/3.00	c constraints type 
7.15/3.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
7.15/3.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 218162
7.15/3.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5231660
7.15/3.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 80
7.15/3.00	c 5450034 constraints processed.
10.64/5.58	c starts		: 34
10.64/5.58	c conflicts		: 5254
10.64/5.58	c decisions		: 463356
10.64/5.58	c propagations		: 9192710
10.64/5.58	c inspects		: 12375556
10.64/5.58	c shortcuts		: 0
10.64/5.58	c learnt literals	: 460
10.64/5.58	c learnt binary clauses	: 144
10.64/5.58	c learnt ternary clauses	: 51
10.64/5.58	c learnt constraints	: 4794
10.64/5.58	c ignored constraints	: 0
10.64/5.58	c root simplifications	: 0
10.64/5.58	c removed literals (reason simplification)	: 0
10.64/5.58	c reason swapping (by a shorter reason)	: 0
10.64/5.58	c Calls to reduceDB	: 1
10.64/5.58	c Number of update (reduction) of LBD	: 4670
10.64/5.58	c Imported unit clauses	: 0
10.64/5.58	c number of reductions to clauses (during analyze)	: 0
10.64/5.58	c number of learned constraints concerned by reduction	: 0
10.64/5.58	c number of learning phase by resolution	: 0
10.64/5.58	c number of learning phase by cutting planes	: 0
10.64/5.58	c number of rounding to 1 operations	: 0
10.64/5.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
10.64/5.58	c number of reductions of the coefficients by power 2 	: 0
10.64/5.58	c number of right shift for reduction by power 2 	: 0
10.64/5.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
10.64/5.58	c speed (assignments/second)	: 3690369.3295865115
10.64/5.58	c non guided choices	59781
10.64/5.58	c learnt constraints type 
10.64/5.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 144
10.64/5.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2690
10.64/5.58	s SATISFIABLE
10.64/5.58	v <instantiation type="solution">
10.64/5.58	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>
10.64/5.58	v 	<values> 7 17 61 66 43 53 17 41 29 3 2 2 31 65 2 2 2 17 41 59 2 23 2 2 5 31 2 7 19 53 29 5 5 67 2 2 43 59 37 2 29 43 3 71 18 2 67 47 2 31 43 63 2 2 2 43 5 31 59 3 13 2 2 2 59 2 2 2 43 61 11 53 2 13 47 2 2 2 2 31 2 23 28 2 23 11 2 2 47 2 41 2 64 2 71 2 17 58 47 25 </values>
10.64/5.58	v </instantiation>
10.64/5.58	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263476-1502629495/watcher-4263476-1502629495 -o /tmp/evaluation-result-4263476-1502629495/solver-4263476-1502629495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263476-1502629495.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=2724, runsolver pid=2721

[startup+0.100125 s]*
/proc/loadavg: 4.94 4.03 3.05 6/216 2739
/proc/meminfo: memFree=18829856/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10555400 memory=31868 CPUtime=0.12 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 6552 0 0 0 10 2 0 0 20 0 15 0 96037350 10808729600 7967 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2638850 7967 2789 1 0 2627263 0
[pid=2724/tid=2726] ppid=2721 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) R 2721 2724 30942 0 -1 4202560 4414 0 0 0 8 1 0 0 20 0 15 0 96037351 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221531482032 140221511374174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10555400 memory=288370511274702464 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037353 10808729600 7967 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96037354 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037354 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0.01 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) R 2721 2724 30942 0 -1 4202560 376 0 0 0 1 0 0 0 20 0 15 0 96037356 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220557138032 140221506429464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037357 10808729600 7967 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31868 KiB

[startup+0.21062 s]*
/proc/loadavg: 4.94 4.03 3.05 6/216 2739
/proc/meminfo: memFree=18819788/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10555400 memory=41484 CPUtime=0.28 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 8018 0 0 0 26 2 0 0 20 0 15 0 96037350 10808729600 10371 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2638850 10371 2899 1 0 2627263 0
[pid=2724/tid=2726] ppid=2721 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) R 2721 2724 30942 0 -1 4202560 5219 0 0 0 18 2 0 0 20 0 15 0 96037351 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221531529744 140221527305622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10555400 memory=288370511274702464 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037353 10808729600 10371 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96037354 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037354 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 96037356 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 96037356 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0.05 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) R 2721 2724 30942 0 -1 4202560 836 0 0 0 5 0 0 0 20 0 15 0 96037356 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220557138032 140221511374174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10555400 memory=140135122990720 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037357 10808729600 10371 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41484 KiB

[startup+0.31032 s]*
/proc/loadavg: 4.94 4.03 3.05 7/216 2739
/proc/meminfo: memFree=18813832/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10555476 memory=48244 CPUtime=0.5 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 8604 0 0 0 47 3 0 0 20 0 15 0 96037350 10808807424 12061 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2638869 12061 3026 1 0 2627263 0
[pid=2724/tid=2726] ppid=2721 vsize=10555476 memory=280269970178368 CPUtime=0.29 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) R 2721 2724 30942 0 -1 4202560 5566 0 0 0 27 2 0 0 20 0 15 0 96037351 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221531530576 140221527305622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10555476 memory=280270108069472 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10555476 memory=280269970155216 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037352 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037352 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10555476 memory=280270108076384 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96037353 10808807424 12061 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96037354 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10555476 memory=2110485592191684 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037354 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10555476 memory=2110485592083268 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 499 0 0 0 4 0 0 0 20 0 15 0 96037356 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10555476 memory=2272 CPUtime=0.02 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 15 0 96037356 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10555476 memory=140139417958015 CPUtime=0.12 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 912 0 0 0 12 0 0 0 20 0 15 0 96037356 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10555476 memory=140135122990720 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037357 10808807424 12061 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48244 KiB

[startup+0.701326 s]
/proc/loadavg: 4.94 4.03 3.05 8/216 2739
/proc/meminfo: memFree=18751592/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10555476 memory=237740 CPUtime=1.71 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 12267 0 0 0 161 10 0 0 20 0 15 0 96037350 10808807424 59435 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2638869 59435 3078 1 0 2627263 0
[pid=2724/tid=2726] ppid=2721 vsize=10555476 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) S 2721 2724 30942 0 -1 1077944384 5840 0 0 0 56 4 0 0 20 0 15 0 96037351 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221531525408 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) R 2721 2724 30942 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 15 0 96037352 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221490397864 140221512315808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10555476 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) R 2721 2724 30942 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 15 0 96037352 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221489346976 140221508919629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) R 2721 2724 30942 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 15 0 96037352 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221132495448 140221511741902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10555476 memory=2276 CPUtime=0.03 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) R 2721 2724 30942 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 15 0 96037352 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221131440144 140221512321106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96037353 10808807424 59435 33554432000 4194304 4196468 140723530688320 140221087167904 140221527303893 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96037354 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10555476 memory=19697 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96037354 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10555476 memory=280269970032704 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10555476 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) R 2721 2724 30942 0 -1 4202560 2334 0 0 0 40 0 0 0 20 0 15 0 96037356 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220559229656 140221508814556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10555476 memory=280269970015684 CPUtime=0.3 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 1642 0 0 0 30 0 0 0 20 0 15 0 96037356 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220558170384 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10555476 memory=4639080695680094308 CPUtime=0.16 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 987 0 0 0 16 0 0 0 20 0 15 0 96037356 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10555476 memory=7660742144744843625 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96037356 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10555476 memory=2816 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96037357 10808807424 59435 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 237740 KiB

[startup+1.51031 s]
/proc/loadavg: 4.94 4.03 3.05 6/216 2739
/proc/meminfo: memFree=18533024/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10555476 memory=602176 CPUtime=3.79 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 14371 0 0 0 341 38 0 0 20 0 15 0 96037350 10808807424 150544 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2638869 150544 3120 1 0 2627263 0
[pid=2724/tid=2726] ppid=2721 vsize=10555476 memory=280269970417632 CPUtime=1.07 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) S 2721 2724 30942 0 -1 1077944384 5903 0 0 0 101 6 0 0 20 0 15 0 96037351 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221531530304 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10555476 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) R 2721 2724 30942 0 -1 4202560 287 0 0 0 33 7 0 0 20 0 15 0 96037352 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221490399888 140221512278983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10555476 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) R 2721 2724 30942 0 -1 4202560 887 0 0 0 32 7 0 0 20 0 15 0 96037352 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221489347088 140221512245159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10555476 memory=280269970217120 CPUtime=0.36 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) R 2721 2724 30942 0 -1 4202560 230 0 0 0 30 6 0 0 20 0 15 0 96037352 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221132495448 140221511991300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10555476 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) R 2721 2724 30942 0 -1 4202560 239 0 0 0 29 7 0 0 20 0 15 0 96037352 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221131442448 140221511991326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10555476 memory=3416837 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 96037353 10808807424 150544 33554432000 4194304 4196468 140723530688320 140221087167712 140221527303893 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0

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

Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 767088 KiB

[startup+4.80086 s]
/proc/loadavg: 4.94 4.05 3.06 6/217 2740
/proc/meminfo: memFree=18092440/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10622040 memory=767708 CPUtime=9.83 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 16744 0 0 0 930 53 0 0 20 0 16 0 96037350 10876968960 191927 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2655510 191927 3140 1 0 2643904 0
[pid=2724/tid=2726] ppid=2721 vsize=10622040 memory=-7452431979323206951 CPUtime=3.38 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) R 2721 2724 30942 0 -1 4202560 6159 0 0 0 332 6 0 0 20 0 16 0 96037351 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221531532328 140221166482376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10622040 memory=3904819324686596475 CPUtime=1.05 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 479 0 0 0 94 11 0 0 20 0 16 0 96037352 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10622040 memory=8112282956445269571 CPUtime=1.04 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1025 0 0 0 93 11 0 0 20 0 16 0 96037352 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10622040 memory=13568193352435321 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1077 0 0 0 91 10 0 0 20 0 16 0 96037352 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10622040 memory=-6800859132029471843 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 553 0 0 0 91 10 0 0 20 0 16 0 96037352 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10622040 memory=6944656592455359580 CPUtime=0.32 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 491 0 0 0 32 0 0 0 20 0 16 0 96037353 10876968960 191927 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10622040 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 96037354 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10622040 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96037354 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10622040 memory=7681421203011431829 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10622040 memory=6944656592452807320 CPUtime=0.89 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 2456 0 0 0 89 0 0 0 20 0 16 0 96037356 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10622040 memory=4206468019014099040 CPUtime=0.78 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 1901 0 0 0 78 0 0 0 20 0 16 0 96037356 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10622040 memory=-7107449089259629166 CPUtime=0.25 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 1236 0 0 0 25 0 0 0 20 0 16 0 96037356 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10622040 memory=8326441210107759530 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10622040 memory=8253277890728569419 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96037357 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2740] ppid=2721 vsize=10622040 memory=-6659249964331953341 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2740/stat : 2740 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96037659 10876968960 191927 33554432000 4194304 4196468 140723530688320 140220553979312 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 767708 KiB

[startup+5.20139 s]
/proc/loadavg: 4.94 4.05 3.06 6/217 2740
/proc/meminfo: memFree=18091936/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10622040 memory=768240 CPUtime=10.33 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 20083 0 0 0 980 53 0 0 20 0 16 0 96037350 10876968960 192060 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2655510 192060 3153 1 0 2643904 0
[pid=2724/tid=2726] ppid=2721 vsize=10622040 memory=0 CPUtime=3.78 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) R 2721 2724 30942 0 -1 4202560 6620 0 0 0 372 6 0 0 20 0 16 0 96037351 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221531532432 140221163319369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10622040 memory=6656426216303648864 CPUtime=1.05 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 479 0 0 0 94 11 0 0 20 0 16 0 96037352 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10622040 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1025 0 0 0 93 11 0 0 20 0 16 0 96037352 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10622040 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1077 0 0 0 91 10 0 0 20 0 16 0 96037352 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10622040 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 553 0 0 0 91 10 0 0 20 0 16 0 96037352 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10622040 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 494 0 0 0 32 0 0 0 20 0 16 0 96037353 10876968960 192060 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 96037354 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96037354 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10622040 memory=0 CPUtime=0.96 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) R 2721 2724 30942 0 -1 4202560 4008 0 0 0 96 0 0 0 20 0 16 0 96037356 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220559230176 140221506986791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10622040 memory=767708 CPUtime=0.81 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 2442 0 0 0 81 0 0 0 20 0 16 0 96037356 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10622040 memory=5865191264803116647 CPUtime=0.26 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 1683 0 0 0 26 0 0 0 20 0 16 0 96037356 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10622040 memory=4638802613744785508 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10622040 memory=4639928500380259430 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96037357 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2740] ppid=2721 vsize=10622040 memory=7517459132133565778 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2740/stat : 2740 (java) S 2721 2724 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96037659 10876968960 192060 33554432000 4194304 4196468 140723530688320 140220553979312 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 768240 KiB

[startup+5.40075 s]
/proc/loadavg: 4.94 4.05 3.06 6/217 2740
/proc/meminfo: memFree=18091936/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10755168 memory=768488 CPUtime=10.64 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 21163 0 0 0 1010 54 0 0 20 0 16 0 96037350 11013292032 192122 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2688792 192122 3155 1 0 2677186 0
[pid=2724/tid=2726] ppid=2721 vsize=10755168 memory=6940436602134095191 CPUtime=3.96 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) S 2721 2724 30942 0 -1 1077944384 7026 0 0 0 390 6 0 0 20 0 16 0 96037351 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221531534368 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10755168 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 479 0 0 0 94 11 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10755168 memory=122 CPUtime=1.04 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1025 0 0 0 93 11 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10755168 memory=280269970146000 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1077 0 0 0 91 10 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10755168 memory=6944656592455359580 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 553 0 0 0 91 10 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10755168 memory=6944656592455360604 CPUtime=0.32 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 494 0 0 0 32 0 0 0 20 0 16 0 96037353 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10755168 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 96037354 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10755168 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96037354 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10755168 memory=3616443484337368563 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10755168 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 4289 0 0 0 103 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10755168 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 2637 0 0 0 84 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10755168 memory=6944656592387989600 CPUtime=0.27 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 1731 0 0 0 27 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10755168 memory=-3195349257566499689 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96037357 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 768488 KiB

[startup+5.50079 s]
/proc/loadavg: 4.94 4.05 3.06 6/217 2740
/proc/meminfo: memFree=18091936/32770624 swapFree=67108860/67108860
[pid=2724] ppid=2721 vsize=10755168 memory=768488 CPUtime=10.64 cores=0,2,4,6
/proc/2724/stat : 2724 (java) S 2721 2724 30942 0 -1 1077944320 21163 0 0 0 1010 54 0 0 20 0 16 0 96037350 11013292032 192122 33554432000 4194304 4196468 140723530688320 140723530670864 140221527293687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
/proc/2724/statm: 2688792 192122 3155 1 0 2677186 0
[pid=2724/tid=2726] ppid=2721 vsize=10755168 memory=0 CPUtime=3.96 cores=0,2,4,6
/proc/2724/task/2726/stat : 2726 (java) S 2721 2724 30942 0 -1 1077944384 7026 0 0 0 390 6 0 0 20 0 16 0 96037351 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221531534368 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2727] ppid=2721 vsize=10755168 memory=767220 CPUtime=1.05 cores=0,2,4,6
/proc/2724/task/2727/stat : 2727 (java) S 2721 2724 30942 0 -1 1077944384 479 0 0 0 94 11 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221490399888 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2728] ppid=2721 vsize=10755168 memory=1692 CPUtime=1.04 cores=0,2,4,6
/proc/2724/task/2728/stat : 2728 (java) S 2721 2724 30942 0 -1 1077944384 1025 0 0 0 93 11 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221489347088 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2729] ppid=2721 vsize=10755168 memory=3978983288666660912 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2729/stat : 2729 (java) S 2721 2724 30942 0 -1 1077944384 1077 0 0 0 91 10 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221132495248 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2730] ppid=2721 vsize=10755168 memory=6297811882963735208 CPUtime=1.01 cores=0,2,4,6
/proc/2724/task/2730/stat : 2730 (java) S 2721 2724 30942 0 -1 1077944384 553 0 0 0 91 10 0 0 20 0 16 0 96037352 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221131442448 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2731] ppid=2721 vsize=10755168 memory=55 CPUtime=0.32 cores=0,2,4,6
/proc/2724/task/2731/stat : 2731 (java) S 2721 2724 30942 0 -1 1077944384 494 0 0 0 32 0 0 0 20 0 16 0 96037353 11013292032 192122 33554432000 4194304 4196468 140723530688320 140221087169392 140221527304834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2732] ppid=2721 vsize=10755168 memory=5792262878946938960 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2732/stat : 2732 (java) S 2721 2724 30942 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 96037354 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220562400800 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2733] ppid=2721 vsize=10755168 memory=3546218191012898486 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2733/stat : 2733 (java) S 2721 2724 30942 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96037354 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220561347952 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2734] ppid=2721 vsize=10755168 memory=7013346442758874224 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2734/stat : 2734 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220560296272 140221527312283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2735] ppid=2721 vsize=10755168 memory=5792262874651971664 CPUtime=1.03 cores=0,2,4,6
/proc/2724/task/2735/stat : 2735 (java) S 2721 2724 30942 0 -1 1077944384 4289 0 0 0 103 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220559243632 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2736] ppid=2721 vsize=10755168 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/2724/task/2736/stat : 2736 (java) S 2721 2724 30942 0 -1 1077944384 2637 0 0 0 84 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220558190832 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2737] ppid=2721 vsize=10755168 memory=151818503984472 CPUtime=0.27 cores=0,2,4,6
/proc/2724/task/2737/stat : 2737 (java) S 2721 2724 30942 0 -1 1077944384 1731 0 0 0 27 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220557138032 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2738] ppid=2721 vsize=10755168 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2738/stat : 2738 (java) S 2721 2724 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96037356 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220556085472 140221527303893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
[pid=2724/tid=2739] ppid=2721 vsize=10755168 memory=-7749694995119233653 CPUtime=0 cores=0,2,4,6
/proc/2724/task/2739/stat : 2739 (java) S 2721 2724 30942 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96037357 11013292032 192122 33554432000 4194304 4196468 140723530688320 140220555033776 140221527304834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140723530695814 140723530695967 140723530695967 140723530698703 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 768488 KiB

Child status: 0
Real time (s): 5.59169
CPU time (s): 10.6588
CPU user time (s): 10.1103
CPU system time (s): 0.548435
CPU usage (%): 190.618
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 768488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1103
system time used= 0.548435
maximum resident set size= 768952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1923
involuntary context switches= 79


# summary of solver processes directly reported to runsolver:
#   pid: 2724
#   total CPU time (s): 10.6588
#   total CPU user time (s): 10.1103
#   total CPU system time (s): 0.548435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052599 second user time and 0.101152 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 14:50:37
IDJOB=4263476
IDBENCH=133316
IDSOLVER=2651
FILE ID=node114/4263476-1502629495
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-40-2-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263476-1502629495/watcher-4263476-1502629495 -o /tmp/evaluation-result-4263476-1502629495/solver-4263476-1502629495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263476-1502629495.xml

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

MD5SUM BENCH= c9e77eb945e1668088372780fa45332f
RANDOM SEED=1756857081

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        18849300 kB
MemAvailable:   23739168 kB
Buffers:          152000 kB
Cached:          5028184 kB
SwapCached:            0 kB
Active:          8622800 kB
Inactive:        4851608 kB
Active(anon):    8297132 kB
Inactive(anon):    25036 kB
Active(file):     325668 kB
Inactive(file):  4826572 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       8320908 kB
Mapped:            55276 kB
Shmem:             25224 kB
Slab:             132140 kB
SReclaimable:     106924 kB
SUnreclaim:        25216 kB
KernelStack:        3840 kB
PageTables:        22000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7983104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 14:50:42