Trace number 4263620

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 78.530701 65.419601

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-3.xml
MD5SUMfc2e045ebd71a38a005daaa4794eb19c
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.170955
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

19.64/7.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
19.64/7.76	c This is free software under the dual EPL/GNU LGPL licenses.
19.64/7.76	c See www.sat4j.org for details.
19.64/7.76	c That software uses the Rhino library from the Mozilla project.
19.64/7.76	c version CUSTOM.v20170705
19.64/7.76	c java.runtime.name	Java(TM) SE Runtime Environment
19.64/7.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
19.64/7.76	c java.vm.version	25.131-b11
19.64/7.76	c java.vm.vendor	Oracle Corporation
19.64/7.76	c sun.arch.data.model	64
19.64/7.76	c java.version		1.8.0_131
19.64/7.76	c os.name		Linux
19.64/7.76	c os.version		3.10.0-514.16.1.el7.x86_64
19.64/7.76	c os.arch		amd64
19.64/7.76	c Free memory 		499604488
19.64/7.76	c Max memory 		7247757312
19.64/7.76	c Total memory 		504889344
19.64/7.76	c Number of processors 	4
19.64/7.76	c c --- Begin Solver configuration ---
19.64/7.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
19.64/7.76	c Learn all clauses as in MiniSAT
19.64/7.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
19.64/7.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
19.64/7.76	c No reason simplification
19.64/7.76	c Glucose 2.1 dynamic restart strategy
19.64/7.76	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
19.64/7.76	c timeout=2147483s
19.64/7.76	c DB Simplification allowed=false
19.64/7.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
19.64/7.76	c --- End Solver configuration ---
19.64/7.76	c constraints type 
19.64/7.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
19.64/7.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95580
19.64/7.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12860650
19.64/7.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 630
19.64/7.76	c 12956960 constraints processed.
78.50/65.38	c starts		: 550
78.50/65.38	c conflicts		: 91465
78.50/65.38	c decisions		: 6150597
78.50/65.38	c propagations		: 75178638
78.50/65.38	c inspects		: 818263597
78.50/65.38	c shortcuts		: 0
78.50/65.38	c learnt literals	: 744
78.50/65.38	c learnt binary clauses	: 2845
78.50/65.38	c learnt ternary clauses	: 24360
78.50/65.38	c learnt constraints	: 90721
78.50/65.38	c ignored constraints	: 0
78.50/65.38	c root simplifications	: 0
78.50/65.38	c removed literals (reason simplification)	: 0
78.50/65.38	c reason swapping (by a shorter reason)	: 0
78.50/65.38	c Calls to reduceDB	: 9
78.50/65.38	c Number of update (reduction) of LBD	: 60469
78.50/65.38	c Imported unit clauses	: 0
78.50/65.38	c number of reductions to clauses (during analyze)	: 0
78.50/65.38	c number of learned constraints concerned by reduction	: 0
78.50/65.38	c number of learning phase by resolution	: 0
78.50/65.38	c number of learning phase by cutting planes	: 0
78.50/65.38	c number of rounding to 1 operations	: 0
78.50/65.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
78.50/65.38	c number of reductions of the coefficients by power 2 	: 0
78.50/65.38	c number of right shift for reduction by power 2 	: 0
78.50/65.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
78.50/65.38	c speed (assignments/second)	: 1305207.3473497804
78.50/65.38	c non guided choices	638137
78.50/65.39	c learnt constraints type 
78.50/65.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2845
78.50/65.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34207
78.50/65.39	s SATISFIABLE
78.50/65.39	v <instantiation type="solution">
78.50/65.39	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
78.50/65.39	v 	<values> 1 11 20 77 88 11 42 96 141 145 54 101 136 149 158 20 27 36 123 145 6 52 63 113 123 83 96 109 133 148 2 54 86 105 127 41 65 73 125 134 48 71 123 138 143 3 31 48 79 137 </values>
78.50/65.39	v </instantiation>
78.50/65.39	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263620-1502583774/watcher-4263620-1502583774 -o /tmp/evaluation-result-4263620-1502583774/solver-4263620-1502583774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263620-1502583774.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=8232, runsolver pid=8229

[startup+0.100111 s]*
/proc/loadavg: 0.24 0.06 0.06 4/209 8240
/proc/meminfo: memFree=31494968/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10151672 memory=21052 CPUtime=0.02 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 4109 0 0 0 2 0 0 0 20 0 9 0 12260062 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2537918 5263 2112 1 0 2527415 0
[pid=8232/tid=8234] ppid=8229 vsize=10151672 memory=-8035107114825123821 CPUtime=0.02 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 2749 0 0 0 2 0 0 0 20 0 9 0 12260069 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670714847688 140670710633629 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12260070 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10151672 memory=139863600965248 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12260070 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12260070 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12260070 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10151672 memory=139863600965248 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12260071 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12260072 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670206215200 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12260072 10395312128 5263 18446744073709551615 4194304 4196468 140723259645456 140670205162416 140670710621909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21052 KiB

[startup+0.210226 s]*
/proc/loadavg: 0.24 0.06 0.06 7/216 8247
/proc/meminfo: memFree=31478520/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10551156 memory=30320 CPUtime=0.14 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 7734 0 0 0 12 2 0 0 20 0 15 0 12260062 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2637789 7580 2810 1 0 2627261 0
[pid=8232/tid=8234] ppid=8229 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 5567 0 0 0 8 2 0 0 20 0 15 0 12260069 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670714834736 140670710633629 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10551156 memory=139863600972253 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10551156 memory=139863600965248 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260071 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260072 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670206215200 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260072 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260074 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 12260074 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 12260074 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10551156 memory=139863600965248 CPUtime=0.02 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) R 8229 8232 7968 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 12260074 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670703328855 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260075 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10551156 memory=139863600965248 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260078 10804383744 7580 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30320 KiB

[startup+0.32049 s]*
/proc/loadavg: 0.24 0.06 0.06 5/216 8247
/proc/meminfo: memFree=31451572/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10551156 memory=39440 CPUtime=0.3 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 9097 0 0 0 27 3 0 0 20 0 15 0 12260062 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2637789 9860 2918 1 0 2627261 0
[pid=8232/tid=8234] ppid=8229 vsize=10551156 memory=8318255677412212789 CPUtime=0.2 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 6336 0 0 0 18 2 0 0 20 0 15 0 12260069 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670714837488 140670710623638 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10551156 memory=139863600972253 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260070 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10551156 memory=3184237783676933808 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260071 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10551156 memory=8029366417880397064 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260072 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670206215200 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260072 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260074 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 400 0 0 0 1 0 0 0 20 0 15 0 12260074 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) R 8229 8232 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 12260074 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10551156 memory=7599809613625105123 CPUtime=0.06 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) R 8229 8232 7968 0 -1 4202560 784 0 0 0 6 0 0 0 20 0 15 0 12260074 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670694692190 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260075 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10551156 memory=139863600965248 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260078 10804383744 9860 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39440 KiB

[startup+0.700741 s]
/proc/loadavg: 0.24 0.06 0.06 9/216 8247
/proc/meminfo: memFree=31320560/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10551232 memory=121956 CPUtime=1.33 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 13505 0 0 0 128 5 0 0 20 0 15 0 12260062 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2637808 30489 3053 1 0 2627261 0
[pid=8232/tid=8234] ppid=8229 vsize=10551232 memory=288230613214036277 CPUtime=0.57 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 7451 0 0 0 53 4 0 0 20 0 15 0 12260069 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670714844256 140670329310061 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10551232 memory=15823300290938780 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260070 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12260070 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10551232 memory=7668035205204567909 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12260071 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10551232 memory=7236229500900889449 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260072 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670206215200 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10551232 memory=7662145138645034090 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12260072 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10551232 memory=6935652554363134804 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260074 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10551232 memory=139863462596321 CPUtime=0.26 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) R 8229 8232 7968 0 -1 4202560 1860 0 0 0 26 0 0 0 20 0 15 0 12260074 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670203051544 140670703708539 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10551232 memory=2276 CPUtime=0.26 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) R 8229 8232 7968 0 -1 4202560 1562 0 0 0 26 0 0 0 20 0 15 0 12260074 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670201987272 140670695722361 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10551232 memory=6944656592387989600 CPUtime=0.21 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 1264 0 0 0 21 0 0 0 20 0 15 0 12260074 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260075 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10551232 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12260078 10804461568 30489 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 121956 KiB

[startup+1.50071 s]
/proc/loadavg: 0.24 0.06 0.06 3/216 8247
/proc/meminfo: memFree=30983264/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10551232 memory=439960 CPUtime=2.98 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 14590 0 0 0 268 30 0 0 20 0 15 0 12260062 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2637808 109990 3081 1 0 2627261 0
[pid=8232/tid=8234] ppid=8229 vsize=10551232 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 7547 0 0 0 110 6 0 0 20 0 15 0 12260069 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670714848000 140670331144603 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 172 0 0 0 14 5 0 0 20 0 15 0 12260070 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10551232 memory=33 CPUtime=0.19 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 172 0 0 0 14 5 0 0 20 0 15 0 12260070 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10551232 memory=-1624781813439352349 CPUtime=0.19 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 215 0 0 0 14 5 0 0 20 0 15 0 12260070 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10551232 memory=-7880843606118635149 CPUtime=0.19 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 108 0 0 0 14 5 0 0 20 0 15 0 12260070 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10551232 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12260071 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10551232 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12260072 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670206215264 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10551232 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12260072 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10551232 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12260074 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10551232 memory=9916 CPUtime=0.37 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 1894 0 0 0 37 0 0 0 20 0 15 0 12260074 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10551232 memory=1200 CPUtime=0.36 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 1714 0 0 0 36 0 0 0 20 0 15 0 12260074 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10551232 memory=15872 CPUtime=0.24 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 1323 0 0 0 24 0 0 0 20 0 15 0 12260074 10804461568 109990 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0

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

Current children cumulated CPU time: 75.65 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1658040 KiB

[startup+64.0007 s]*
/proc/loadavg: 1.64 0.53 0.22 4/217 8329
/proc/meminfo: memFree=27574836/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10617796 memory=1658040 CPUtime=77.26 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 48569 0 0 0 7560 166 0 0 20 0 16 0 12260062 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2654449 414510 3127 1 0 2643902 0
[pid=8232/tid=8234] ppid=8229 vsize=10617796 memory=279726925024592 CPUtime=59.09 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 21300 0 0 0 5898 11 0 0 20 0 16 0 12260069 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670714847712 140670332865909 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10617796 memory=7680170660397595203 CPUtime=3.67 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 2181 0 0 0 330 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10617796 memory=0 CPUtime=3.65 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 2070 0 0 0 328 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10617796 memory=0 CPUtime=3.64 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1574 0 0 0 326 38 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10617796 memory=1658024 CPUtime=3.66 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2459 0 0 0 329 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10617796 memory=0 CPUtime=1.07 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 5046 0 0 0 107 0 0 0 20 0 16 0 12260071 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10617796 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12260072 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670206215264 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10617796 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 12260072 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10617796 memory=7480 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10617796 memory=1236 CPUtime=0.96 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 4160 0 0 0 95 1 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10617796 memory=279726926183584 CPUtime=1.08 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 4739 0 0 0 108 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10617796 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 2959 0 0 0 33 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260075 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10617796 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 698 0 0 0 1 2 0 0 20 0 16 0 12260078 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8249] ppid=8229 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8249/stat : 8249 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12260840 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670197793712 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 77.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1658040 KiB

[startup+64.8007 s]
/proc/loadavg: 1.64 0.53 0.22 4/217 8329
/proc/meminfo: memFree=27574836/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10617796 memory=1658040 CPUtime=78.05 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 48713 0 0 0 7639 166 0 0 20 0 16 0 12260062 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2654449 414510 3127 1 0 2643902 0
[pid=8232/tid=8234] ppid=8229 vsize=10617796 memory=0 CPUtime=59.88 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) R 8229 8232 7968 0 -1 4202560 21444 0 0 0 5977 11 0 0 20 0 16 0 12260069 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670714847712 140670332865909 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10617796 memory=6656426216303648864 CPUtime=3.67 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 2181 0 0 0 330 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10617796 memory=7680170660397595203 CPUtime=3.65 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 2070 0 0 0 328 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10617796 memory=10956 CPUtime=3.64 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1574 0 0 0 326 38 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10617796 memory=2424 CPUtime=3.66 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2459 0 0 0 329 37 0 0 20 0 16 0 12260070 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10617796 memory=1296 CPUtime=1.07 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 5046 0 0 0 107 0 0 0 20 0 16 0 12260071 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10617796 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12260072 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670206215264 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10617796 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 12260072 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10617796 memory=1658040 CPUtime=0.96 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 4160 0 0 0 95 1 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10617796 memory=2012 CPUtime=1.08 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 4739 0 0 0 108 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10617796 memory=279726925695872 CPUtime=0.33 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 2959 0 0 0 33 0 0 0 20 0 16 0 12260074 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10617796 memory=279726925073288 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260075 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10617796 memory=139863463066661 CPUtime=0.03 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 698 0 0 0 1 2 0 0 20 0 16 0 12260078 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8249] ppid=8229 vsize=10617796 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8249/stat : 8249 (java) S 8229 8232 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12260840 10872623104 414510 18446744073709551615 4194304 4196468 140723259645456 140670197793712 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 78.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1658040 KiB

[startup+65.2008 s]
/proc/loadavg: 1.64 0.53 0.22 3/221 8344
/proc/meminfo: memFree=27565528/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10750924 memory=1658104 CPUtime=78.5 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 50525 0 0 0 7684 166 0 0 20 0 16 0 12260062 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2687731 414526 3129 1 0 2677184 0
[pid=8232/tid=8234] ppid=8229 vsize=10750924 memory=-3252517613199061085 CPUtime=60.26 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) S 8229 8232 7968 0 -1 1077944384 22013 0 0 0 6015 11 0 0 20 0 16 0 12260069 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670714852384 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10750924 memory=7680170660397595203 CPUtime=3.67 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 2181 0 0 0 330 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10750924 memory=288230613214036277 CPUtime=3.65 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 2070 0 0 0 328 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10750924 memory=15823300290938780 CPUtime=3.64 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1574 0 0 0 326 38 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10750924 memory=2012 CPUtime=3.66 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2459 0 0 0 329 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10750924 memory=10956 CPUtime=1.07 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 5048 0 0 0 107 0 0 0 20 0 16 0 12260071 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10750924 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12260072 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670206215264 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10750924 memory=1658040 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 12260072 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10750924 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10750924 memory=1700 CPUtime=0.99 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 4644 0 0 0 98 1 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10750924 memory=1228 CPUtime=1.11 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 5338 0 0 0 111 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10750924 memory=1000 CPUtime=0.33 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 2982 0 0 0 33 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10750924 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260075 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10750924 memory=10956 CPUtime=0.03 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 698 0 0 0 1 2 0 0 20 0 16 0 12260078 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 78.5 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1658104 KiB

[startup+65.3007 s]
/proc/loadavg: 1.64 0.53 0.22 3/221 8344
/proc/meminfo: memFree=27565528/32770624 swapFree=67108860/67108860
[pid=8232] ppid=8229 vsize=10750924 memory=1658104 CPUtime=78.5 cores=0,2,4,6
/proc/8232/stat : 8232 (java) S 8229 8232 7968 0 -1 1077944320 50525 0 0 0 7684 166 0 0 20 0 16 0 12260062 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140723259628000 140670710611703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
/proc/8232/statm: 2687731 414526 3129 1 0 2677184 0
[pid=8232/tid=8234] ppid=8229 vsize=10750924 memory=1658040 CPUtime=60.26 cores=0,2,4,6
/proc/8232/task/8234/stat : 8234 (java) S 8229 8232 7968 0 -1 1077944384 22013 0 0 0 6015 11 0 0 20 0 16 0 12260069 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670714852384 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8235] ppid=8229 vsize=10750924 memory=1658040 CPUtime=3.67 cores=0,2,4,6
/proc/8232/task/8235/stat : 8235 (java) S 8229 8232 7968 0 -1 1077944384 2181 0 0 0 330 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670651649168 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8236] ppid=8229 vsize=10750924 memory=1658040 CPUtime=3.65 cores=0,2,4,6
/proc/8232/task/8236/stat : 8236 (java) S 8229 8232 7968 0 -1 1077944384 2070 0 0 0 328 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670650596368 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8237] ppid=8229 vsize=10750924 memory=55 CPUtime=3.64 cores=0,2,4,6
/proc/8232/task/8237/stat : 8237 (java) S 8229 8232 7968 0 -1 1077944384 1574 0 0 0 326 38 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670649543568 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8238] ppid=8229 vsize=10750924 memory=4124 CPUtime=3.66 cores=0,2,4,6
/proc/8232/task/8238/stat : 8238 (java) S 8229 8232 7968 0 -1 1077944384 2459 0 0 0 329 37 0 0 20 0 16 0 12260070 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670318537488 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8239] ppid=8229 vsize=10750924 memory=1658040 CPUtime=1.07 cores=0,2,4,6
/proc/8232/task/8239/stat : 8239 (java) S 8229 8232 7968 0 -1 1077944384 5048 0 0 0 107 0 0 0 20 0 16 0 12260071 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670207269232 140670710622850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8240] ppid=8229 vsize=10750924 memory=1658040 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8240/stat : 8240 (java) S 8229 8232 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12260072 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670206215264 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8241] ppid=8229 vsize=10750924 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8241/stat : 8241 (java) S 8229 8232 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 12260072 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670205162352 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8242] ppid=8229 vsize=10750924 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8242/stat : 8242 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670204110672 140670710630299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8243] ppid=8229 vsize=10750924 memory=640 CPUtime=0.99 cores=0,2,4,6
/proc/8232/task/8243/stat : 8243 (java) S 8229 8232 7968 0 -1 1077944384 4644 0 0 0 98 1 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670203059056 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8244] ppid=8229 vsize=10750924 memory=7244 CPUtime=1.11 cores=0,2,4,6
/proc/8232/task/8244/stat : 8244 (java) S 8229 8232 7968 0 -1 1077944384 5338 0 0 0 111 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670202006256 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8245] ppid=8229 vsize=10750924 memory=5428 CPUtime=0.33 cores=0,2,4,6
/proc/8232/task/8245/stat : 8245 (java) S 8229 8232 7968 0 -1 1077944384 2982 0 0 0 33 0 0 0 20 0 16 0 12260074 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670200953456 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8246] ppid=8229 vsize=10750924 memory=108 CPUtime=0 cores=0,2,4,6
/proc/8232/task/8246/stat : 8246 (java) S 8229 8232 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12260075 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670199900896 140670710621909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
[pid=8232/tid=8247] ppid=8229 vsize=10750924 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/8232/task/8247/stat : 8247 (java) S 8229 8232 7968 0 -1 1077944384 698 0 0 0 1 2 0 0 20 0 16 0 12260078 11008946176 414526 18446744073709551615 4194304 4196468 140723259645456 140670198848176 140670710622850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10125312 140723259650449 140723259650602 140723259650602 140723259654095 0
Current children cumulated CPU time: 78.5 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1658104 KiB

Child status: 0
Real time (s): 65.4196
CPU time (s): 78.5307
CPU user time (s): 76.8599
CPU system time (s): 1.6708
CPU usage (%): 120.042
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 1658104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.8599
system time used= 1.6708
maximum resident set size= 1658776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50876
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= 3497
involuntary context switches= 344


# summary of solver processes directly reported to runsolver:
#   pid: 8232
#   total CPU time (s): 78.5307
#   total CPU user time (s): 76.8599
#   total CPU system time (s): 1.6708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.361328 second user time and 0.71855 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:08:57
IDJOB=4263620
IDBENCH=115543
IDSOLVER=2651
FILE ID=node128/4263620-1502583774
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263620-1502583774/watcher-4263620-1502583774 -o /tmp/evaluation-result-4263620-1502583774/solver-4263620-1502583774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263620-1502583774.xml

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

MD5SUM BENCH= fc2e045ebd71a38a005daaa4794eb19c
RANDOM SEED=1086617265

node128.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.94
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.94
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.94
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.94
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:        31510316 kB
MemAvailable:   31995500 kB
Buffers:           98628 kB
Cached:           676116 kB
SwapCached:            0 kB
Active:           251056 kB
Inactive:         599636 kB
Active(anon):      76164 kB
Inactive(anon):    16764 kB
Active(file):     174892 kB
Inactive(file):   582872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3280 kB
Writeback:             4 kB
AnonPages:         67308 kB
Mapped:            41972 kB
Shmem:             17116 kB
Slab:             110708 kB
SReclaimable:      86512 kB
SUnreclaim:        24196 kB
KernelStack:        3280 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:10:02