Trace number 4289804

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 2400.25 2394.02

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 benchmark2400.25
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.24/0.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.24/0.87	c This is free software under the dual EPL/GNU LGPL licenses.
2.24/0.87	c See www.sat4j.org for details.
2.24/0.87	c That software uses the Rhino library from the Mozilla project.
2.24/0.87	c version 2.3.6-SNAPSHOT
2.24/0.87	c java.runtime.name	Java(TM) SE Runtime Environment
2.24/0.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.24/0.87	c java.vm.version	25.131-b11
2.24/0.87	c java.vm.vendor	Oracle Corporation
2.24/0.87	c sun.arch.data.model	64
2.24/0.87	c java.version		1.8.0_131
2.24/0.87	c os.name		Linux
2.24/0.87	c os.version		3.10.0-514.16.1.el7.x86_64
2.24/0.87	c os.arch		amd64
2.24/0.87	c Free memory 		499604488
2.24/0.87	c Max memory 		7247757312
2.24/0.87	c Total memory 		504889344
2.24/0.87	c Number of processors 	4
2.24/0.87	c c --- Begin Solver configuration ---
2.24/0.87	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.24/0.87	c Learn all clauses as in MiniSAT
2.24/0.87	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.24/0.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.24/0.87	c No reason simplification
2.24/0.87	c Glucose 2.1 dynamic restart strategy
2.24/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.24/0.87	c timeout=2147483s
2.24/0.87	c DB Simplification allowed=false
2.24/0.87	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.24/0.87	c --- End Solver configuration ---
2.24/0.87	c constraints type 
2.24/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 204
2.24/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8350
2.24/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37272
2.24/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 2946
2.24/0.87	c 48772 constraints processed.
3.50/1.26	o 6
3.82/1.33	o 9
4.09/1.47	o 10
4.33/1.60	o 11
5.43/2.37	o 12
6.85/3.51	o 13
70.30/66.74	o 14
2400.19/2394.00	c starts		: 32882
2400.19/2394.00	c conflicts		: 7002417
2400.19/2394.00	c decisions		: 16824783
2400.19/2394.00	c propagations		: 2009039668
2400.19/2394.00	c inspects		: 38863493038
2400.19/2394.00	c shortcuts		: 0
2400.19/2394.00	c learnt literals	: 111
2400.19/2394.00	c learnt binary clauses	: 1927
2400.19/2394.00	c learnt ternary clauses	: 18101
2400.19/2394.01	c learnt constraints	: 7002306
2400.19/2394.01	c ignored constraints	: 0
2400.19/2394.01	c root simplifications	: 0
2400.19/2394.01	c removed literals (reason simplification)	: 0
2400.19/2394.01	c reason swapping (by a shorter reason)	: 0
2400.19/2394.01	c Calls to reduceDB	: 139
2400.19/2394.01	c Number of update (reduction) of LBD	: 3619282
2400.19/2394.01	c Imported unit clauses	: 0
2400.19/2394.01	c number of reductions to clauses (during analyze)	: 0
2400.19/2394.01	c number of learned constraints concerned by reduction	: 0
2400.19/2394.01	c number of learning phase by resolution	: 0
2400.19/2394.01	c number of learning phase by cutting planes	: 0
2400.19/2394.01	c number of rounding to 1 operations	: 0
2400.19/2394.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.19/2394.01	c number of reductions of the coefficients by power 2 	: 0
2400.19/2394.01	c number of right shift for reduction by power 2 	: 0
2400.19/2394.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.19/2394.01	c number of ending skipping 	: 0
2400.19/2394.01	c number of internal skipping 	: 0
2400.19/2394.01	c number of derivation steps 	: 0
2400.19/2394.01	c number of skipped derivation steps 	: 0
2400.19/2394.01	c number of remaining unassigned 	: 0
2400.19/2394.01	c number of remaining assigned 	: 0
2400.19/2394.01	c speed (assignments/second)	: 839503.9912215273
2400.19/2394.01	c non guided choices	: 33740
2400.19/2394.01	s SATISFIABLE
2400.19/2394.01	v <instantiation type="solution">
2400.19/2394.01	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>
2400.19/2394.01	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>
2400.19/2394.01	v </instantiation>
2400.19/2394.01	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289804-1532220180/watcher-4289804-1532220180 -o /tmp/evaluation-result-4289804-1532220180/solver-4289804-1532220180 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289804-1532220180.xml 

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

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

solver pid=29639, runsolver pid=29636

[startup+0.100094 s]*
/proc/loadavg: 4.85 4.04 3.01 4/217 29654
/proc/meminfo: memFree=18834352/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10659012 memory=30180 CPUtime=0.12 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 6608 0 0 0 11 1 0 0 20 0 15 0 39581136 10914828288 7545 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2664753 7545 2840 1 0 2627263 0
[pid=29639/tid=29641] ppid=29636 vsize=10659012 memory=-8773748148830375298 CPUtime=0.09 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 4457 0 0 0 8 1 0 0 20 0 15 0 39581136 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722708162496 139722688021854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581138 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39581139 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39581139 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581141 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) S 29636 29639 24602 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39581141 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722004740080 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39581141 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0.02 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) R 29636 29639 24602 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 39581141 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722002634992 139722696276328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581142 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581142 10914828288 7545 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30180 KiB

[startup+0.210648 s]*
/proc/loadavg: 4.85 4.04 3.01 3/217 29654
/proc/meminfo: memFree=18824820/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10659012 memory=41920 CPUtime=0.32 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 8104 0 0 0 30 2 0 0 20 0 15 0 39581136 10914828288 10480 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2664753 10480 3007 1 0 2627263 0
[pid=29639/tid=29641] ppid=29636 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 5038 0 0 0 18 1 0 0 20 0 15 0 39581136 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722708177488 139722687984997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10659012 memory=140473423444733 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581138 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39581139 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39581139 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581141 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) S 29636 29639 24602 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 39581141 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722004740080 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 15 0 39581141 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0.07 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) S 29636 29639 24602 0 -1 1077944384 658 0 0 0 7 0 0 0 20 0 15 0 39581141 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581142 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10659012 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581142 10914828288 10480 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41920 KiB

[startup+0.310722 s]*
/proc/loadavg: 4.85 4.04 3.01 4/217 29654
/proc/meminfo: memFree=18814088/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10659088 memory=51892 CPUtime=0.56 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 9534 0 0 0 53 3 0 0 20 0 15 0 39581136 10914906112 12973 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2664772 12973 3067 1 0 2627263 0
[pid=29639/tid=29641] ppid=29636 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) S 29636 29639 24602 0 -1 1077944384 5596 0 0 0 27 2 0 0 20 0 15 0 39581136 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722708174928 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10659088 memory=140473423420547 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10659088 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39581138 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39581139 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39581139 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581141 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) R 29636 29639 24602 0 -1 4202560 794 0 0 0 5 0 0 0 20 0 15 0 39581141 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722004726928 139722689955744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) R 29636 29639 24602 0 -1 4202560 941 0 0 0 6 0 0 0 20 0 15 0 39581141 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722003668552 139722696230749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10659088 memory=140473423234688 CPUtime=0.13 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) R 29636 29639 24602 0 -1 1077944384 836 0 0 0 13 0 0 0 20 0 15 0 39581141 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581142 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10659088 memory=140473423234688 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581142 10914906112 12973 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51892 KiB

[startup+0.701667 s]
/proc/loadavg: 4.85 4.04 3.01 5/217 29654
/proc/meminfo: memFree=18791196/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10661136 memory=97464 CPUtime=1.92 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 12348 0 0 0 187 5 0 0 20 0 15 0 39581136 10917003264 24366 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2665284 24366 3109 1 0 2627775 0
[pid=29639/tid=29641] ppid=29636 vsize=10661136 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 6100 0 0 0 64 3 0 0 20 0 15 0 39581136 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722708176464 139722343626656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10661136 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10661136 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10661136 memory=10936 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581137 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10661136 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39581137 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10661136 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39581138 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10661136 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39581139 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39581139 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10661136 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581141 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10661136 memory=7302135314614015848 CPUtime=0.39 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) R 29636 29639 24602 0 -1 4202560 1619 0 0 0 39 0 0 0 20 0 15 0 39581141 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722004726928 139722681536144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10661136 memory=7811323491934034025 CPUtime=0.41 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) R 29636 29639 24602 0 -1 4202560 1570 0 0 0 41 0 0 0 20 0 15 0 39581141 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722003687536 139722687352381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10661136 memory=7079773312675500112 CPUtime=0.4 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) S 29636 29639 24602 0 -1 1077944384 1688 0 0 0 40 0 0 0 20 0 15 0 39581141 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581142 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10661136 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39581142 10917003264 24366 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 97464 KiB

[startup+1.50081 s]
/proc/loadavg: 4.85 4.04 3.01 5/218 29655
/proc/meminfo: memFree=18719528/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10727700 memory=157972 CPUtime=4.33 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 23542 0 0 0 425 8 0 0 20 0 16 0 39581136 10985164800 39493 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2681925 39493 3124 1 0 2644416 0
[pid=29639/tid=29641] ppid=29636 vsize=10727700 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 6631 0 0 0 142 4 0 0 20 0 16 0 39581136 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722708177888 139722346618139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39581137 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39581137 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39581137 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39581137 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10727700 memory=140473423236401 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 39581138 10985164800 39493 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0

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

/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 5711 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 3738 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.07 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 4254 0 0 0 5 2 0 0 20 0 16 0 39581138 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10727700 memory=522804 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10727700 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10727700 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10727700 memory=522804 CPUtime=1.48 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) S 29636 29639 24602 0 -1 1077944384 10736 0 0 0 146 2 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722004740080 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10727700 memory=4012 CPUtime=1.58 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 9882 0 0 0 157 1 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.58 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) S 29636 29639 24602 0 -1 1077944384 6463 0 0 0 56 2 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10727700 memory=3336 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581142 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10727700 memory=2688 CPUtime=1.31 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1507 0 0 0 56 75 0 0 20 0 16 0 39581142 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29655] ppid=29636 vsize=10727700 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29655/stat : 29655 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39581224 10985164800 130701 33554432000 4194304 4196468 140723347724880 139721929909552 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 2328.53 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 522804 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/218 29981
/proc/meminfo: memFree=22701604/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10727700 memory=522804 CPUtime=2388.56 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 69568 0 0 0 238734 122 0 0 20 0 16 0 39581136 10985164800 130701 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2681925 130701 3171 1 0 2644416 0
[pid=29639/tid=29641] ppid=29636 vsize=10727700 memory=522804 CPUtime=2381.71 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 18163 0 0 0 238165 6 0 0 20 0 16 0 39581136 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722708180016 139722346107753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 4214 0 0 0 31 11 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10727700 memory=1008 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 3392 0 0 0 33 9 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 5711 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 3738 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.07 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 4263 0 0 0 5 2 0 0 20 0 16 0 39581138 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10727700 memory=522804 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10727700 memory=522804 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10727700 memory=522804 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10727700 memory=522804 CPUtime=1.48 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) S 29636 29639 24602 0 -1 1077944384 10737 0 0 0 146 2 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722004740080 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10727700 memory=522804 CPUtime=1.58 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 9894 0 0 0 157 1 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10727700 memory=956 CPUtime=0.58 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) S 29636 29639 24602 0 -1 1077944384 6464 0 0 0 56 2 0 0 20 0 16 0 39581141 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10727700 memory=522804 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581142 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10727700 memory=522804 CPUtime=1.34 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1545 0 0 0 57 77 0 0 20 0 16 0 39581142 10985164800 130701 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29655] ppid=29636 vsize=10727700 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29655/stat : 29655 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39581224 10985164800 130701 33554432000 4194304 4196468 140723347724880 139721929909552 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 2388.56 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 522804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393.8 s]
/proc/loadavg: 2.00 2.01 2.11 3/218 29982
/proc/meminfo: memFree=22701340/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10727700 memory=522828 CPUtime=2400.07 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 69574 0 0 0 239885 122 0 0 20 0 16 0 39581136 10985164800 130707 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2681925 130707 3171 1 0 2644416 0
[pid=29639/tid=29641] ppid=29636 vsize=10727700 memory=1948 CPUtime=2393.21 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) R 29636 29639 24602 0 -1 4202560 18169 0 0 0 239315 6 0 0 20 0 16 0 39581136 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722708180016 139722346205456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10727700 memory=522804 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 4214 0 0 0 31 11 0 0 20 0 16 0 39581137 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10727700 memory=1300 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 3392 0 0 0 33 9 0 0 20 0 16 0 39581137 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10727700 memory=1732 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 5711 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10727700 memory=1704 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 3738 0 0 0 32 10 0 0 20 0 16 0 39581137 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10727700 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 4263 0 0 0 5 2 0 0 20 0 16 0 39581138 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10727700 memory=522828 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10727700 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39581139 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581141 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10727700 memory=5372 CPUtime=1.48 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) S 29636 29639 24602 0 -1 1077944384 10737 0 0 0 146 2 0 0 20 0 16 0 39581141 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722004740080 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10727700 memory=8372 CPUtime=1.58 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 9894 0 0 0 157 1 0 0 20 0 16 0 39581141 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10727700 memory=1228 CPUtime=0.58 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) S 29636 29639 24602 0 -1 1077944384 6464 0 0 0 56 2 0 0 20 0 16 0 39581141 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722002634992 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10727700 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39581142 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29654] ppid=29636 vsize=10727700 memory=1440 CPUtime=1.36 cores=1,3,5,7
/proc/29639/task/29654/stat : 29654 (java) S 29636 29639 24602 0 -1 1077944384 1545 0 0 0 58 78 0 0 20 0 16 0 39581142 10985164800 130707 33554432000 4194304 4196468 140723347724880 139722000530224 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29655] ppid=29636 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29655/stat : 29655 (java) S 29636 29639 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39581224 10985164800 130707 33554432000 4194304 4196468 140723347724880 139721929909552 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 522828 KiB

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

[startup+2394.02 s]
# the end of solver process 29639 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.02 s, system=1.2341 s

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

[startup+2394 s]*
/proc/loadavg: 2.00 2.01 2.11 2/219 29985
/proc/meminfo: memFree=22701464/32770624 swapFree=67108852/67108860
[pid=29639] ppid=29636 vsize=10927392 memory=523172 CPUtime=2400.23 cores=1,3,5,7
/proc/29639/stat : 29639 (java) S 29636 29639 24602 0 -1 1077944320 71896 0 0 0 239901 122 0 0 20 0 17 0 39581136 11189649408 130793 33554432000 4194304 4196468 140723347724880 140723347707424 139722703941367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
/proc/29639/statm: 2731848 130793 3173 1 0 2694339 0
[pid=29639/tid=29641] ppid=29636 vsize=10927392 memory=6791534058613427641 CPUtime=2393.34 cores=1,3,5,7
/proc/29639/task/29641/stat : 29641 (java) S 29636 29639 24602 0 -1 1077944384 18324 0 0 0 239328 6 0 0 20 0 17 0 39581136 11189649408 130794 33554432000 4194304 4196468 140723347724880 139722708184240 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29642] ppid=29636 vsize=10927392 memory=4104 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29642/stat : 29642 (java) S 29636 29639 24602 0 -1 1077944384 4214 0 0 0 31 11 0 0 20 0 17 0 39581137 11189649408 130794 33554432000 4194304 4196468 140723347724880 139722669222160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29643] ppid=29636 vsize=10927392 memory=732 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29643/stat : 29643 (java) S 29636 29639 24602 0 -1 1077944384 3392 0 0 0 33 9 0 0 20 0 17 0 39581137 11189649408 130794 33554432000 4194304 4196468 140723347724880 139722310134160 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29644] ppid=29636 vsize=10927392 memory=1404 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29644/stat : 29644 (java) S 29636 29639 24602 0 -1 1077944384 5711 0 0 0 32 10 0 0 20 0 17 0 39581137 11189649408 130796 33554432000 4194304 4196468 140723347724880 139722309081616 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29645] ppid=29636 vsize=10927392 memory=1440 CPUtime=0.42 cores=1,3,5,7
/proc/29639/task/29645/stat : 29645 (java) S 29636 29639 24602 0 -1 1077944384 3738 0 0 0 32 10 0 0 20 0 17 0 39581137 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722308029072 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29646] ppid=29636 vsize=10927392 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/29639/task/29646/stat : 29646 (java) S 29636 29639 24602 0 -1 1077944384 4310 0 0 0 5 2 0 0 20 0 16 0 39581138 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722008951280 139722703952514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29647] ppid=29636 vsize=10927392 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29647/stat : 29647 (java) S 29636 29639 24602 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39581139 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722007897504 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29648] ppid=29636 vsize=10927392 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29648/stat : 29648 (java) S 29636 29639 24602 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39581139 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722006844912 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29649] ppid=29636 vsize=10927392 memory=522828 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29649/stat : 29649 (java) S 29636 29639 24602 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 16 0 39581141 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722005793488 139722703959963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29650] ppid=29636 vsize=10927392 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/29639/task/29650/stat : 29650 (java) R 29636 29639 24602 0 -1 4202560 10838 0 0 0 146 2 0 0 20 0 16 0 39581141 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722004727984 139722684134311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29651] ppid=29636 vsize=10927392 memory=1792 CPUtime=1.6 cores=1,3,5,7
/proc/29639/task/29651/stat : 29651 (java) S 29636 29639 24602 0 -1 1077944384 10121 0 0 0 159 1 0 0 20 0 16 0 39581141 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722003687536 139722703952514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29652] ppid=29636 vsize=10927392 memory=644 CPUtime=0.59 cores=1,3,5,7
/proc/29639/task/29652/stat : 29652 (java) R 29636 29639 24602 0 -1 4202560 7432 0 0 0 57 2 0 0 20 0 15 0 39581141 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722002634992 139722682608137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29653] ppid=29636 vsize=10927392 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29653/stat : 29653 (java) S 29636 29639 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39581142 11189649408 130777 33554432000 4194304 4196468 140723347724880 139722001582688 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
[pid=29639/tid=29983] ppid=29636 vsize=10927392 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29639/task/29983/stat : 29983 (java) S 29636 29639 24602 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 39820516 11189649408 130777 33554432000 4194304 4196468 140723347724880 139721928856304 139722703951573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22396928 140723347727473 140723347727625 140723347727625 140723347730383 0
Current children cumulated CPU time: 2400.23 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 523172 KiB

Child status: 143
Real time (s): 2394.02
CPU time (s): 2400.25
CPU user time (s): 2399.02
CPU system time (s): 1.2341
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 524348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.02
system time used= 1.2341
maximum resident set size= 526396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54271
involuntary context switches= 1178


# summary of solver processes directly reported to runsolver:
#   pid: 29639
#   total CPU time (s): 2400.25
#   total CPU user time (s): 2399.02
#   total CPU system time (s): 1.2341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6383 second user time and 22.8039 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 02:43:00
IDJOB=4289804
IDBENCH=141486
IDSOLVER=2742
FILE ID=node148/4289804-1532220180
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51992 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-4289804-1532220180/watcher-4289804-1532220180 -o /tmp/evaluation-result-4289804-1532220180/solver-4289804-1532220180 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289804-1532220180.xml

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

MD5SUM BENCH= 8d1e20825fc8ffef49d443aea0d97595
RANDOM SEED=1523186141

node148.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.50
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.50
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.50
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.50
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:        18853152 kB
MemAvailable:   25503908 kB
Buffers:          122700 kB
Cached:          6715868 kB
SwapCached:            8 kB
Active:          7514524 kB
Inactive:        5802788 kB
Active(anon):    6431060 kB
Inactive(anon):    67276 kB
Active(file):    1083464 kB
Inactive(file):  5735512 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:       6491132 kB
Mapped:            47020 kB
Shmem:             17024 kB
Slab:             287540 kB
SReclaimable:     260240 kB
SUnreclaim:        27300 kB
KernelStack:        3824 kB
PageTables:        17868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7582792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6019072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51992 MiB
End job on node148 at 2018-07-22 03:22:54