Trace number 4301958

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-11SAT (TO)14 252.149 249.225

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-10_c18.xml
MD5SUM8d1e20825fc8ffef49d443aea0d97595
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark252.149
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints1473
Number of domains2
Minimum domain size3
Maximum domain size50
Distribution of domain sizes[{"size":3,"count":100},{"size":50,"count":2}]
Minimum variable degree2
Maximum variable degree37
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":29,"count":36},{"degree":31,"count":28},{"degree":33,"count":20},{"degree":35,"count":12},{"degree":37,"count":4}]
Minimum constraint arity2
Maximum constraint arity101
Distribution of constraint arities[{"arity":2,"count":1471},{"arity":101,"count":2}]
Number of extensional constraints0
Number of intensional constraints1471
Distribution of constraint types[{"type":"intension","count":1471},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.23/0.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.23/0.87	c This is free software under the dual EPL/GNU LGPL licenses.
2.23/0.87	c See www.sat4j.org for details.
2.23/0.87	c That software uses the Rhino library from the Mozilla project.
2.23/0.87	c version 2.3.6-SNAPSHOT
2.23/0.87	c java.runtime.name	Java(TM) SE Runtime Environment
2.23/0.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.23/0.87	c java.vm.version	25.131-b11
2.23/0.87	c java.vm.vendor	Oracle Corporation
2.23/0.87	c sun.arch.data.model	64
2.23/0.87	c java.version		1.8.0_131
2.23/0.87	c os.name		Linux
2.23/0.87	c os.version		3.10.0-514.16.1.el7.x86_64
2.23/0.87	c os.arch		amd64
2.23/0.87	c Free memory 		499604488
2.23/0.87	c Max memory 		7247757312
2.23/0.87	c Total memory 		504889344
2.23/0.87	c Number of processors 	4
2.23/0.87	c c --- Begin Solver configuration ---
2.23/0.87	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.23/0.87	c Learn all clauses as in MiniSAT
2.23/0.87	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.23/0.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.23/0.87	c No reason simplification
2.23/0.87	c Glucose 2.1 dynamic restart strategy
2.23/0.87	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.23/0.87	c timeout=2147483s
2.23/0.87	c DB Simplification allowed=false
2.23/0.87	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.23/0.87	c --- End Solver configuration ---
2.23/0.87	c constraints type 
2.23/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 204
2.23/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8350
2.23/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37272
2.23/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 2946
2.23/0.87	c 48772 constraints processed.
3.14/1.15	o 6
3.29/1.22	o 9
3.51/1.34	o 10
3.64/1.45	o 11
4.70/2.23	o 12
6.19/3.55	o 13
71.24/68.44	o 14
252.13/249.21	c starts		: 7847
252.13/249.21	c conflicts		: 1608854
252.13/249.21	c decisions		: 4192062
252.13/249.21	c propagations		: 463215365
252.13/249.21	c inspects		: 4005133566
252.13/249.21	c shortcuts		: 0
252.13/249.21	c learnt literals	: 91
252.13/249.21	c learnt binary clauses	: 1430
252.13/249.21	c learnt ternary clauses	: 6586
252.13/249.21	c learnt constraints	: 1608763
252.13/249.21	c ignored constraints	: 0
252.13/249.21	c root simplifications	: 0
252.13/249.21	c removed literals (reason simplification)	: 0
252.13/249.21	c reason swapping (by a shorter reason)	: 0
252.13/249.21	c Calls to reduceDB	: 72
252.13/249.21	c Number of update (reduction) of LBD	: 881715
252.13/249.21	c Imported unit clauses	: 0
252.13/249.21	c number of reductions to clauses (during analyze)	: 0
252.13/249.21	c number of learned constraints concerned by reduction	: 0
252.13/249.21	c number of learning phase by resolution	: 0
252.13/249.21	c number of learning phase by cutting planes	: 0
252.13/249.21	c number of rounding to 1 operations	: 0
252.13/249.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.13/249.21	c number of reductions of the coefficients by power 2 	: 0
252.13/249.21	c number of right shift for reduction by power 2 	: 0
252.13/249.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.13/249.21	c number of ending skipping 	: 0
252.13/249.21	c number of internal skipping 	: 0
252.13/249.21	c number of derivation steps 	: 0
252.13/249.21	c number of skipped derivation steps 	: 0
252.13/249.21	c number of remaining unassigned 	: 0
252.13/249.21	c number of remaining assigned 	: 0
252.13/249.21	c speed (assignments/second)	: 1865299.2755694974
252.13/249.21	c non guided choices	: 33585
252.13/249.21	s SATISFIABLE
252.13/249.21	v <instantiation type="solution">
252.13/249.21	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] nb nw </list>
252.13/249.21	v 	<values> 2 2 2 2 0 0 0 0 0 0 0 2 2 2 2 0 0 0 0 0 0 0 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 2 0 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 14 14 </values>
252.13/249.21	v </instantiation>
252.13/249.21	

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301958-1532885974/watcher-4301958-1532885974 -o /tmp/evaluation-result-4301958-1532885974/solver-4301958-1532885974 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301958-1532885974.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=30630, runsolver pid=30627

[startup+0.100089 s]*
/proc/loadavg: 2.15 2.49 2.56 3/216 30645
/proc/meminfo: memFree=26497340/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10659012 memory=30052 CPUtime=0.13 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 6606 0 0 0 11 2 0 0 20 0 15 0 106160588 10914828288 7513 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2664753 7513 2842 1 0 2627263 0
[pid=30630/tid=30632] ppid=30627 vsize=10659012 memory=-8773748148829982851 CPUtime=0.09 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 4421 0 0 0 8 1 0 0 20 0 15 0 106160589 10914828288 7513 33554432000 4194304 4196468 140722212093680 140032714353168 140032710139286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 7513 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 7513 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 7513 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 7513 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0.02 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 7513 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210709 s]*
/proc/loadavg: 2.15 2.49 2.56 3/216 30645
/proc/meminfo: memFree=26486944/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10659012 memory=42000 CPUtime=0.33 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 8121 0 0 0 31 2 0 0 20 0 15 0 106160588 10914828288 10500 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2664753 10500 3008 1 0 2627263 0
[pid=30630/tid=30632] ppid=30627 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 4998 0 0 0 19 1 0 0 20 0 15 0 106160589 10914828288 10500 33554432000 4194304 4196468 140722212093680 140032714363632 140032694170981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 10500 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10659012 memory=139833248588829 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 10500 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 10500 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160590 10914828288 10500 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106160591 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 629 0 0 0 2 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0.07 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) R 30627 30630 22004 0 -1 4202560 713 0 0 0 7 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031739799920 140032688729335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10659012 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160594 10914828288 10500 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42000 KiB

[startup+0.319164 s]*
/proc/loadavg: 2.15 2.49 2.56 4/216 30645
/proc/meminfo: memFree=26473980/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10659088 memory=53376 CPUtime=0.59 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 9944 0 0 0 56 3 0 0 20 0 15 0 106160588 10914906112 13344 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2664772 13344 3068 1 0 2627263 0
[pid=30630/tid=30632] ppid=30627 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 1077944384 5569 0 0 0 29 2 0 0 20 0 15 0 106160589 10914906112 13344 33554432000 4194304 4196468 140722212093680 140032714364848 140032710137557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914906112 13344 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10659088 memory=139833248588828 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914906112 13344 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10914906112 13344 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160590 10914906112 13344 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10659088 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106160591 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106160591 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106160591 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) R 30627 30630 22004 0 -1 4202560 938 0 0 0 5 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031741890976 140032710148698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) R 30627 30630 22004 0 -1 4202560 977 0 0 0 7 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031740838752 140032710148698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10659088 memory=139833247950464 CPUtime=0.13 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) R 30627 30630 22004 0 -1 4202560 1091 0 0 0 13 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031739796856 140032710148698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10659088 memory=139833247950464 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160594 10914906112 13344 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53376 KiB

[startup+0.700676 s]
/proc/loadavg: 2.15 2.49 2.56 5/216 30645
/proc/meminfo: memFree=26455460/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10661136 memory=99512 CPUtime=1.9 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 12853 0 0 0 185 5 0 0 20 0 15 0 106160588 10917003264 24878 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2665284 24878 3110 1 0 2627775 0
[pid=30630/tid=30632] ppid=30627 vsize=10661136 memory=1840 CPUtime=0.66 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 6054 0 0 0 64 2 0 0 20 0 15 0 106160589 10917003264 24878 33554432000 4194304 4196468 140722212093680 140032714362624 140032328943937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10661136 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10917003264 24878 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10661136 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10917003264 24878 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10661136 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160590 10917003264 24878 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106160590 10917003264 24878 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106160591 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106160591 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10661136 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106160591 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10661136 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10661136 memory=7590935255203861604 CPUtime=0.38 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) R 30627 30630 22004 0 -1 4202560 1859 0 0 0 38 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031741891904 140032695053997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10661136 memory=6293050847276651881 CPUtime=0.42 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) R 30627 30630 22004 0 -1 4202560 1477 0 0 0 42 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031740845232 140032693627549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10661136 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 2093 0 0 0 40 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10661136 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106160594 10917003264 24878 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 99512 KiB

[startup+1.50079 s]
/proc/loadavg: 2.15 2.49 2.56 5/217 30646
/proc/meminfo: memFree=26387388/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10727700 memory=148324 CPUtime=3.78 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 15641 0 0 0 372 6 0 0 20 0 16 0 106160588 10985164800 37081 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2681925 37081 3120 1 0 2644416 0
[pid=30630/tid=30632] ppid=30627 vsize=10727700 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 6495 0 0 0 143 3 0 0 20 0 16 0 106160589 10985164800 37081 33554432000 4194304 4196468 140722212093680 140032714345984 140032330950458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106160590 10985164800 37081 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106160590 10985164800 37081 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106160590 10985164800 37081 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106160590 10985164800 37081 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 37081 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0

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

/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 798 0 0 0 1 1 0 0 20 0 16 0 106160590 10985164800 54909 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10727700 memory=219628 CPUtime=0.02 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 789 0 0 0 1 1 0 0 20 0 16 0 106160590 10985164800 54909 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10727700 memory=219636 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 852 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10727700 memory=844 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10727700 memory=219636 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10727700 memory=219636 CPUtime=1.24 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 5497 0 0 0 123 1 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10727700 memory=219636 CPUtime=1.07 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 4831 0 0 0 107 0 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10727700 memory=219636 CPUtime=0.54 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 4733 0 0 0 53 1 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10727700 memory=219636 CPUtime=0.07 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 631 0 0 0 3 4 0 0 20 0 16 0 106160594 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30646] ppid=30627 vsize=10727700 memory=219636 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30646/stat : 30646 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106160677 10985164800 54909 33554432000 4194304 4196468 140722212093680 140031734543536 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 165.3 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 219636 KiB

[startup+222.301 s]
/proc/loadavg: 2.00 2.22 2.44 3/218 30814
/proc/meminfo: memFree=27320020/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10727700 memory=223736 CPUtime=225.36 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 30605 0 0 0 22519 17 0 0 20 0 16 0 106160588 10985164800 55934 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2681925 55934 3160 1 0 2644416 0
[pid=30630/tid=30632] ppid=30627 vsize=10727700 memory=223736 CPUtime=222.19 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 8981 0 0 0 22215 4 0 0 20 0 16 0 106160589 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032714366400 140032330744007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 612 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 444 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1492 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 882 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.01 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 1057 0 0 0 1 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10727700 memory=223736 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10727700 memory=223736 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10727700 memory=15872 CPUtime=1.24 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 5497 0 0 0 123 1 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10727700 memory=4028 CPUtime=1.07 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 4831 0 0 0 107 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10727700 memory=30248 CPUtime=0.54 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 4733 0 0 0 53 1 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10727700 memory=223736 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10727700 memory=223736 CPUtime=0.1 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 635 0 0 0 5 5 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30646] ppid=30627 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30646/stat : 30646 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106160677 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031734543536 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 225.36 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 223736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+249.001 s]*
/proc/loadavg: 2.00 2.21 2.43 3/218 30814
/proc/meminfo: memFree=27320180/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10727700 memory=223736 CPUtime=252.08 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 30735 0 0 0 25190 18 0 0 20 0 16 0 106160588 10985164800 55934 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2681925 55934 3160 1 0 2644416 0
[pid=30630/tid=30632] ppid=30627 vsize=10727700 memory=6791534058613427641 CPUtime=248.9 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) R 30627 30630 22004 0 -1 4202560 9084 0 0 0 24886 4 0 0 20 0 16 0 106160589 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032714365832 140032331068736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10727700 memory=4028 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 612 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10727700 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 444 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10727700 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1492 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10727700 memory=2424 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 882 0 0 0 2 1 0 0 20 0 16 0 106160590 10985164800 55934 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10727700 memory=1840 CPUtime=0.01 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 1059 0 0 0 1 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10727700 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10727700 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 106160591 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10727700 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10727700 memory=792 CPUtime=1.24 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 5499 0 0 0 123 1 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10727700 memory=1228 CPUtime=1.07 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 4833 0 0 0 107 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10727700 memory=1944 CPUtime=0.54 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 4750 0 0 0 53 1 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10727700 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10727700 memory=4612 CPUtime=0.12 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 639 0 0 0 6 6 0 0 20 0 16 0 106160594 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30646] ppid=30627 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30646/stat : 30646 (java) S 30627 30630 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106160677 10985164800 55934 33554432000 4194304 4196468 140722212093680 140031734543536 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 223736 KiB

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

[startup+249.225 s]
# the end of solver process 30630 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.957 s, system=0.19206 s

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

[startup+249.201 s]
/proc/loadavg: 2.00 2.21 2.43 3/218 30814
/proc/meminfo: memFree=27320180/32770624 swapFree=67108860/67108860
[pid=30630] ppid=30627 vsize=10927392 memory=223956 CPUtime=252.13 cores=0,2,4,6
/proc/30630/stat : 30630 (java) S 30627 30630 22004 0 -1 1077944320 31554 0 0 0 25195 18 0 0 20 0 17 0 106160588 11189649408 55989 33554432000 4194304 4196468 140722212093680 140722212076224 140032710127351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
/proc/30630/statm: 2731848 55989 3162 1 0 2694339 0
[pid=30630/tid=30632] ppid=30627 vsize=10927392 memory=960 CPUtime=248.94 cores=0,2,4,6
/proc/30630/task/30632/stat : 30632 (java) S 30627 30630 22004 0 -1 1077944384 9160 0 0 0 24890 4 0 0 20 0 17 0 106160589 11189649408 55989 33554432000 4194304 4196468 140722212093680 140032714370224 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30633] ppid=30627 vsize=10927392 memory=2424 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30633/stat : 30633 (java) S 30627 30630 22004 0 -1 1077944384 612 0 0 0 2 1 0 0 20 0 17 0 106160590 11189649408 55989 33554432000 4194304 4196468 140722212093680 140032646818192 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30634] ppid=30627 vsize=10927392 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30634/stat : 30634 (java) S 30627 30630 22004 0 -1 1077944384 444 0 0 0 2 1 0 0 20 0 17 0 106160590 11189649408 55989 33554432000 4194304 4196468 140722212093680 140032645765392 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30635] ppid=30627 vsize=10927392 memory=12060 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30635/stat : 30635 (java) S 30627 30630 22004 0 -1 1077944384 1492 0 0 0 2 1 0 0 20 0 17 0 106160590 11189649408 55989 33554432000 4194304 4196468 140722212093680 140032314567312 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30636] ppid=30627 vsize=10927392 memory=5788 CPUtime=0.03 cores=0,2,4,6
/proc/30630/task/30636/stat : 30636 (java) S 30627 30630 22004 0 -1 1077944384 882 0 0 0 2 1 0 0 20 0 17 0 106160590 11189649408 55989 33554432000 4194304 4196468 140722212093680 140032313514512 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30637] ppid=30627 vsize=10927392 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/30630/task/30637/stat : 30637 (java) S 30627 30630 22004 0 -1 1077944384 1059 0 0 0 1 0 0 0 20 0 17 0 106160591 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031746116208 140032710138498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30638] ppid=30627 vsize=10927392 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30638/stat : 30638 (java) S 30627 30630 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 106160591 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031745062176 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30639] ppid=30627 vsize=10927392 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30639/stat : 30639 (java) S 30627 30630 22004 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 106160591 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031744009840 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30640] ppid=30627 vsize=10927392 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30640/stat : 30640 (java) S 30627 30630 22004 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031742958160 140032710145947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30641] ppid=30627 vsize=10927392 memory=4108 CPUtime=1.24 cores=0,2,4,6
/proc/30630/task/30641/stat : 30641 (java) S 30627 30630 22004 0 -1 1077944384 5572 0 0 0 123 1 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031741905008 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30642] ppid=30627 vsize=10927392 memory=1408 CPUtime=1.07 cores=0,2,4,6
/proc/30630/task/30642/stat : 30642 (java) S 30627 30630 22004 0 -1 1077944384 4877 0 0 0 107 0 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031740852208 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30643] ppid=30627 vsize=10927392 memory=3068 CPUtime=0.55 cores=0,2,4,6
/proc/30630/task/30643/stat : 30643 (java) S 30627 30630 22004 0 -1 1077944384 4851 0 0 0 54 1 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031739799920 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30644] ppid=30627 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30630/task/30644/stat : 30644 (java) S 30627 30630 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031738747360 140032710137557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
[pid=30630/tid=30645] ppid=30627 vsize=10927392 memory=1404 CPUtime=0.12 cores=0,2,4,6
/proc/30630/task/30645/stat : 30645 (java) S 30627 30630 22004 0 -1 1077944384 639 0 0 0 6 6 0 0 20 0 17 0 106160594 11189649408 55989 33554432000 4194304 4196468 140722212093680 140031737695152 140032710138498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140722212095094 140722212095246 140722212095246 140722212097999 0
Current children cumulated CPU time: 252.13 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 223956 KiB

Child status: 143
Real time (s): 249.225
CPU time (s): 252.149
CPU user time (s): 251.957
CPU system time (s): 0.19206
CPU usage (%): 101.173
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 223956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.957
system time used= 0.19206
maximum resident set size= 224284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7399
involuntary context switches= 256


# summary of solver processes directly reported to runsolver:
#   pid: 30630
#   total CPU time (s): 252.149
#   total CPU user time (s): 251.957
#   total CPU system time (s): 0.19206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47247 second user time and 2.44436 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:39:34
IDJOB=4301958
IDBENCH=141486
IDSOLVER=2773
FILE ID=node151/4301958-1532885974
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59304 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301958-1532885974/watcher-4301958-1532885974 -o /tmp/evaluation-result-4301958-1532885974/solver-4301958-1532885974 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301958-1532885974.xml

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

MD5SUM BENCH= 8d1e20825fc8ffef49d443aea0d97595
RANDOM SEED=1837568280

node151.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.87
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.87
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.87
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.87
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:        26514432 kB
MemAvailable:   30169980 kB
Buffers:          212904 kB
Cached:          3716392 kB
SwapCached:            0 kB
Active:          3157432 kB
Inactive:        2626996 kB
Active(anon):    1804696 kB
Inactive(anon):    78188 kB
Active(file):    1352736 kB
Inactive(file):  2548808 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2236 kB
Writeback:             0 kB
AnonPages:       1862728 kB
Mapped:            56308 kB
Shmem:             25224 kB
Slab:             167652 kB
SReclaimable:     139680 kB
SUnreclaim:        27972 kB
KernelStack:        3568 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4083976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1628160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node151 at 2018-07-29 19:43:43