Trace number 4243323

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
R1: sat4j-CSP 2017-07-05SAT (TO)262 2400.45 2371.26

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-04-04-3.xml
MD5SUMd594ce2470bfcbe7ad5c857fb9f8254a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark250
Best CPU time to get the best result obtained on this benchmark0.226116
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints60
Number of domains6
Minimum domain size4
Maximum domain size350
Distribution of domain sizes[{"size":4,"count":32},{"size":350,"count":36}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":32},{"degree":5,"count":16}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":16},{"arity":3,"count":16},{"arity":4,"count":8},{"arity":6,"count":16}]
Number of extensional constraints16
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":20},{"type":"allDifferent","count":4},{"type":"noOverlap","count":4},{"type":"element","count":16}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

33.54/12.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
33.54/12.87	c This is free software under the dual EPL/GNU LGPL licenses.
33.54/12.87	c See www.sat4j.org for details.
33.54/12.87	c That software uses the Rhino library from the Mozilla project.
33.54/12.87	c version CUSTOM.v20170705
33.54/12.87	c java.runtime.name	Java(TM) SE Runtime Environment
33.54/12.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
33.54/12.87	c java.vm.version	25.131-b11
33.54/12.87	c java.vm.vendor	Oracle Corporation
33.54/12.87	c sun.arch.data.model	64
33.54/12.87	c java.version		1.8.0_131
33.54/12.87	c os.name		Linux
33.54/12.87	c os.version		3.10.0-514.16.1.el7.x86_64
33.54/12.87	c os.arch		amd64
33.54/12.87	c Free memory 		499604488
33.54/12.87	c Max memory 		7247757312
33.54/12.87	c Total memory 		504889344
33.54/12.87	c Number of processors 	4
33.54/12.87	c c --- Begin Solver configuration ---
33.54/12.87	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
33.54/12.87	c Learn all clauses as in MiniSAT
33.54/12.87	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
33.54/12.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
33.54/12.87	c No reason simplification
33.54/12.87	c Glucose 2.1 dynamic restart strategy
33.54/12.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
33.54/12.87	c timeout=2147483s
33.54/12.87	c DB Simplification allowed=false
33.54/12.87	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
33.54/12.87	c --- End Solver configuration ---
33.54/12.87	c constraints type 
33.54/12.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 136
33.54/12.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19064
33.54/12.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16357892
33.54/12.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 152
33.54/12.87	c 16377244 constraints processed.
769.92/745.28	o 17059
809.62/784.70	o 4033
819.59/794.60	o 2069
827.55/802.58	o 2007
854.47/829.00	o 1735
882.30/856.86	o 1699
894.02/868.55	o 1619
957.16/931.63	o 1363
977.21/951.61	o 1360
1006.53/980.99	o 1040
1016.15/990.50	o 697
1019.65/994.01	o 689
1021.75/996.17	o 663
1061.03/1035.04	o 658
1074.87/1048.84	o 349
1081.31/1055.26	o 339
1133.21/1107.04	o 337
1151.46/1125.27	o 334
1179.63/1153.40	o 333
1183.94/1157.69	o 332
1199.35/1173.07	o 326
1226.43/1199.74	o 325
1318.59/1291.84	o 316
1395.25/1368.46	o 311
1405.16/1378.34	o 310
1410.36/1383.54	o 309
1477.16/1449.97	o 306
1489.97/1462.75	o 305
1497.77/1470.59	o 302
1544.21/1516.99	o 300
1593.64/1566.37	o 297
1635.77/1608.41	o 293
1695.08/1667.36	o 287
1797.46/1769.60	o 278
1888.72/1860.82	o 273
2023.72/1995.35	o 272
2067.65/2039.23	o 271
2136.60/2108.14	o 270
2154.81/2126.34	o 268
2191.55/2163.09	o 267
2198.75/2170.30	o 266
2209.76/2181.24	o 264
2362.06/2333.07	o 262
2400.31/2371.20	c starts		: 23135
2400.31/2371.20	c conflicts		: 5981268
2400.31/2371.20	c decisions		: 118357745
2400.31/2371.20	c propagations		: 1145436664
2400.31/2371.20	c inspects		: 30331653804
2400.31/2371.20	c shortcuts		: 0
2400.31/2371.20	c learnt literals	: 4295
2400.31/2371.20	c learnt binary clauses	: 24399
2400.31/2371.20	c learnt ternary clauses	: 96253
2400.31/2371.20	c learnt constraints	: 5976973
2400.31/2371.20	c ignored constraints	: 0
2400.31/2371.20	c root simplifications	: 0
2400.31/2371.20	c removed literals (reason simplification)	: 0
2400.31/2371.20	c reason swapping (by a shorter reason)	: 0
2400.31/2371.20	c Calls to reduceDB	: 408
2400.31/2371.20	c Number of update (reduction) of LBD	: 5062618
2400.31/2371.20	c Imported unit clauses	: 0
2400.31/2371.20	c number of reductions to clauses (during analyze)	: 0
2400.31/2371.20	c number of learned constraints concerned by reduction	: 0
2400.31/2371.20	c number of learning phase by resolution	: 0
2400.31/2371.20	c number of learning phase by cutting planes	: 0
2400.31/2371.20	c number of rounding to 1 operations	: 0
2400.31/2371.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.31/2371.20	c number of reductions of the coefficients by power 2 	: 0
2400.31/2371.20	c number of right shift for reduction by power 2 	: 0
2400.31/2371.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.31/2371.20	c speed (assignments/second)	: 485699.8594763565
2400.31/2371.20	c non guided choices	4768802
2400.31/2371.24	c learnt constraints type 
2400.31/2371.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24399
2400.31/2371.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200372
2400.31/2371.24	s SATISFIABLE
2400.31/2371.24	v <instantiation type="solution">
2400.31/2371.24	v 	<list> s[0][0] s[0][1] s[0][2] s[0][3] s[1][0] s[1][1] s[1][2] s[1][3] s[2][0] s[2][1] s[2][2] s[2][3] s[3][0] s[3][1] s[3][2] s[3][3] e[0] e[1] e[2] e[3] d[0][0] d[0][1] d[0][2] d[0][3] d[1][0] d[1][1] d[1][2] d[1][3] d[2][0] d[2][1] d[2][2] d[2][3] d[3][0] d[3][1] d[3][2] d[3][3] w[0][0] w[0][1] w[0][2] w[0][3] w[1][0] w[1][1] w[1][2] w[1][3] w[2][0] w[2][1] w[2][2] w[2][3] w[3][0] w[3][1] w[3][2] w[3][3] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[3][0] sd[3][1] sd[3][2] sd[3][3] </list>
2400.31/2371.24	v 	<values> 4 68 163 221 19 60 159 237 2 62 166 234 0 77 155 200 256 262 262 262 54 60 19 35 40 98 75 25 58 88 52 28 60 74 43 62 2 0 1 3 1 3 2 0 0 1 3 2 3 2 0 1 68 163 4 221 237 19 159 60 2 62 234 166 155 200 77 0 </values>
2400.31/2371.24	v </instantiation>
2400.31/2371.24	

Verifier Data

OK	262

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243323-1502043697/watcher-4243323-1502043697 -o /tmp/evaluation-result-4243323-1502043697/solver-4243323-1502043697 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243323-1502043697.xml 

pid=17975
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.84 4.64 3.84 2/199 17978
/proc/meminfo: memFree=28413108/32770624 swapFree=0/339340
[pid=17978] ppid=17975 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17978/stat : 17978 (runsolver) D 17975 17978 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46280633 24240128 106 18446744073709551615 4194304 4338465 140726812878576 140726812876216 140361426264791 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 33091584 140726812885127 140726812885577 140726812885577 140726812889034 0
/proc/17978/statm: 5918 106 53 36 0 2156 0

[startup+0.10017 s]
/proc/loadavg: 4.84 4.64 3.84 2/199 17978
/proc/meminfo: memFree=28413108/32770624 swapFree=0/339340
[pid=17978] ppid=17975 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 4067 0 0 0 3 0 0 0 20 0 9 0 46280633 10395312128 5196 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2538174 5196 2103 1 0 2527671 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.202149 s]
/proc/loadavg: 4.84 4.64 3.84 2/199 17978
/proc/meminfo: memFree=28413108/32770624 swapFree=0/339340
[pid=17978] ppid=17975 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 4929 0 0 0 6 1 0 0 20 0 15 0 46280633 10804383744 5917 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637789 5917 2607 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.3003 s]
/proc/loadavg: 4.84 4.64 3.84 2/199 17978
/proc/meminfo: memFree=28413108/32770624 swapFree=0/339340
[pid=17978] ppid=17975 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 8191 0 0 0 20 2 0 0 20 0 15 0 46280633 10804383744 8951 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637789 8951 2873 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701196 s]
/proc/loadavg: 4.84 4.64 3.84 2/199 17978
/proc/meminfo: memFree=28413108/32770624 swapFree=0/339340
[pid=17978] ppid=17975 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 12252 0 0 0 119 5 0 0 20 0 15 0 46280633 10804461568 29788 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637808 29788 3051 1 0 2627261 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10551232

[startup+1.50071 s]
/proc/loadavg: 4.84 4.64 3.84 6/214 17993
/proc/meminfo: memFree=28148388/32770624 swapFree=0/339392
[pid=17978] ppid=17975 vsize=10551232 CPUtime=3.06 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 14028 0 0 0 283 23 0 0 20 0 15 0 46280633 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637808 109946 3086 1 0 2627261 0
[pid=17978/tid=17980] ppid=17975 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) R 17975 17978 12906 0 -1 4202560 7608 0 0 0 108 6 0 0 20 0 15 0 46280639 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140343255910056 140342841117490 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 123 0 0 0 15 4 0 0 20 0 15 0 46280640 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 157 0 0 0 13 3 0 0 20 0 15 0 46280640 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 161 0 0 0 15 4 0 0 20 0 15 0 46280640 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 165 0 0 0 12 3 0 0 20 0 15 0 46280640 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 46280641 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342561020016 140343251688066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342559965984 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342558913648 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280644 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 1599 0 0 0 44 0 0 0 20 0 15 0 46280644 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 1502 0 0 0 50 0 0 0 20 0 15 0 46280644 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 1271 0 0 0 21 0 0 0 20 0 15 0 46280644 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280645 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46280652 10804461568 109946 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10551232

[startup+3.1012 s]
/proc/loadavg: 4.62 4.59 3.83 6/214 17993
/proc/meminfo: memFree=27754628/32770624 swapFree=0/339392
[pid=17978] ppid=17975 vsize=10551232 CPUtime=7.32 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 16636 0 0 0 676 56 0 0 20 0 15 0 46280633 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637808 187373 3104 1 0 2627261 0
[pid=17978/tid=17980] ppid=17975 vsize=10551232 CPUtime=1.5 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) S 17975 17978 12906 0 -1 1077944384 7717 0 0 0 144 6 0 0 20 0 15 0 46280639 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140343255910976 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) R 17975 17978 12906 0 -1 4202560 979 0 0 0 96 12 0 0 20 0 15 0 46280640 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343236704338 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10551232 CPUtime=1.05 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) R 17975 17978 12906 0 -1 4202560 394 0 0 0 94 11 0 0 20 0 15 0 46280640 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140343181044696 140343236704338 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) R 17975 17978 12906 0 -1 4202560 547 0 0 0 95 12 0 0 20 0 15 0 46280640 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343236700974 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) R 17975 17978 12906 0 -1 4202560 636 0 0 0 92 11 0 0 20 0 15 0 46280640 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343236704338 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 615 0 0 0 35 0 0 0 20 0 15 0 46280641 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342561018528 140343251687125 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342559965984 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342558913648 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280644 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 1599 0 0 0 44 0 0 0 20 0 15 0 46280644 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 1502 0 0 0 50 0 0 0 20 0 15 0 46280644 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 1288 0 0 0 22 0 0 0 20 0 15 0 46280644 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280645 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46280652 10804461568 187373 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10551232

[startup+6.3007 s]
/proc/loadavg: 4.62 4.59 3.83 6/214 17993
/proc/meminfo: memFree=27201032/32770624 swapFree=0/339400
[pid=17978] ppid=17975 vsize=10551232 CPUtime=16.82 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 30517 0 0 0 1585 97 0 0 20 0 15 0 46280633 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637808 305822 3104 1 0 2627261 0
[pid=17978/tid=17980] ppid=17975 vsize=10551232 CPUtime=1.96 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) S 17975 17978 12906 0 -1 1077944384 8286 0 0 0 189 7 0 0 20 0 15 0 46280639 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140343255910528 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10551232 CPUtime=3.18 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 4159 0 0 0 295 23 0 0 20 0 15 0 46280640 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10551232 CPUtime=3.16 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 2502 0 0 0 295 21 0 0 20 0 15 0 46280640 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10551232 CPUtime=3.17 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 3106 0 0 0 295 22 0 0 20 0 15 0 46280640 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10551232 CPUtime=3.13 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 2744 0 0 0 293 20 0 0 20 0 15 0 46280640 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10551232 CPUtime=0.96 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) R 17975 17978 12906 0 -1 4202560 3659 0 0 0 96 0 0 0 20 0 15 0 46280641 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342561018448 140343236377603 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342559965984 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342558913648 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280644 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 1599 0 0 0 44 0 0 0 20 0 15 0 46280644 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10551232 CPUtime=0.51 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 1504 0 0 0 51 0 0 0 20 0 15 0 46280644 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 1290 0 0 0 22 0 0 0 20 0 15 0 46280644 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280645 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 46280652 10804461568 305822 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 4.14 4.49 3.80 3/214 17993
/proc/meminfo: memFree=25851792/32770624 swapFree=0/339408
[pid=17978] ppid=17975 vsize=10551232 CPUtime=33.4 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 43956 0 0 0 3134 206 0 0 20 0 15 0 46280633 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2637808 642480 3109 1 0 2627261 0
[pid=17978/tid=17980] ppid=17975 vsize=10551232 CPUtime=3.12 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) S 17975 17978 12906 0 -1 1077944384 8698 0 0 0 303 9 0 0 20 0 15 0 46280639 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140343255910640 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10551232 CPUtime=6.56 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 6683 0 0 0 608 48 0 0 20 0 15 0 46280640 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10551232 CPUtime=6.55 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 4998 0 0 0 603 52 0 0 20 0 15 0 46280640 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10551232 CPUtime=6.53 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 6006 0 0 0 605 48 0 0 20 0 15 0 46280640 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10551232 CPUtime=6.52 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 5718 0 0 0 608 44 0 0 20 0 15 0 46280640 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10551232 CPUtime=2.81 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) R 17975 17978 12906 0 -1 4202560 5052 0 0 0 281 0 0 0 20 0 15 0 46280641 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140342561018448 140343236377607 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140342559966048 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46280642 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140342558913648 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46280644 10804461568 642480 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0

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

[startup+2262.3 s]
/proc/loadavg: 2.15 3.48 3.58 3/216 18374
/proc/meminfo: memFree=25911400/32770624 swapFree=0/340216
[pid=17978] ppid=17975 vsize=10617796 CPUtime=2291.31 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 360594 0 0 0 228821 310 0 0 20 0 16 0 46280633 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2654449 724293 3136 1 0 2643902 0
[pid=17978/tid=17980] ppid=17975 vsize=10617796 CPUtime=2251.26 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) R 17975 17978 12906 0 -1 4202560 267603 0 0 0 225096 30 0 0 20 0 16 0 46280639 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343255915904 140342841584436 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10617796 CPUtime=8.01 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 13200 0 0 0 747 54 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 8866 0 0 0 739 59 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 12482 0 0 0 743 55 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10617796 CPUtime=7.97 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 12565 0 0 0 749 48 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10617796 CPUtime=2.95 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 11008 0 0 0 292 3 0 0 20 0 16 0 46280641 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342561020016 140343251688066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342559966048 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342558913664 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10617796 CPUtime=1.58 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 11350 0 0 0 157 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10617796 CPUtime=1.62 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 12210 0 0 0 161 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 7805 0 0 0 38 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280645 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10617796 CPUtime=1.45 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 2034 0 0 0 74 71 0 0 20 0 16 0 46280652 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17994] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17994/stat : 17994 (java) S 17975 17978 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 46281922 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342483468976 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 2291.31
Current children cumulated vsize (KiB) 10617796

[startup+2322.3 s]
/proc/loadavg: 2.05 3.19 3.47 3/216 18376
/proc/meminfo: memFree=25910664/32770624 swapFree=0/340232
[pid=17978] ppid=17975 vsize=10617796 CPUtime=2351.35 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 362690 0 0 0 234824 311 0 0 20 0 16 0 46280633 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2654449 724293 3136 1 0 2643902 0
[pid=17978/tid=17980] ppid=17975 vsize=10617796 CPUtime=2311.26 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) R 17975 17978 12906 0 -1 4202560 269637 0 0 0 231096 30 0 0 20 0 16 0 46280639 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343255915904 140342842015595 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10617796 CPUtime=8.01 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 13200 0 0 0 747 54 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 8866 0 0 0 739 59 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 12482 0 0 0 743 55 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10617796 CPUtime=7.97 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 12565 0 0 0 749 48 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10617796 CPUtime=2.95 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 11017 0 0 0 292 3 0 0 20 0 16 0 46280641 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342561020016 140343251688066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342559966048 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342558913664 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10617796 CPUtime=1.58 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 11357 0 0 0 157 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10617796 CPUtime=1.63 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 12213 0 0 0 161 2 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 7809 0 0 0 38 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280645 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10617796 CPUtime=1.49 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 2073 0 0 0 76 73 0 0 20 0 16 0 46280652 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17994] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17994/stat : 17994 (java) S 17975 17978 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 46281922 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342483468976 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 2351.35
Current children cumulated vsize (KiB) 10617796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2371 s]
/proc/loadavg: 2.08 3.04 3.41 3/216 18377
/proc/meminfo: memFree=25910856/32770624 swapFree=0/340284
[pid=17978] ppid=17975 vsize=10617796 CPUtime=2400.09 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 364716 0 0 0 239697 312 0 0 20 0 16 0 46280633 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2654449 724293 3136 1 0 2643902 0
[pid=17978/tid=17980] ppid=17975 vsize=10617796 CPUtime=2359.96 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) R 17975 17978 12906 0 -1 4202560 271592 0 0 0 235966 30 0 0 20 0 16 0 46280639 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343255908496 140342842015595 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10617796 CPUtime=8.01 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 13200 0 0 0 747 54 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 8866 0 0 0 739 59 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10617796 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 12482 0 0 0 743 55 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10617796 CPUtime=7.97 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 12565 0 0 0 749 48 0 0 20 0 16 0 46280640 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10617796 CPUtime=2.96 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 11026 0 0 0 293 3 0 0 20 0 16 0 46280641 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342561020016 140343251688066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342559966048 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 16 0 46280642 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342558913664 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10617796 CPUtime=1.58 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 11364 0 0 0 157 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10617796 CPUtime=1.63 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 12219 0 0 0 161 2 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 7817 0 0 0 38 1 0 0 20 0 16 0 46280644 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46280645 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10617796 CPUtime=1.52 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 2114 0 0 0 78 74 0 0 20 0 16 0 46280652 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17994] ppid=17975 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17994/stat : 17994 (java) S 17975 17978 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 46281922 10872623104 724293 18446744073709551615 4194304 4196468 140731504309360 140342483468976 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10617796

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17978 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2371.2 s]
/proc/loadavg: 2.08 3.04 3.41 3/216 18377
/proc/meminfo: memFree=25910856/32770624 swapFree=0/340284
[pid=17978] ppid=17975 vsize=10817488 CPUtime=2400.31 cores=0,2,4,6
/proc/17978/stat : 17978 (java) S 17975 17978 12906 0 -1 1077944320 366987 0 0 0 239718 313 0 0 20 0 17 0 46280633 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140731504291904 140343251676919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
/proc/17978/statm: 2704372 724379 3138 1 0 2693825 0
[pid=17978/tid=17980] ppid=17975 vsize=10817488 CPUtime=2360.16 cores=0,2,4,6
/proc/17978/task/17980/stat : 17980 (java) R 17975 17978 12906 0 -1 4202560 272030 0 0 0 235986 30 0 0 20 0 17 0 46280639 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140343255914864 140342838241154 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17981] ppid=17975 vsize=10817488 CPUtime=8.01 cores=0,2,4,6
/proc/17978/task/17981/stat : 17981 (java) S 17975 17978 12906 0 -1 1077944384 13200 0 0 0 747 54 0 0 20 0 17 0 46280640 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140343182097296 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17982] ppid=17975 vsize=10817488 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17982/stat : 17982 (java) S 17975 17978 12906 0 -1 1077944384 8866 0 0 0 739 59 0 0 20 0 17 0 46280640 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140343181044496 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17983] ppid=17975 vsize=10817488 CPUtime=7.98 cores=0,2,4,6
/proc/17978/task/17983/stat : 17983 (java) S 17975 17978 12906 0 -1 1077944384 12482 0 0 0 743 55 0 0 20 0 17 0 46280640 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140343179992208 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17984] ppid=17975 vsize=10817488 CPUtime=7.97 cores=0,2,4,6
/proc/17978/task/17984/stat : 17984 (java) S 17975 17978 12906 0 -1 1077944384 12565 0 0 0 749 48 0 0 20 0 17 0 46280640 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140343178939408 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17985] ppid=17975 vsize=10817488 CPUtime=2.96 cores=0,2,4,6
/proc/17978/task/17985/stat : 17985 (java) S 17975 17978 12906 0 -1 1077944384 11077 0 0 0 293 3 0 0 20 0 17 0 46280641 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342561020016 140343251688066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17986] ppid=17975 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17986/stat : 17986 (java) S 17975 17978 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 46280642 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342559966048 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17987] ppid=17975 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17987/stat : 17987 (java) S 17975 17978 12906 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 46280642 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342558913664 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17988] ppid=17975 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17988/stat : 17988 (java) S 17975 17978 12906 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 46280644 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342557861968 140343251695515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17989] ppid=17975 vsize=10817488 CPUtime=1.59 cores=0,2,4,6
/proc/17978/task/17989/stat : 17989 (java) S 17975 17978 12906 0 -1 1077944384 11685 0 0 0 157 2 0 0 20 0 17 0 46280644 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342556809840 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17990] ppid=17975 vsize=10817488 CPUtime=1.64 cores=0,2,4,6
/proc/17978/task/17990/stat : 17990 (java) S 17975 17978 12906 0 -1 1077944384 12473 0 0 0 162 2 0 0 20 0 17 0 46280644 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342555757040 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17991] ppid=17975 vsize=10817488 CPUtime=0.39 cores=0,2,4,6
/proc/17978/task/17991/stat : 17991 (java) S 17975 17978 12906 0 -1 1077944384 8404 0 0 0 38 1 0 0 20 0 17 0 46280644 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342554704752 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17992] ppid=17975 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17978/task/17992/stat : 17992 (java) S 17975 17978 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46280645 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342485576672 140343251687125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
[pid=17978/tid=17993] ppid=17975 vsize=10817488 CPUtime=1.52 cores=0,2,4,6
/proc/17978/task/17993/stat : 17993 (java) S 17975 17978 12906 0 -1 1077944384 2114 0 0 0 78 74 0 0 20 0 17 0 46280652 11077107712 724379 18446744073709551615 4194304 4196468 140731504309360 140342484523440 140343251688066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10682368 140731504316853 140731504317006 140731504317006 140731504320463 0
Current children cumulated CPU time (s) 2400.31
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 2371.26
CPU time (s): 2400.45
CPU user time (s): 2397.3
CPU system time (s): 3.14678
CPU usage (%): 101.231
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.3
system time used= 3.14678
maximum resident set size= 2897684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54288
involuntary context switches= 3293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.357 second user time and 15.4442 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 20:07:40
IDJOB=4243323
IDBENCH=115820
IDSOLVER=2623
FILE ID=node135/4243323-1502043697
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-04-04-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243323-1502043697/watcher-4243323-1502043697 -o /tmp/evaluation-result-4243323-1502043697/solver-4243323-1502043697 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243323-1502043697.xml

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

MD5SUM BENCH= d594ce2470bfcbe7ad5c857fb9f8254a
RANDOM SEED=490341479

node135.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.21
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.21
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.21
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.21
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:        28413736 kB
MemAvailable:   28817164 kB
Buffers:          199716 kB
Cached:           492412 kB
SwapCached:            0 kB
Active:          3559284 kB
Inactive:         364312 kB
Active(anon):    3231448 kB
Inactive(anon):    24972 kB
Active(file):     327836 kB
Inactive(file):   339340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       3231196 kB
Mapped:            49984 kB
Shmem:             25344 kB
Slab:             131024 kB
SReclaimable:     104172 kB
SUnreclaim:        26852 kB
KernelStack:        3712 kB
PageTables:        11260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4641420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3123200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 20:47:11