Trace number 4289953

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.17 2322.07

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

126.01/56.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
126.01/56.20	c This is free software under the dual EPL/GNU LGPL licenses.
126.01/56.20	c See www.sat4j.org for details.
126.01/56.20	c That software uses the Rhino library from the Mozilla project.
126.01/56.20	c version 2.3.6-SNAPSHOT
126.01/56.20	c java.runtime.name	Java(TM) SE Runtime Environment
126.01/56.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
126.01/56.20	c java.vm.version	25.131-b11
126.01/56.20	c java.vm.vendor	Oracle Corporation
126.01/56.20	c sun.arch.data.model	64
126.01/56.20	c java.version		1.8.0_131
126.01/56.20	c os.name		Linux
126.01/56.20	c os.version		3.10.0-514.16.1.el7.x86_64
126.01/56.20	c os.arch		amd64
126.01/56.20	c Free memory 		499604488
126.01/56.20	c Max memory 		7247757312
126.01/56.20	c Total memory 		504889344
126.01/56.20	c Number of processors 	4
126.01/56.20	c c --- Begin Solver configuration ---
126.01/56.20	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
126.01/56.20	c Learn all clauses as in MiniSAT
126.01/56.20	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
126.01/56.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
126.01/56.20	c No reason simplification
126.01/56.20	c Glucose 2.1 dynamic restart strategy
126.01/56.20	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
126.01/56.20	c timeout=2147483s
126.01/56.20	c DB Simplification allowed=false
126.01/56.20	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
126.01/56.20	c --- End Solver configuration ---
126.01/56.20	c constraints type 
126.01/56.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 1006
126.01/56.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32435130
126.01/56.20	c org.sat4j.minisat.constraints.cnf.UnitClauses => 234
126.01/56.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4122972
126.01/56.20	c org.sat4j.specs.Constr$1 => 234
126.01/56.20	c org.sat4j.minisat.constraints.cnf.UnitClause => 1750
126.01/56.20	c 36561326 constraints processed.
2400.11/2322.00	c starts		: 3852
2400.11/2322.00	c conflicts		: 1347404
2400.11/2322.00	c decisions		: 100312827
2400.11/2322.00	c propagations		: 6301604994
2400.11/2322.00	c inspects		: 8240030777
2400.11/2322.00	c shortcuts		: 0
2400.11/2322.00	c learnt literals	: 908
2400.11/2322.00	c learnt binary clauses	: 15510
2400.11/2322.00	c learnt ternary clauses	: 29418
2400.11/2322.00	c learnt constraints	: 1346496
2400.11/2322.01	c ignored constraints	: 0
2400.11/2322.01	c root simplifications	: 0
2400.11/2322.01	c removed literals (reason simplification)	: 0
2400.11/2322.01	c reason swapping (by a shorter reason)	: 0
2400.11/2322.01	c Calls to reduceDB	: 47
2400.11/2322.01	c Number of update (reduction) of LBD	: 1195236
2400.11/2322.01	c Imported unit clauses	: 0
2400.11/2322.01	c number of reductions to clauses (during analyze)	: 0
2400.11/2322.01	c number of learned constraints concerned by reduction	: 0
2400.11/2322.01	c number of learning phase by resolution	: 0
2400.11/2322.01	c number of learning phase by cutting planes	: 0
2400.11/2322.01	c number of rounding to 1 operations	: 0
2400.11/2322.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2322.01	c number of reductions of the coefficients by power 2 	: 0
2400.11/2322.01	c number of right shift for reduction by power 2 	: 0
2400.11/2322.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2322.01	c number of ending skipping 	: 0
2400.11/2322.01	c number of internal skipping 	: 0
2400.11/2322.01	c number of derivation steps 	: 0
2400.11/2322.01	c number of skipped derivation steps 	: 0
2400.11/2322.01	c number of remaining unassigned 	: 0
2400.11/2322.01	c number of remaining assigned 	: 0
2400.11/2322.01	c speed (assignments/second)	: 2781461.9056636007
2400.11/2322.01	c non guided choices	: 47048854
2400.11/2322.03	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 15510
2400.11/2322.03	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 135130
2400.11/2322.03	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289953-1532210550/watcher-4289953-1532210550 -o /tmp/evaluation-result-4289953-1532210550/solver-4289953-1532210550 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289953-1532210550.xml 

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

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


[startup+0.101133 s]*
/proc/loadavg: 1.90 2.01 2.02 2/210 28724
/proc/meminfo: memFree=20284844/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10659012 memory=31516 CPUtime=0.12 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 6429 0 0 0 11 1 0 0 20 0 15 0 38618205 10914828288 7879 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2664753 7879 2847 1 0 2627263 0
[pid=28686/tid=28688] ppid=28683 vsize=10659012 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 4268 0 0 0 8 0 0 0 20 0 15 0 38618205 10914828288 7879 33554432000 4194304 4196468 140724892311744 140154201458544 140154181334366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 7879 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 7879 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 7879 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 7879 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618207 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618208 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153687319840 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618208 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153686267504 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) R 28683 28686 26151 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0.01 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) R 28683 28686 26151 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 38618210 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153682057584 140154197265814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618211 10914828288 7879 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210635 s]*
/proc/loadavg: 1.90 2.01 2.02 4/216 28730
/proc/meminfo: memFree=20260168/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10659012 memory=42240 CPUtime=0.33 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 7647 0 0 0 31 2 0 0 20 0 15 0 38618205 10914828288 10560 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2664753 10560 3008 1 0 2627263 0
[pid=28686/tid=28688] ppid=28683 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 4604 0 0 0 19 1 0 0 20 0 15 0 38618205 10914828288 10560 33554432000 4194304 4196468 140724892311744 140154201490160 140154197275805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 10560 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10659012 memory=140343310618283 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 10560 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 10560 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618206 10914828288 10560 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618207 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618208 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153687319840 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618208 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153686267504 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) S 28683 28686 26151 0 -1 1077944384 637 0 0 0 2 0 0 0 20 0 15 0 38618210 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 38618210 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0.07 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) S 28683 28686 26151 0 -1 1077944384 627 0 0 0 7 0 0 0 20 0 15 0 38618210 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153682057584 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10659012 memory=140343310419584 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618211 10914828288 10560 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42240 KiB

[startup+0.313192 s]*
/proc/loadavg: 1.90 2.01 2.02 5/200 28733
/proc/meminfo: memFree=20272572/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10659088 memory=52880 CPUtime=0.57 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 9408 0 0 0 55 2 0 0 20 0 15 0 38618205 10914906112 13220 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2664772 13220 3073 1 0 2627263 0
[pid=28686/tid=28688] ppid=28683 vsize=10659088 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 5250 0 0 0 28 1 0 0 20 0 15 0 38618205 10914906112 13220 33554432000 4194304 4196468 140724892311744 140154201488832 140154197275805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10659088 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914906112 13220 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914906112 13220 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10659088 memory=-2245088631185882904 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10914906112 13220 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10659088 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618206 10914906112 13220 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38618207 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618208 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153687319840 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10659088 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618208 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153686267504 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10659088 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10659088 memory=6944613755495348631 CPUtime=0.05 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) R 28683 28686 26151 0 -1 4202560 1074 0 0 0 5 0 0 0 20 0 15 0 38618210 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153684143688 140154180737899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10659088 memory=7893295687695688210 CPUtime=0.07 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 865 0 0 0 7 0 0 0 20 0 15 0 38618210 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10659088 memory=-8813974798734826869 CPUtime=0.12 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) R 28683 28686 26151 0 -1 4202560 852 0 0 0 12 0 0 0 20 0 15 0 38618210 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153682057584 140154181334366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10659088 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10659088 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618211 10914906112 13220 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52880 KiB

[startup+0.701184 s]
/proc/loadavg: 1.90 2.01 2.02 4/197 28745
/proc/meminfo: memFree=20239968/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10661168 memory=178952 CPUtime=1.91 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 16946 0 0 0 185 6 0 0 20 0 15 0 38618205 10917036032 44738 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2665292 44738 3098 1 0 2627783 0
[pid=28686/tid=28688] ppid=28683 vsize=10661168 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) D 28683 28686 26151 0 -1 4202560 5590 0 0 0 64 3 0 0 20 0 15 0 38618205 10917036032 44738 33554432000 4194304 4196468 140724892311744 140154201481704 140154189971031 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10917036032 44738 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10917036032 44738 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10661168 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618206 10917036032 44738 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618206 10917036032 44738 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38618207 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618208 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153687319840 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618208 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153686267504 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10661168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10661168 memory=7018386573725034072 CPUtime=0.41 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) D 28683 28686 26151 0 -1 4202560 4495 0 0 0 41 0 0 0 20 0 15 0 38618210 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153684148136 140154189543261 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10661168 memory=7300732359436559953 CPUtime=0.44 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) D 28683 28686 26151 0 -1 4202560 3124 0 0 0 44 0 0 0 20 0 15 0 38618210 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153683094920 140154189971031 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10661168 memory=7595999601414925931 CPUtime=0.35 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) R 28683 28686 26151 0 -1 4202560 2366 0 0 0 34 1 0 0 20 0 15 0 38618210 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153682054056 140154176109914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10661168 memory=7523376918531162212 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618210 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10661168 memory=7452170273528437103 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618211 10917036032 44738 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10661168 KiB
Current children cumulated memory: 178952 KiB

[startup+1.50117 s]
/proc/loadavg: 1.90 2.01 2.02 6/217 28776
/proc/meminfo: memFree=20059420/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10661136 memory=410752 CPUtime=4.51 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 19387 0 0 0 436 15 0 0 20 0 15 0 38618205 10917003264 102688 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2665284 102688 3154 1 0 2627775 0
[pid=28686/tid=28688] ppid=28683 vsize=10661136 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 5796 0 0 0 131 4 0 0 20 0 15 0 38618205 10917003264 102688 33554432000 4194304 4196468 140724892311744 140154201490864 140153797392866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10661136 memory=6944656592455359580 CPUtime=0.06 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 75 0 0 0 5 1 0 0 20 0 15 0 38618206 10917003264 102688 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10661136 memory=164 CPUtime=0.05 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 123 0 0 0 4 1 0 0 20 0 15 0 38618206 10917003264 102688 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10661136 memory=6944656425123485561 CPUtime=0.05 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 110 0 0 0 4 1 0 0 20 0 15 0 38618206 10917003264 102688 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10661136 memory=7367994820087801681 CPUtime=0.09 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 145 0 0 0 7 2 0 0 20 0 15 0 38618206 10917003264 102688 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10661136 memory=7234583553451781221 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38618207 10917003264 102688 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0

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

/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 18758 0 0 0 776 5 0 0 20 0 16 0 38618207 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10727700 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153687319904 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153686267520 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10727700 memory=920 CPUtime=2.63 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) S 28683 28686 26151 0 -1 1077944384 11013 0 0 0 261 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2.62 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 10498 0 0 0 261 1 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0.78 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) S 28683 28686 26151 0 -1 1077944384 8545 0 0 0 76 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153682057584 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10727700 memory=4140 CPUtime=1.42 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1898 0 0 0 67 75 0 0 20 0 16 0 38618211 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28778] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28778/stat : 28778 (java) S 28683 28686 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38623848 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153676801200 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 2280.48 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5357044 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/217 28849
/proc/meminfo: memFree=10612188/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2340.52 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 298077 0 0 0 233705 347 0 0 20 0 16 0 38618205 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2681925 1339261 3194 1 0 2644416 0
[pid=28686/tid=28688] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2230.51 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 154719 0 0 0 223001 50 0 0 20 0 16 0 38618205 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154201492816 140153799900659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10727700 memory=5357044 CPUtime=23.75 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 22955 0 0 0 2323 52 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10727700 memory=0 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 23395 0 0 0 2306 56 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10727700 memory=5357044 CPUtime=23.64 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 23010 0 0 0 2307 57 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10727700 memory=5357044 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 21794 0 0 0 2308 54 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10727700 memory=5357044 CPUtime=7.81 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 18768 0 0 0 776 5 0 0 20 0 16 0 38618207 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153687319904 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153686267520 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10727700 memory=5357044 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2.63 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) S 28683 28686 26151 0 -1 1077944384 11019 0 0 0 261 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2.62 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 10501 0 0 0 261 1 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10727700 memory=2400 CPUtime=0.78 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) S 28683 28686 26151 0 -1 1077944384 8555 0 0 0 76 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153682057584 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10727700 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10727700 memory=4140 CPUtime=1.46 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1938 0 0 0 69 77 0 0 20 0 16 0 38618211 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28778] ppid=28683 vsize=10727700 memory=13792 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28778/stat : 28778 (java) S 28683 28686 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38623848 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153676801200 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 2340.52 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5357044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2321.8 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 28850
/proc/meminfo: memFree=10612752/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10727700 memory=5357044 CPUtime=2400.06 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 301250 0 0 0 239656 350 0 0 20 0 16 0 38618205 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2681925 1339261 3194 1 0 2644416 0
[pid=28686/tid=28688] ppid=28683 vsize=10727700 memory=932 CPUtime=2290 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) R 28683 28686 26151 0 -1 4202560 157814 0 0 0 228950 50 0 0 20 0 16 0 38618205 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154201492816 140153800292123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10727700 memory=1584 CPUtime=23.75 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 22955 0 0 0 2323 52 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10727700 memory=4124 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 23395 0 0 0 2306 56 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10727700 memory=2400 CPUtime=23.64 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 23010 0 0 0 2307 57 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10727700 memory=1836 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 21794 0 0 0 2308 54 0 0 20 0 16 0 38618206 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10727700 memory=12976 CPUtime=7.81 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 18777 0 0 0 776 5 0 0 20 0 16 0 38618207 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10727700 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153687319904 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10727700 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 38618208 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153686267520 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10727700 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10727700 memory=1232 CPUtime=2.63 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) S 28683 28686 26151 0 -1 1077944384 11042 0 0 0 261 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10727700 memory=8372 CPUtime=2.62 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 10504 0 0 0 261 1 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10727700 memory=1708 CPUtime=0.78 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) S 28683 28686 26151 0 -1 1077944384 8572 0 0 0 76 2 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153682057584 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10727700 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618210 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10727700 memory=4612 CPUtime=1.5 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1964 0 0 0 71 79 0 0 20 0 16 0 38618211 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28778] ppid=28683 vsize=10727700 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28778/stat : 28778 (java) S 28683 28686 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38623848 10985164800 1339261 33554432000 4194304 4196468 140724892311744 140153676801200 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5357044 KiB

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

[startup+2322.07 s]
# the end of solver process 28686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.64 s, system=3.52821 s

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

[startup+2322 s]*
/proc/loadavg: 2.01 2.03 2.05 2/218 28853
/proc/meminfo: memFree=10612488/32770624 swapFree=67108860/67108860
[pid=28686] ppid=28683 vsize=10927392 memory=5357356 CPUtime=2400.11 cores=1,3,5,7
/proc/28686/stat : 28686 (java) S 28683 28686 26151 0 -1 1077944320 302952 0 0 0 239661 350 0 0 20 0 17 0 38618205 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140724892294288 140154197253879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
/proc/28686/statm: 2731848 1339339 3197 1 0 2694339 0
[pid=28686/tid=28688] ppid=28683 vsize=10927392 memory=1236 CPUtime=2290.03 cores=1,3,5,7
/proc/28686/task/28688/stat : 28688 (java) S 28683 28686 26151 0 -1 1077944384 157950 0 0 0 228953 50 0 0 20 0 17 0 38618205 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140154201496752 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28689] ppid=28683 vsize=10927392 memory=2340 CPUtime=23.75 cores=1,3,5,7
/proc/28686/task/28689/stat : 28689 (java) S 28683 28686 26151 0 -1 1077944384 22955 0 0 0 2323 52 0 0 20 0 17 0 38618206 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140154123327888 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28690] ppid=28683 vsize=10927392 memory=4126316290023845779 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28690/stat : 28690 (java) S 28683 28686 26151 0 -1 1077944384 23395 0 0 0 2306 56 0 0 20 0 17 0 38618206 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140154122275088 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28691] ppid=28683 vsize=10927392 memory=6791534058613427641 CPUtime=23.64 cores=1,3,5,7
/proc/28686/task/28691/stat : 28691 (java) S 28683 28686 26151 0 -1 1077944384 23010 0 0 0 2307 57 0 0 20 0 17 0 38618206 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140154121222800 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28692] ppid=28683 vsize=10927392 memory=792 CPUtime=23.62 cores=1,3,5,7
/proc/28686/task/28692/stat : 28692 (java) S 28683 28686 26151 0 -1 1077944384 21794 0 0 0 2308 54 0 0 20 0 17 0 38618206 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140154120170000 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28697] ppid=28683 vsize=10927392 memory=1952 CPUtime=7.81 cores=1,3,5,7
/proc/28686/task/28697/stat : 28697 (java) S 28683 28686 26151 0 -1 1077944384 18813 0 0 0 776 5 0 0 20 0 17 0 38618207 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153688373872 140154197265026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28698] ppid=28683 vsize=10927392 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28698/stat : 28698 (java) S 28683 28686 26151 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38618208 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153687319904 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28703] ppid=28683 vsize=10927392 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28703/stat : 28703 (java) S 28683 28686 26151 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 38618208 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153686267520 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28710] ppid=28683 vsize=10927392 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28710/stat : 28710 (java) S 28683 28686 26151 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 17 0 38618210 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153685215824 140154197272475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28711] ppid=28683 vsize=10927392 memory=5412 CPUtime=2.64 cores=1,3,5,7
/proc/28686/task/28711/stat : 28711 (java) R 28683 28686 26151 0 -1 1077944384 11649 0 0 0 262 2 0 0 20 0 17 0 38618210 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153684162672 140154197265026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28712] ppid=28683 vsize=10927392 memory=4612 CPUtime=2.62 cores=1,3,5,7
/proc/28686/task/28712/stat : 28712 (java) S 28683 28686 26151 0 -1 1077944384 10504 0 0 0 261 1 0 0 20 0 17 0 38618210 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153683109872 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28713] ppid=28683 vsize=10927392 memory=1012 CPUtime=0.78 cores=1,3,5,7
/proc/28686/task/28713/stat : 28713 (java) R 28683 28686 26151 0 -1 4202560 8783 0 0 0 76 2 0 0 20 0 17 0 38618210 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153682057584 140154189492980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28715] ppid=28683 vsize=10927392 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28715/stat : 28715 (java) S 28683 28686 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38618210 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153681005024 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28716] ppid=28683 vsize=10927392 memory=1200 CPUtime=1.5 cores=1,3,5,7
/proc/28686/task/28716/stat : 28716 (java) S 28683 28686 26151 0 -1 1077944384 1964 0 0 0 71 79 0 0 20 0 17 0 38618211 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153679952816 140154197265026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28851] ppid=28683 vsize=10927392 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28851/stat : 28851 (java) S 28683 28686 26151 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 38850385 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153675748208 140154197264085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
[pid=28686/tid=28852] ppid=28683 vsize=10927392 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/28686/task/28852/stat : 28852 (java) R 28683 28686 26151 0 -1 4202560 239 0 0 0 0 0 0 0 20 0 17 0 38850385 11189649408 1339339 33554432000 4194304 4196468 140724892311744 140153674694192 140153792375832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31137792 140724892316785 140724892316937 140724892316937 140724892319695 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5357356 KiB

Child status: 143
Real time (s): 2322.07
CPU time (s): 2400.17
CPU user time (s): 2396.64
CPU system time (s): 3.52821
CPU usage (%): 103.363
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5357356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.64
system time used= 3.52821
maximum resident set size= 5357552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54119
involuntary context switches= 2343


# summary of solver processes directly reported to runsolver:
#   pid: 28686
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2396.64
#   total CPU system time (s): 3.52821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2653 second user time and 22.666 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:02:30
IDJOB=4289953
IDBENCH=141102
IDSOLVER=2742
FILE ID=node107/4289953-1532210550
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289953-1532210550/watcher-4289953-1532210550 -o /tmp/evaluation-result-4289953-1532210550/solver-4289953-1532210550 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289953-1532210550.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1918260850

node107.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.40
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.40
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.40
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.40
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:        20310412 kB
MemAvailable:   31936332 kB
Buffers:          224844 kB
Cached:         11554484 kB
SwapCached:            0 kB
Active:          1429488 kB
Inactive:       10405988 kB
Active(anon):      59008 kB
Inactive(anon):    16864 kB
Active(file):    1370480 kB
Inactive(file): 10389124 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:         87388 kB
Mapped:            35080 kB
Shmem:             17036 kB
Slab:             321400 kB
SReclaimable:     294776 kB
SUnreclaim:        26624 kB
KernelStack:        3632 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:41:12