Trace number 4301322

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) 252.11 236.636

General information on the benchmark

NameTal/
Tal-05_c18.xml
MD5SUM0bfba4554f8c52d47ef9f831901bb64c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark69.8535
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of constraints364
Number of domains11
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":84},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":52},{"size":7,"count":9},{"size":8,"count":10},{"size":10,"count":36},{"size":42,"count":79}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":234},{"degree":1,"count":84},{"degree":2,"count":58},{"degree":3,"count":9},{"degree":4,"count":10},{"degree":5,"count":32},{"degree":6,"count":19},{"degree":7,"count":13},{"degree":8,"count":13},{"degree":9,"count":19},{"degree":10,"count":18},{"degree":11,"count":8},{"degree":12,"count":5},{"degree":13,"count":3},{"degree":14,"count":1}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":109},{"arity":2,"count":115},{"arity":3,"count":38},{"arity":4,"count":11},{"arity":5,"count":18},{"arity":6,"count":17},{"arity":7,"count":16},{"arity":8,"count":15},{"arity":9,"count":13},{"arity":10,"count":10},{"arity":11,"count":2}]
Number of extensional constraints64
Number of intensional constraints286
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":286},{"type":"count","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

28.26/14.16	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
28.26/14.16	c This is free software under the dual EPL/GNU LGPL licenses.
28.26/14.16	c See www.sat4j.org for details.
28.26/14.16	c That software uses the Rhino library from the Mozilla project.
28.26/14.16	c version 2.3.6-SNAPSHOT
28.26/14.16	c java.runtime.name	Java(TM) SE Runtime Environment
28.26/14.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
28.26/14.16	c java.vm.version	25.131-b11
28.26/14.16	c java.vm.vendor	Oracle Corporation
28.26/14.16	c sun.arch.data.model	64
28.26/14.16	c java.version		1.8.0_131
28.26/14.16	c os.name		Linux
28.26/14.16	c os.version		3.10.0-514.16.1.el7.x86_64
28.26/14.16	c os.arch		amd64
28.26/14.16	c Free memory 		499604488
28.26/14.16	c Max memory 		7247757312
28.26/14.16	c Total memory 		504889344
28.26/14.16	c Number of processors 	4
28.26/14.16	c c --- Begin Solver configuration ---
28.26/14.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
28.26/14.16	c Learn all clauses as in MiniSAT
28.26/14.16	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
28.26/14.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
28.26/14.16	c No reason simplification
28.26/14.16	c Glucose 2.1 dynamic restart strategy
28.26/14.16	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
28.26/14.16	c timeout=2147483s
28.26/14.16	c DB Simplification allowed=false
28.26/14.16	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
28.26/14.16	c --- End Solver configuration ---
28.26/14.16	c constraints type 
28.26/14.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 416
28.26/14.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9595300
28.26/14.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 84
28.26/14.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1241417
28.26/14.16	c org.sat4j.specs.Constr$1 => 84
28.26/14.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 728
28.26/14.16	c 10838029 constraints processed.
252.06/236.60	c starts		: 553
252.06/236.60	c conflicts		: 162578
252.06/236.60	c decisions		: 11206985
252.06/236.60	c propagations		: 798994193
252.06/236.60	c inspects		: 980188484
252.06/236.60	c shortcuts		: 0
252.06/236.60	c learnt literals	: 36
252.06/236.60	c learnt binary clauses	: 2659
252.06/236.60	c learnt ternary clauses	: 4057
252.06/236.60	c learnt constraints	: 162542
252.06/236.60	c ignored constraints	: 0
252.06/236.60	c root simplifications	: 0
252.06/236.60	c removed literals (reason simplification)	: 0
252.06/236.60	c reason swapping (by a shorter reason)	: 0
252.06/236.60	c Calls to reduceDB	: 14
252.06/236.60	c Number of update (reduction) of LBD	: 129695
252.06/236.60	c Imported unit clauses	: 0
252.06/236.60	c number of reductions to clauses (during analyze)	: 0
252.06/236.60	c number of learned constraints concerned by reduction	: 0
252.06/236.60	c number of learning phase by resolution	: 0
252.06/236.60	c number of learning phase by cutting planes	: 0
252.06/236.60	c number of rounding to 1 operations	: 0
252.06/236.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.06/236.60	c number of reductions of the coefficients by power 2 	: 0
252.06/236.60	c number of right shift for reduction by power 2 	: 0
252.06/236.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.06/236.60	c number of ending skipping 	: 0
252.06/236.60	c number of internal skipping 	: 0
252.06/236.60	c number of derivation steps 	: 0
252.06/236.60	c number of skipped derivation steps 	: 0
252.06/236.60	c number of remaining unassigned 	: 0
252.06/236.60	c number of remaining assigned 	: 0
252.06/236.60	c speed (assignments/second)	: 3593714.745132258
252.06/236.60	c non guided choices	: 1233330
252.06/236.61	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 2659
252.06/236.61	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 17118
252.06/236.61	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 (12806 MiB free)
  memory of node 1: 16384 MiB (10946 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301322-1532878259/watcher-4301322-1532878259 -o /tmp/evaluation-result-4301322-1532878259/solver-4301322-1532878259 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301322-1532878259.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22411, runsolver pid=22408

[startup+0.100061 s]*
/proc/loadavg: 2.54 2.44 2.37 4/217 22426
/proc/meminfo: memFree=24307204/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10659012 memory=30072 CPUtime=0.13 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 6599 0 0 0 11 2 0 0 20 0 15 0 105389153 10914828288 7518 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2664753 7518 2823 1 0 2627263 0
[pid=22411/tid=22413] ppid=22408 vsize=10659012 memory=-8773748148829982339 CPUtime=0.09 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 105389153 10914828288 7518 33554432000 4194304 4196468 140725950138736 140386196862832 140386192670102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 7518 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 7518 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 7518 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 7518 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0.02 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) R 22408 22411 16915 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385288399600 140386192670102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 7518 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30072 KiB

[startup+0.210744 s]*
/proc/loadavg: 2.54 2.44 2.37 3/217 22426
/proc/meminfo: memFree=24296024/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10659012 memory=41772 CPUtime=0.33 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 8069 0 0 0 30 3 0 0 20 0 15 0 105389153 10914828288 10443 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2664753 10443 3004 1 0 2627263 0
[pid=22411/tid=22413] ppid=22408 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 5009 0 0 0 18 2 0 0 20 0 15 0 105389153 10914828288 10443 33554432000 4194304 4196468 140725950138736 140386196894448 140386176701797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 10443 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10659012 memory=288370017800148608 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 10443 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 10443 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914828288 10443 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105389156 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 704 0 0 0 2 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 309 0 0 0 1 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0.07 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) R 22408 22411 16915 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385288399600 140386172091261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10659012 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389159 10914828288 10443 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41772 KiB

[startup+0.310503 s]*
/proc/loadavg: 2.54 2.44 2.37 6/217 22426
/proc/meminfo: memFree=24289324/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10659088 memory=47200 CPUtime=0.53 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 9003 0 0 0 49 4 0 0 20 0 15 0 105389153 10914906112 11800 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2664772 11800 3063 1 0 2627263 0
[pid=22411/tid=22413] ppid=22408 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 5733 0 0 0 27 3 0 0 20 0 15 0 105389153 10914906112 11800 33554432000 4194304 4196468 140725950138736 140386196889216 140385787713455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914906112 11800 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10659088 memory=288370017800148608 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10914906112 11800 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914906112 11800 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10914906112 11800 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10659088 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389156 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105389156 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105389156 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) R 22408 22411 16915 0 -1 4202560 745 0 0 0 4 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385290504688 140386174181236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) R 22408 22411 16915 0 -1 4202560 405 0 0 0 4 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385289450544 140386174179487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10659088 memory=139641648436864 CPUtime=0.12 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) R 22408 22411 16915 0 -1 1077944384 752 0 0 0 12 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10659088 memory=139641648436864 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389159 10914906112 11800 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47200 KiB

[startup+0.700692 s]
/proc/loadavg: 2.54 2.44 2.37 5/217 22426
/proc/meminfo: memFree=24246400/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10661136 memory=152060 CPUtime=1.81 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 20318 0 0 0 175 6 0 0 20 0 15 0 105389153 10917003264 38015 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2665284 38015 3087 1 0 2627775 0
[pid=22411/tid=22413] ppid=22408 vsize=10661136 memory=235926110366449 CPUtime=0.67 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 6074 0 0 0 63 4 0 0 20 0 15 0 105389153 10917003264 38015 33554432000 4194304 4196468 140725950138736 140386196891744 140385787912990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10661136 memory=3977296629253554382 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10917003264 38015 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389154 10917003264 38015 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10917003264 38015 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10661136 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105389154 10917003264 38015 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105389156 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10661136 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105389156 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105389156 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10661136 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) R 22408 22411 16915 0 -1 4202560 4385 0 0 0 37 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385290495520 140386177538037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10661136 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) R 22408 22411 16915 0 -1 4202560 4177 0 0 0 36 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385289441936 140386177047088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10661136 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) S 22408 22411 16915 0 -1 1077944384 4310 0 0 0 38 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10661136 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105389159 10917003264 38015 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 152060 KiB

[startup+1.5008 s]
/proc/loadavg: 2.54 2.44 2.37 5/217 22426
/proc/meminfo: memFree=24090216/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10661136 memory=440044 CPUtime=4.13 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 21627 0 0 0 392 21 0 0 20 0 15 0 105389153 10917003264 110011 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2665284 110011 3160 1 0 2627775 0
[pid=22411/tid=22413] ppid=22408 vsize=10661136 memory=10799 CPUtime=1.34 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 6174 0 0 0 127 7 0 0 20 0 15 0 105389153 10917003264 110011 33554432000 4194304 4196468 140725950138736 140386196895024 140385787912966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10661136 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 112 0 0 0 8 2 0 0 20 0 15 0 105389154 10917003264 110011 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10661136 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 115 0 0 0 9 3 0 0 20 0 15 0 105389154 10917003264 110011 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10661136 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 172 0 0 0 8 2 0 0 20 0 15 0 105389154 10917003264 110011 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10661136 memory=6943526294502006880 CPUtime=0.11 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 122 0 0 0 8 3 0 0 20 0 15 0 105389154 10917003264 110011 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105389156 10917003264 110011 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0

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

/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2882 0 0 0 355 24 0 0 20 0 16 0 105389154 10985164800 856726 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10727700 memory=3426904 CPUtime=3.85 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 3609 0 0 0 358 27 0 0 20 0 16 0 105389154 10985164800 856726 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10727700 memory=3426904 CPUtime=1.98 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 4766 0 0 0 198 0 0 0 20 0 16 0 105389156 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10727700 memory=3426904 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10727700 memory=16885 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10727700 memory=3426904 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10727700 memory=3426904 CPUtime=1.57 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 6658 0 0 0 156 1 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10727700 memory=0 CPUtime=1.83 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 7179 0 0 0 183 0 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10727700 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) S 22408 22411 16915 0 -1 1077944384 6759 0 0 0 63 1 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10727700 memory=3426904 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10727700 memory=3426904 CPUtime=0.08 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 195 0 0 0 4 4 0 0 20 0 16 0 105389159 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22427] ppid=22408 vsize=10727700 memory=3426904 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22427/stat : 22427 (java) S 22408 22411 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105390581 10985164800 856726 33554432000 4194304 4196468 140725950138736 140385283142448 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 177.85 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3426904 KiB

[startup+222.301 s]
/proc/loadavg: 2.02 2.22 2.30 3/218 22509
/proc/meminfo: memFree=21747892/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10727700 memory=3426912 CPUtime=237.93 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 57210 0 0 0 23644 149 0 0 20 0 16 0 105389153 10985164800 856728 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2681925 856728 3190 1 0 2644416 0
[pid=22411/tid=22413] ppid=22408 vsize=10727700 memory=3426912 CPUtime=216.37 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 19130 0 0 0 21604 33 0 0 20 0 16 0 105389153 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386196894648 140385794134165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10727700 memory=3426912 CPUtime=3.83 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 3313 0 0 0 358 25 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10727700 memory=3426912 CPUtime=3.82 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 871 0 0 0 354 28 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10727700 memory=3426912 CPUtime=3.79 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2882 0 0 0 355 24 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10727700 memory=3426912 CPUtime=3.85 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 3609 0 0 0 358 27 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10727700 memory=3426912 CPUtime=1.98 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 4776 0 0 0 198 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10727700 memory=3426912 CPUtime=1.59 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 7057 0 0 0 158 1 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10727700 memory=3426912 CPUtime=1.83 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 7189 0 0 0 183 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0.64 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) S 22408 22411 16915 0 -1 1077944384 6765 0 0 0 63 1 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0.13 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 235 0 0 0 7 6 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22427] ppid=22408 vsize=10727700 memory=3426912 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22427/stat : 22427 (java) S 22408 22411 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105390581 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385283142448 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 237.93 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3426912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.401 s]
/proc/loadavg: 2.01 2.21 2.29 3/218 22509
/proc/meminfo: memFree=21747768/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10727700 memory=3426912 CPUtime=252.04 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 58120 0 0 0 25055 149 0 0 20 0 16 0 105389153 10985164800 856728 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2681925 856728 3190 1 0 2644416 0
[pid=22411/tid=22413] ppid=22408 vsize=10727700 memory=33 CPUtime=230.47 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) R 22408 22411 16915 0 -1 4202560 20040 0 0 0 23014 33 0 0 20 0 16 0 105389153 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386196894648 140385794134644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10727700 memory=6791534058613427641 CPUtime=3.83 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 3313 0 0 0 358 25 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10727700 memory=1200 CPUtime=3.82 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 871 0 0 0 354 28 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10727700 memory=6791534058613427641 CPUtime=3.79 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2882 0 0 0 355 24 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10727700 memory=2200 CPUtime=3.85 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 3609 0 0 0 358 27 0 0 20 0 16 0 105389154 10985164800 856728 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10727700 memory=7892 CPUtime=1.98 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 4776 0 0 0 198 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10727700 memory=840 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10727700 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105389156 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10727700 memory=920 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10727700 memory=3852 CPUtime=1.59 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 7057 0 0 0 158 1 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10727700 memory=4096 CPUtime=1.83 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 7189 0 0 0 183 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10727700 memory=2584 CPUtime=0.64 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) S 22408 22411 16915 0 -1 1077944384 6765 0 0 0 63 1 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10727700 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10727700 memory=1404 CPUtime=0.14 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 235 0 0 0 7 7 0 0 20 0 16 0 105389159 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22427] ppid=22408 vsize=10727700 memory=3188 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22427/stat : 22427 (java) S 22408 22411 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105390581 10985164800 856728 33554432000 4194304 4196468 140725950138736 140385283142448 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3426912 KiB

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

[startup+236.636 s]
# the end of solver process 22411 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.591 s, system=1.51929 s

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

[startup+236.601 s]
/proc/loadavg: 2.01 2.21 2.29 3/218 22509
/proc/meminfo: memFree=21747768/32770624 swapFree=67108792/67108860
[pid=22411] ppid=22408 vsize=10927392 memory=3427136 CPUtime=252.06 cores=0,2,4,6
/proc/22411/stat : 22411 (java) S 22408 22411 16915 0 -1 1077944320 59162 0 0 0 25057 149 0 0 20 0 17 0 105389153 11189649408 856784 33554432000 4194304 4196468 140725950138736 140725950121280 140386192658167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
/proc/22411/statm: 2731848 856784 3192 1 0 2694339 0
[pid=22411/tid=22413] ppid=22408 vsize=10927392 memory=3052692 CPUtime=230.49 cores=0,2,4,6
/proc/22411/task/22413/stat : 22413 (java) S 22408 22411 16915 0 -1 1077944384 20184 0 0 0 23016 33 0 0 20 0 17 0 105389153 11189649408 856784 33554432000 4194304 4196468 140725950138736 140386196901040 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22414] ppid=22408 vsize=10927392 memory=6791534058613427641 CPUtime=3.83 cores=0,2,4,6
/proc/22411/task/22414/stat : 22414 (java) S 22408 22411 16915 0 -1 1077944384 3313 0 0 0 358 25 0 0 20 0 17 0 105389154 11189649408 856784 33554432000 4194304 4196468 140725950138736 140386118732560 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22415] ppid=22408 vsize=10927392 memory=4872558044660077418 CPUtime=3.82 cores=0,2,4,6
/proc/22411/task/22415/stat : 22415 (java) S 22408 22411 16915 0 -1 1077944384 871 0 0 0 354 28 0 0 20 0 17 0 105389154 11189649408 856784 33554432000 4194304 4196468 140725950138736 140386117680016 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22416] ppid=22408 vsize=10927392 memory=303430223234596890 CPUtime=3.79 cores=0,2,4,6
/proc/22411/task/22416/stat : 22416 (java) S 22408 22411 16915 0 -1 1077944384 2882 0 0 0 355 24 0 0 20 0 17 0 105389154 11189649408 856784 33554432000 4194304 4196468 140725950138736 140386116627472 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22417] ppid=22408 vsize=10927392 memory=288230583166042426 CPUtime=3.85 cores=0,2,4,6
/proc/22411/task/22417/stat : 22417 (java) S 22408 22411 16915 0 -1 1077944384 3609 0 0 0 358 27 0 0 20 0 17 0 105389154 11189649408 856784 33554432000 4194304 4196468 140725950138736 140386115574928 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22418] ppid=22408 vsize=10927392 memory=6791534058613427641 CPUtime=1.98 cores=0,2,4,6
/proc/22411/task/22418/stat : 22418 (java) S 22408 22411 16915 0 -1 1077944384 4809 0 0 0 198 0 0 0 20 0 17 0 105389156 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385294714864 140386192669314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22419] ppid=22408 vsize=10927392 memory=7892 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22419/stat : 22419 (java) S 22408 22411 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105389156 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385293661088 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22420] ppid=22408 vsize=10927392 memory=840 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22420/stat : 22420 (java) S 22408 22411 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105389156 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385292608496 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22421] ppid=22408 vsize=10927392 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22421/stat : 22421 (java) S 22408 22411 16915 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385291557072 140386192676763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22422] ppid=22408 vsize=10927392 memory=920 CPUtime=1.59 cores=0,2,4,6
/proc/22411/task/22422/stat : 22422 (java) S 22408 22411 16915 0 -1 1077944384 7057 0 0 0 158 1 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385290504688 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22423] ppid=22408 vsize=10927392 memory=3852 CPUtime=1.83 cores=0,2,4,6
/proc/22411/task/22423/stat : 22423 (java) S 22408 22411 16915 0 -1 1077944384 7189 0 0 0 183 0 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385289452144 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22424] ppid=22408 vsize=10927392 memory=288230574492221466 CPUtime=0.64 cores=0,2,4,6
/proc/22411/task/22424/stat : 22424 (java) S 22408 22411 16915 0 -1 1077944384 7036 0 0 0 63 1 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385288399600 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22425] ppid=22408 vsize=10927392 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/22411/task/22425/stat : 22425 (java) S 22408 22411 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385287347296 140386192668373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
[pid=22411/tid=22426] ppid=22408 vsize=10927392 memory=14410445029116127 CPUtime=0.14 cores=0,2,4,6
/proc/22411/task/22426/stat : 22426 (java) S 22408 22411 16915 0 -1 1077944384 235 0 0 0 7 7 0 0 20 0 17 0 105389159 11189649408 856784 33554432000 4194304 4196468 140725950138736 140385286293808 140386192669314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28196864 140725950145654 140725950145806 140725950145806 140725950148559 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3427136 KiB

Child status: 143
Real time (s): 236.636
CPU time (s): 252.11
CPU user time (s): 250.591
CPU system time (s): 1.51929
CPU usage (%): 106.539
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3427136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.591
system time used= 1.5193
maximum resident set size= 3427676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60436
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8169
involuntary context switches= 383


# summary of solver processes directly reported to runsolver:
#   pid: 22411
#   total CPU time (s): 252.11
#   total CPU user time (s): 250.591
#   total CPU system time (s): 1.51929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04541 second user time and 2.73007 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:30:59
IDJOB=4301322
IDBENCH=141103
IDSOLVER=2773
FILE ID=node150/4301322-1532878259
RUNJOBID= node150-1532875965-20368
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301322-1532878259/watcher-4301322-1532878259 -o /tmp/evaluation-result-4301322-1532878259/solver-4301322-1532878259 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301322-1532878259.xml

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

MD5SUM BENCH= 0bfba4554f8c52d47ef9f831901bb64c
RANDOM SEED=488714369

node150.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.76
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.76
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.76
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.76
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:        24323412 kB
MemAvailable:   28051652 kB
Buffers:          220248 kB
Cached:          3750840 kB
SwapCached:           32 kB
Active:          5327568 kB
Inactive:        2582568 kB
Active(anon):    3890512 kB
Inactive(anon):    76188 kB
Active(file):    1437056 kB
Inactive(file):  2506380 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2752 kB
Writeback:             0 kB
AnonPages:       4022196 kB
Mapped:            56484 kB
Shmem:             25156 kB
Slab:             230152 kB
SReclaimable:     201276 kB
SUnreclaim:        28876 kB
KernelStack:        3856 kB
PageTables:        12624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5144196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3846144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55344 MiB
End job on node150 at 2018-07-29 17:34:56