Trace number 4263190

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 2017-07-05SAT (TO)525 2520.3999 2482.28

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n40/
TravellingSalesman-40-30-19.xml
MD5SUM6526f92d1e0de584709c666a2aa2b127
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark146
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size34
Maximum domain size40
Distribution of domain sizes[{"size":34,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

12.91/6.45	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
12.91/6.45	c This is free software under the dual EPL/GNU LGPL licenses.
12.91/6.45	c See www.sat4j.org for details.
12.91/6.45	c That software uses the Rhino library from the Mozilla project.
12.91/6.45	c version CUSTOM.v20170705
12.91/6.45	c java.runtime.name	Java(TM) SE Runtime Environment
12.91/6.45	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
12.91/6.45	c java.vm.version	25.131-b11
12.91/6.45	c java.vm.vendor	Oracle Corporation
12.91/6.45	c sun.arch.data.model	64
12.91/6.45	c java.version		1.8.0_131
12.91/6.45	c os.name		Linux
12.91/6.45	c os.version		3.10.0-514.16.1.el7.x86_64
12.91/6.45	c os.arch		amd64
12.91/6.45	c Free memory 		499604488
12.91/6.45	c Max memory 		7247757312
12.91/6.45	c Total memory 		504889344
12.91/6.45	c Number of processors 	4
12.91/6.45	c c --- Begin Solver configuration ---
12.91/6.45	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
12.91/6.45	c Learn all clauses as in MiniSAT
12.91/6.45	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
12.91/6.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
12.91/6.45	c No reason simplification
12.91/6.45	c Glucose 2.1 dynamic restart strategy
12.91/6.45	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
12.91/6.45	c timeout=2147483s
12.91/6.45	c DB Simplification allowed=false
12.91/6.45	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
12.91/6.45	c --- End Solver configuration ---
12.91/6.45	c constraints type 
12.91/6.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
12.91/6.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7144800
12.91/6.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 748640
12.91/6.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 80
12.91/6.45	c 7893680 constraints processed.
28.43/20.42	o 525
2520.27/2482.21	c starts		: 5712
2520.27/2482.21	c conflicts		: 2624975
2520.27/2482.21	c decisions		: 270606927
2520.27/2482.21	c propagations		: 10335029265
2520.27/2482.21	c inspects		: 14551510864
2520.27/2482.21	c shortcuts		: 0
2520.27/2482.21	c learnt literals	: 0
2520.27/2482.21	c learnt binary clauses	: 3015
2520.27/2482.21	c learnt ternary clauses	: 3720
2520.27/2482.21	c learnt constraints	: 2624975
2520.27/2482.21	c ignored constraints	: 0
2520.27/2482.21	c root simplifications	: 0
2520.27/2482.21	c removed literals (reason simplification)	: 0
2520.27/2482.21	c reason swapping (by a shorter reason)	: 0
2520.27/2482.21	c Calls to reduceDB	: 69
2520.27/2482.21	c Number of update (reduction) of LBD	: 2226494
2520.27/2482.21	c Imported unit clauses	: 0
2520.27/2482.21	c number of reductions to clauses (during analyze)	: 0
2520.27/2482.21	c number of learned constraints concerned by reduction	: 0
2520.27/2482.21	c number of learning phase by resolution	: 0
2520.27/2482.21	c number of learning phase by cutting planes	: 0
2520.27/2482.21	c number of rounding to 1 operations	: 0
2520.27/2482.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.27/2482.21	c number of reductions of the coefficients by power 2 	: 0
2520.27/2482.21	c number of right shift for reduction by power 2 	: 0
2520.27/2482.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.27/2482.21	c speed (assignments/second)	: 4174560.0426058387
2520.27/2482.21	c non guided choices	84780410
2520.27/2482.24	c learnt constraints type 
2520.27/2482.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3015
2520.27/2482.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139228
2520.27/2482.24	s SATISFIABLE
2520.27/2482.24	v <instantiation type="solution">
2520.27/2482.24	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] </list>
2520.27/2482.24	v 	<values> 38 20 14 2 7 8 3 28 33 15 21 19 23 5 18 11 22 37 27 10 24 16 12 39 29 25 1 6 9 4 34 35 31 26 17 30 36 13 0 32 19 15 14 4 8 4 24 1 10 5 8 4 17 16 13 21 10 13 16 21 9 9 15 14 7 23 22 12 10 23 19 21 2 7 8 2 19 20 29 11 </values>
2520.27/2482.24	v </instantiation>
2520.27/2482.24	

Verifier Data

OK	525

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263190-1502633251/watcher-4263190-1502633251 -o /tmp/evaluation-result-4263190-1502633251/solver-4263190-1502633251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263190-1502633251.xml 

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

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

solver pid=9916, runsolver pid=9913

[startup+0.100122 s]*
/proc/loadavg: 4.50 4.76 3.67 4/217 9931
/proc/meminfo: memFree=27957572/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10555400 memory=30816 CPUtime=0.13 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 6754 0 0 0 11 2 0 0 20 0 15 0 96406007 10808729600 7704 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2638850 7704 2816 1 0 2627263 0
[pid=9916/tid=9918] ppid=9913 vsize=10555400 memory=-8537798472590259392 CPUtime=0.09 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 4608 0 0 0 8 1 0 0 20 0 15 0 96406007 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306836540784 140306818534084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406009 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96406010 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306390914592 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96406010 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306389861744 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0.02 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 96406012 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406013 10808729600 7704 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30816 KiB

[startup+0.210776 s]*
/proc/loadavg: 4.50 4.76 3.67 3/217 9931
/proc/meminfo: memFree=27950764/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10555400 memory=38088 CPUtime=0.29 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 7738 0 0 0 26 3 0 0 20 0 15 0 96406007 10808729600 9522 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2638850 9522 2943 1 0 2627263 0
[pid=9916/tid=9918] ppid=9913 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 5376 0 0 0 18 2 0 0 20 0 15 0 96406007 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306836542416 140306816398686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10555400 memory=140304033365499 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406008 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406009 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96406010 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306390914592 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96406010 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306389861744 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 535 0 0 0 1 0 0 0 20 0 15 0 96406012 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0.05 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 406 0 0 0 5 0 0 0 20 0 15 0 96406012 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10555400 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406013 10808729600 9525 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38088 KiB

[startup+0.310431 s]*
/proc/loadavg: 4.50 4.76 3.67 5/217 9931
/proc/meminfo: memFree=27941956/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10555476 memory=46992 CPUtime=0.51 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 8891 0 0 0 48 3 0 0 20 0 15 0 96406007 10808807424 11748 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2638869 11748 3037 1 0 2627263 0
[pid=9916/tid=9918] ppid=9913 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 5713 0 0 0 28 2 0 0 20 0 15 0 96406007 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306836553936 140306810313813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10555476 memory=14267070901753496 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10555476 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406009 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96406010 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306390914592 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96406010 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306389861744 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) R 9913 9916 4973 0 -1 4202560 742 0 0 0 4 0 0 0 20 0 15 0 96406012 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306387745056 140306813018496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) R 9913 9916 4973 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 96406012 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10555476 memory=140304033355392 CPUtime=0.12 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) R 9913 9916 4973 0 -1 4202560 749 0 0 0 12 0 0 0 20 0 15 0 96406012 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306385651824 140306825415059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10555476 memory=140304033355392 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406013 10808807424 11748 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46992 KiB

[startup+0.701229 s]
/proc/loadavg: 4.50 4.76 3.67 5/217 9931
/proc/meminfo: memFree=27904232/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10555476 memory=176804 CPUtime=1.76 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 14433 0 0 0 170 6 0 0 20 0 15 0 96406007 10808807424 44201 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2638869 44201 3089 1 0 2627263 0
[pid=9916/tid=9918] ppid=9913 vsize=10555476 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 5981 0 0 0 64 4 0 0 20 0 15 0 96406007 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306836539688 140306467823527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96406008 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96406009 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96406010 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306390914592 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96406010 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306389861744 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10555476 memory=4639098309541127021 CPUtime=0.4 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) R 9913 9916 4973 0 -1 4202560 2970 0 0 0 40 0 0 0 20 0 15 0 96406012 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306387743160 140306817240148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10555476 memory=7597685182856913236 CPUtime=0.39 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) D 9913 9916 4973 0 -1 4202560 2241 0 0 0 39 0 0 0 20 0 15 0 96406012 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306386686504 140306825035351 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10555476 memory=7236547281622689387 CPUtime=0.25 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) R 9913 9916 4973 0 -1 4202560 1871 0 0 0 25 0 0 0 20 0 15 0 96406012 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306385647944 140306810973716 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96406012 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96406013 10808807424 44201 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 176804 KiB

[startup+1.50089 s]
/proc/loadavg: 4.50 4.76 3.67 7/217 9931
/proc/meminfo: memFree=27733160/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10555476 memory=442432 CPUtime=3.8 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 17176 0 0 0 357 23 0 0 20 0 15 0 96406007 10808807424 110608 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2638869 110608 3134 1 0 2627263 0
[pid=9916/tid=9918] ppid=9913 vsize=10555476 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 6046 0 0 0 123 5 0 0 20 0 15 0 96406007 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306836552080 140306468495967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10555476 memory=-8754540793456063680 CPUtime=0.15 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 112 0 0 0 12 3 0 0 20 0 15 0 96406008 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10555476 memory=-2843874019102283166 CPUtime=0.16 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 202 0 0 0 13 3 0 0 20 0 15 0 96406008 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10555476 memory=5450919713671312938 CPUtime=0.14 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 199 0 0 0 11 3 0 0 20 0 15 0 96406008 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10555476 memory=7005738693937936738 CPUtime=0.16 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 89 0 0 0 13 3 0 0 20 0 15 0 96406008 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96406009 10808807424 110608 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0

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

/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 14653 0 0 0 952 100 0 0 20 0 16 0 96406008 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10622040 memory=4608884 CPUtime=10.59 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 13568 0 0 0 960 99 0 0 20 0 16 0 96406008 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10622040 memory=1052 CPUtime=2.88 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 21451 0 0 0 284 4 0 0 20 0 16 0 96406009 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306390914656 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10622040 memory=1058 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306389861760 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10622040 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10622040 memory=4608884 CPUtime=1.96 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 9664 0 0 0 195 1 0 0 20 0 16 0 96406012 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10622040 memory=4608884 CPUtime=1.85 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 8389 0 0 0 184 1 0 0 20 0 16 0 96406012 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10622040 memory=4144 CPUtime=0.43 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 16 0 96406012 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10622040 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10622040 memory=28096 CPUtime=1.33 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 2467 0 0 0 62 71 0 0 20 0 16 0 96406013 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9932] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9932/stat : 9932 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96406657 10876968960 1152221 33554432000 4194304 4196468 140727789297952 140306382493104 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 2419.79 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4608884 KiB

[startup+2442.3 s]
/proc/loadavg: 4.06 2.72 2.42 6/217 10188
/proc/meminfo: memFree=15952580/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10622040 memory=4608924 CPUtime=2480.34 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 247622 0 0 0 247531 503 0 0 20 0 16 0 96406007 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2655510 1152231 3173 1 0 2643904 0
[pid=9916/tid=9918] ppid=9913 vsize=10622040 memory=4608924 CPUtime=2428.8 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 138306 0 0 0 242848 32 0 0 20 0 16 0 96406007 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306836557264 140306469580480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10622040 memory=4608884 CPUtime=10.75 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 14502 0 0 0 978 97 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10622040 memory=4608924 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 16471 0 0 0 974 102 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10622040 memory=4608884 CPUtime=10.68 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 15045 0 0 0 968 100 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10622040 memory=4608884 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 14550 0 0 0 977 99 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10622040 memory=4608884 CPUtime=2.88 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 21686 0 0 0 284 4 0 0 20 0 16 0 96406009 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306390914656 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306389861760 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10622040 memory=4608884 CPUtime=1.96 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 9668 0 0 0 195 1 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10622040 memory=4608884 CPUtime=1.85 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 8392 0 0 0 184 1 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10622040 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 5083 0 0 0 42 1 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10622040 memory=4608884 CPUtime=1.36 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 2511 0 0 0 63 73 0 0 20 0 16 0 96406013 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9932] ppid=9913 vsize=10622040 memory=4608884 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9932/stat : 9932 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96406657 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306382493104 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 2480.34 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4608924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482 s]*
/proc/loadavg: 4.52 3.01 2.53 6/217 10189
/proc/meminfo: memFree=15951796/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10622040 memory=4608924 CPUtime=2520.07 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 249257 0 0 0 251503 504 0 0 20 0 16 0 96406007 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2655510 1152231 3173 1 0 2643904 0
[pid=9916/tid=9918] ppid=9913 vsize=10622040 memory=0 CPUtime=2468.51 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 139874 0 0 0 246819 32 0 0 20 0 16 0 96406007 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306836557264 140306469590228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10622040 memory=237 CPUtime=10.75 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 14502 0 0 0 978 97 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10622040 memory=4872558044660077418 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 16471 0 0 0 974 102 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10622040 memory=318629893535695163 CPUtime=10.68 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 15045 0 0 0 968 100 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10622040 memory=14979957709343143 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 14550 0 0 0 977 99 0 0 20 0 16 0 96406008 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10622040 memory=-1664385933527516014 CPUtime=2.88 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 21696 0 0 0 284 4 0 0 20 0 16 0 96406009 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10622040 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306390914656 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10622040 memory=-2026666227646606628 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96406010 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306389861760 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10622040 memory=-3040564339240289162 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10622040 memory=-2317720213663851332 CPUtime=1.96 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 9672 0 0 0 195 1 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10622040 memory=-3621219749712857441 CPUtime=1.85 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 8395 0 0 0 184 1 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10622040 memory=-2895008908443676273 CPUtime=0.44 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 5095 0 0 0 42 2 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10622040 memory=-3040564339240289162 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96406012 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10622040 memory=-9174445032661854264 CPUtime=1.39 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 2549 0 0 0 65 74 0 0 20 0 16 0 96406013 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9932] ppid=9913 vsize=10622040 memory=-3040564339240289162 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9932/stat : 9932 (java) S 9913 9916 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96406657 10876968960 1152231 33554432000 4194304 4196468 140727789297952 140306382493104 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4608924 KiB

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

[startup+2482.28 s]
# the end of solver process 9916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.33 s, system=5.06909 s

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

[startup+2482.2 s]
/proc/loadavg: 4.52 3.01 2.53 6/217 10189
/proc/meminfo: memFree=15951796/32770624 swapFree=67108860/67108860
[pid=9916] ppid=9913 vsize=10821732 memory=4609228 CPUtime=2520.27 cores=1,3,5,7
/proc/9916/stat : 9916 (java) S 9913 9916 4973 0 -1 1077944320 251180 0 0 0 251523 504 0 0 20 0 17 0 96406007 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140727789280496 140306832318199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
/proc/9916/statm: 2705433 1152307 3175 1 0 2693827 0
[pid=9916/tid=9918] ppid=9913 vsize=10821732 memory=288230596050944315 CPUtime=2468.7 cores=1,3,5,7
/proc/9916/task/9918/stat : 9918 (java) R 9913 9916 4973 0 -1 4202560 140105 0 0 0 246838 32 0 0 20 0 17 0 96406007 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306836554272 140306469869620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9919] ppid=9913 vsize=10821732 memory=14979957709343143 CPUtime=10.75 cores=1,3,5,7
/proc/9916/task/9919/stat : 9919 (java) S 9913 9916 4973 0 -1 1077944384 14502 0 0 0 978 97 0 0 20 0 17 0 96406008 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306784938640 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9920] ppid=9913 vsize=10821732 memory=1580 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9920/stat : 9920 (java) S 9913 9916 4973 0 -1 1077944384 16471 0 0 0 974 102 0 0 20 0 17 0 96406008 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306438347280 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9921] ppid=9913 vsize=10821732 memory=2244 CPUtime=10.68 cores=1,3,5,7
/proc/9916/task/9921/stat : 9921 (java) S 9913 9916 4973 0 -1 1077944384 15045 0 0 0 968 100 0 0 20 0 17 0 96406008 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306437294480 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9922] ppid=9913 vsize=10821732 memory=4132 CPUtime=10.76 cores=1,3,5,7
/proc/9916/task/9922/stat : 9922 (java) S 9913 9916 4973 0 -1 1077944384 14550 0 0 0 977 99 0 0 20 0 17 0 96406008 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306436241680 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9923] ppid=9913 vsize=10821732 memory=2204 CPUtime=2.88 cores=1,3,5,7
/proc/9916/task/9923/stat : 9923 (java) S 9913 9916 4973 0 -1 1077944384 21741 0 0 0 284 4 0 0 20 0 17 0 96406009 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306391968624 140306832329346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9924] ppid=9913 vsize=10821732 memory=7280 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9924/stat : 9924 (java) S 9913 9916 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 96406010 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306390914656 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9925] ppid=9913 vsize=10821732 memory=844 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9925/stat : 9925 (java) S 9913 9916 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96406010 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306389861760 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9926] ppid=9913 vsize=10821732 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9926/stat : 9926 (java) S 9913 9916 4973 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 17 0 96406012 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306388810064 140306832336795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9927] ppid=9913 vsize=10821732 memory=916 CPUtime=1.96 cores=1,3,5,7
/proc/9916/task/9927/stat : 9927 (java) S 9913 9916 4973 0 -1 1077944384 9778 0 0 0 195 1 0 0 20 0 17 0 96406012 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306387757424 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9928] ppid=9913 vsize=10821732 memory=3832 CPUtime=1.85 cores=1,3,5,7
/proc/9916/task/9928/stat : 9928 (java) S 9913 9916 4973 0 -1 1077944384 8535 0 0 0 184 1 0 0 20 0 17 0 96406012 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306386704624 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9929] ppid=9913 vsize=10821732 memory=3304 CPUtime=0.44 cores=1,3,5,7
/proc/9916/task/9929/stat : 9929 (java) S 9913 9916 4973 0 -1 1077944384 5929 0 0 0 42 2 0 0 20 0 17 0 96406012 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306385651824 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9930] ppid=9913 vsize=10821732 memory=2848 CPUtime=0 cores=1,3,5,7
/proc/9916/task/9930/stat : 9930 (java) S 9913 9916 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96406012 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306384599264 140306832328405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
[pid=9916/tid=9931] ppid=9913 vsize=10821732 memory=-1807685287724412255 CPUtime=1.39 cores=1,3,5,7
/proc/9916/task/9931/stat : 9931 (java) S 9913 9916 4973 0 -1 1077944384 2549 0 0 0 65 74 0 0 20 0 17 0 96406013 11081453568 1152307 33554432000 4194304 4196468 140727789297952 140306383547568 140306832329346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26697728 140727789302918 140727789303071 140727789303071 140727789305807 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4609228 KiB

Child status: 143
Real time (s): 2482.28
CPU time (s): 2520.4
CPU user time (s): 2515.33
CPU system time (s): 5.06909
CPU usage (%): 101.536
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4609228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.33
system time used= 5.06909
maximum resident set size= 4609568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57167
involuntary context switches= 1538


# summary of solver processes directly reported to runsolver:
#   pid: 9916
#   total CPU time (s): 2520.4
#   total CPU user time (s): 2515.33
#   total CPU system time (s): 5.06909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0001 second user time and 24.6323 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 15:53:13
IDJOB=4263190
IDBENCH=135789
IDSOLVER=2651
FILE ID=node151/4263190-1502633251
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n40/TravellingSalesman-40-30-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263190-1502633251/watcher-4263190-1502633251 -o /tmp/evaluation-result-4263190-1502633251/solver-4263190-1502633251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263190-1502633251.xml

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

MD5SUM BENCH= 6526f92d1e0de584709c666a2aa2b127
RANDOM SEED=134355270

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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        27978152 kB
MemAvailable:   31089792 kB
Buffers:          239144 kB
Cached:          3164080 kB
SwapCached:            0 kB
Active:          1751056 kB
Inactive:        2610448 kB
Active(anon):     961020 kB
Inactive(anon):    25044 kB
Active(file):     790036 kB
Inactive(file):  2585404 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:        965404 kB
Mapped:            55364 kB
Shmem:             25224 kB
Slab:             130780 kB
SReclaimable:     104072 kB
SUnreclaim:        26708 kB
KernelStack:        3808 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2605444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 16:34:35