Trace number 4258149

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)6 242.832 240.214

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-logicSynthesis/
Pb-logic-m100-100-30-30-r.xml
MD5SUM99240cf8fa1004889a7bc67b3b097789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark155.431
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree19
Maximum variable degree44
Distribution of variable degrees[{"degree":19,"count":1},{"degree":22,"count":1},{"degree":24,"count":3},{"degree":25,"count":4},{"degree":26,"count":6},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":9},{"degree":31,"count":10},{"degree":32,"count":6},{"degree":33,"count":11},{"degree":34,"count":8},{"degree":35,"count":6},{"degree":36,"count":2},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":2},{"degree":40,"count":1},{"degree":41,"count":1},{"degree":44,"count":1}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.23/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.23/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.23/0.70	c See www.sat4j.org for details.
1.23/0.70	c That software uses the Rhino library from the Mozilla project.
1.23/0.70	c version CUSTOM.v20170705
1.23/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.23/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.23/0.70	c java.vm.version	25.131-b11
1.23/0.70	c java.vm.vendor	Oracle Corporation
1.23/0.70	c sun.arch.data.model	64
1.23/0.70	c java.version		1.8.0_131
1.23/0.70	c os.name		Linux
1.23/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.23/0.70	c os.arch		amd64
1.23/0.70	c Free memory 		499604488
1.23/0.70	c Max memory 		7247757312
1.23/0.70	c Total memory 		504889344
1.23/0.70	c Number of processors 	4
1.23/0.70	c c --- Begin Solver configuration ---
1.23/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.23/0.70	c Learn all clauses as in MiniSAT
1.23/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.23/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.23/0.70	c No reason simplification
1.23/0.70	c Glucose 2.1 dynamic restart strategy
1.23/0.70	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
1.23/0.70	c timeout=2147483s
1.23/0.70	c DB Simplification allowed=false
1.23/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.23/0.70	c --- End Solver configuration ---
1.23/0.70	c constraints type 
1.23/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.23/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3100
1.23/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 92800
1.23/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 200
1.23/0.70	c 96300 constraints processed.
1.55/0.81	o 9
1.55/0.89	o 8
1.86/0.96	o 7
4.57/3.10	o 6
242.82/240.20	c starts		: 90
242.82/240.20	c conflicts		: 650264
242.82/240.20	c decisions		: 1209735
242.82/240.20	c propagations		: 793173342
242.82/240.20	c inspects		: 3998681873
242.82/240.20	c shortcuts		: 0
242.82/240.20	c learnt literals	: 0
242.82/240.20	c learnt binary clauses	: 9
242.82/240.20	c learnt ternary clauses	: 16
242.82/240.20	c learnt constraints	: 650264
242.82/240.20	c ignored constraints	: 0
242.82/240.20	c root simplifications	: 0
242.82/240.20	c removed literals (reason simplification)	: 0
242.82/240.20	c reason swapping (by a shorter reason)	: 0
242.82/240.20	c Calls to reduceDB	: 32
242.82/240.20	c Number of update (reduction) of LBD	: 387624
242.82/240.20	c Imported unit clauses	: 0
242.82/240.20	c number of reductions to clauses (during analyze)	: 0
242.82/240.20	c number of learned constraints concerned by reduction	: 0
242.82/240.20	c number of learning phase by resolution	: 0
242.82/240.20	c number of learning phase by cutting planes	: 0
242.82/240.20	c number of rounding to 1 operations	: 0
242.82/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
242.82/240.20	c number of reductions of the coefficients by power 2 	: 0
242.82/240.20	c number of right shift for reduction by power 2 	: 0
242.82/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
242.82/240.20	c speed (assignments/second)	: 3311912.9403610155
242.82/240.20	c non guided choices	15997
242.82/240.20	c learnt constraints type 
242.82/240.20	s SATISFIABLE
242.82/240.20	v <instantiation type="solution">
242.82/240.20	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
242.82/240.20	v 	<values> 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
242.82/240.20	v </instantiation>
242.82/240.20	

Verifier Data

OK	6

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-4258149-1501654333/watcher-4258149-1501654333 -o /tmp/evaluation-result-4258149-1501654333/solver-4258149-1501654333 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258149-1501654333.xml 

pid=11459
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 3.33 2.66 2.59 3/195 11462
/proc/meminfo: memFree=23666584/32770624 swapFree=0/235240
[pid=11462] ppid=11459 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11462/stat : 11462 (runsolver) D 11459 11462 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14056335 24240128 106 18446744073709551615 4194304 4338465 140735700146112 140735700143752 139863032197847 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 22409216 140735700152455 140735700152902 140735700152902 140735700156362 0
/proc/11462/statm: 5918 106 53 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 3.33 2.66 2.59 3/195 11462
/proc/meminfo: memFree=23666584/32770624 swapFree=0/235240
[pid=11462] ppid=11459 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11462/stat : 11462 (runsolver) D 11459 11462 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14056335 24240128 106 18446744073709551615 4194304 4338465 140735700146112 140735700143752 139863032197847 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 22409216 140735700152455 140735700152902 140735700152902 140735700156362 0
/proc/11462/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200345 s]
/proc/loadavg: 3.33 2.66 2.59 3/195 11462
/proc/meminfo: memFree=23666584/32770624 swapFree=0/235240
[pid=11462] ppid=11459 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 4688 0 0 0 4 1 0 0 20 0 14 0 14056335 10736119808 5725 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2621123 5725 2566 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300568 s]
/proc/loadavg: 3.33 2.66 2.59 3/195 11462
/proc/meminfo: memFree=23666584/32770624 swapFree=0/235240
[pid=11462] ppid=11459 vsize=10551156 CPUtime=0.19 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 8085 0 0 0 17 2 0 0 20 0 15 0 14056335 10804383744 8377 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2637789 8377 2851 1 0 2627269 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551156

[startup+0.700295 s]
/proc/loadavg: 3.33 2.66 2.59 3/195 11462
/proc/meminfo: memFree=23666584/32770624 swapFree=0/235240
[pid=11462] ppid=11459 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 12671 0 0 0 118 5 0 0 20 0 15 0 14056335 10804461568 26231 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2637808 26231 3052 1 0 2627269 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10551232

[startup+1.5006 s]
/proc/loadavg: 3.33 2.66 2.59 3/211 11478
/proc/meminfo: memFree=23559636/32770624 swapFree=0/235260
[pid=11462] ppid=11459 vsize=10617796 CPUtime=2.81 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 14423 0 0 0 275 6 0 0 20 0 16 0 14056335 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 29959 3060 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=1.32 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 8146 0 0 0 128 4 0 0 20 0 16 0 14056347 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331520816360 140331160258874 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=0.58 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 1652 0 0 0 58 0 0 0 20 0 16 0 14056352 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=0.57 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 1846 0 0 0 57 0 0 0 20 0 16 0 14056352 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 1380 0 0 0 30 0 0 0 20 0 16 0 14056352 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 14056356 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 29959 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 10617796

[startup+3.10062 s]
/proc/loadavg: 3.33 2.66 2.59 3/211 11478
/proc/meminfo: memFree=23553684/32770624 swapFree=0/235260
[pid=11462] ppid=11459 vsize=10617796 CPUtime=4.57 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 16125 0 0 0 450 7 0 0 20 0 16 0 14056335 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 31609 3076 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=2.92 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 8523 0 0 0 288 4 0 0 20 0 16 0 14056347 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331520815744 140331156720831 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=0.67 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) R 11459 11462 5091 0 -1 4202560 2506 0 0 0 67 0 0 0 20 0 16 0 14056352 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331502624423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=0.63 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) R 11459 11462 5091 0 -1 4202560 2205 0 0 0 63 0 0 0 20 0 16 0 14056352 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331502275441 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 1431 0 0 0 30 0 0 0 20 0 16 0 14056352 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 14056356 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 31609 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 10617796

[startup+6.30063 s]
/proc/loadavg: 3.14 2.63 2.58 3/211 11478
/proc/meminfo: memFree=23548748/32770624 swapFree=0/235272
[pid=11462] ppid=11459 vsize=10617796 CPUtime=7.96 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 17883 0 0 0 789 7 0 0 20 0 16 0 14056335 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 32684 3078 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=6.12 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 8903 0 0 0 608 4 0 0 20 0 16 0 14056347 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331520818328 140331160550152 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=0.74 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 2545 0 0 0 74 0 0 0 20 0 16 0 14056352 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=0.74 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 2998 0 0 0 74 0 0 0 20 0 16 0 14056352 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 1479 0 0 0 31 0 0 0 20 0 16 0 14056352 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 16 0 14056356 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 32684 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 10617796

[startup+12.7006 s]
/proc/loadavg: 3.05 2.62 2.58 3/211 11478
/proc/meminfo: memFree=23541988/32770624 swapFree=0/235276
[pid=11462] ppid=11459 vsize=10617796 CPUtime=14.4 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 19418 0 0 0 1433 7 0 0 20 0 16 0 14056335 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 33792 3078 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=12.52 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 9276 0 0 0 1248 4 0 0 20 0 16 0 14056347 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331520816248 140331157713687 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14056347 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 33792 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0

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

[startup+162.301 s]
/proc/loadavg: 2.16 2.40 2.50 3/212 11576
/proc/meminfo: memFree=31213984/32770624 swapFree=0/235404
[pid=11462] ppid=11459 vsize=10617796 CPUtime=165.01 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 34931 0 0 0 16486 15 0 0 20 0 16 0 14056335 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 52519 3106 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=162.09 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 11088 0 0 0 16204 5 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331520815760 140331160550157 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 411 0 0 0 1 1 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 914 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 9507 0 0 0 120 1 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=1.16 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 7381 0 0 0 116 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 2824 0 0 0 33 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 892 0 0 0 1 2 0 0 20 0 16 0 14056356 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 165.01
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.06 2.33 2.47 3/216 11606
/proc/meminfo: memFree=31071276/32770624 swapFree=0/235496
[pid=11462] ppid=11459 vsize=10617796 CPUtime=225.03 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 35254 0 0 0 22487 16 0 0 20 0 16 0 14056335 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 52519 3106 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=222.1 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 11358 0 0 0 22205 5 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331520815760 140331160550627 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 411 0 0 0 1 1 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 918 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 9510 0 0 0 120 1 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=1.16 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 7389 0 0 0 116 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 2827 0 0 0 33 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 927 0 0 0 2 4 0 0 20 0 16 0 14056356 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 225.03
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.05 2.31 2.46 3/216 11607
/proc/meminfo: memFree=31041488/32770624 swapFree=0/235532
[pid=11462] ppid=11459 vsize=10617796 CPUtime=242.74 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 35264 0 0 0 24257 17 0 0 20 0 16 0 14056335 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2654449 52519 3106 1 0 2643910 0
[pid=11462/tid=11464] ppid=11459 vsize=10617796 CPUtime=239.79 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) R 11459 11462 5091 0 -1 4202560 11368 0 0 0 23974 5 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331520815760 140331160550719 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 411 0 0 0 1 1 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 16 0 14056347 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 918 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14056349 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 9510 0 0 0 120 1 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10617796 CPUtime=1.16 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 7389 0 0 0 116 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 2827 0 0 0 33 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14056352 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 927 0 0 0 2 4 0 0 20 0 16 0 14056356 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11478] ppid=11459 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11478/stat : 11478 (java) S 11459 11462 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14056407 10872623104 52519 18446744073709551615 4194304 4196468 140731850082512 140330869425328 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 242.74
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 11462 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.05 2.31 2.46 3/216 11607
/proc/meminfo: memFree=31041488/32770624 swapFree=0/235532
[pid=11462] ppid=11459 vsize=10817488 CPUtime=242.82 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 5091 0 -1 1077944320 36537 0 0 0 24265 17 0 0 20 0 17 0 14056335 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140731850065056 140331516579575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 11 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
/proc/11462/statm: 2704372 52573 3108 1 0 2693833 0
[pid=11462/tid=11464] ppid=11459 vsize=10817488 CPUtime=239.87 cores=1,3,5,7
/proc/11462/task/11464/stat : 11464 (java) S 11459 11462 5091 0 -1 1077944384 11558 0 0 0 23982 5 0 0 20 0 17 0 14056347 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331520822448 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11465] ppid=11459 vsize=10817488 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11465/stat : 11465 (java) S 11459 11462 5091 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 17 0 14056347 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331481860496 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11466] ppid=11459 vsize=10817488 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11466/stat : 11466 (java) S 11459 11462 5091 0 -1 1077944384 411 0 0 0 1 1 0 0 20 0 17 0 14056347 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331480807696 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11467] ppid=11459 vsize=10817488 CPUtime=0.01 cores=1,3,5,7
/proc/11462/task/11467/stat : 11467 (java) S 11459 11462 5091 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 17 0 14056347 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331126094480 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11468] ppid=11459 vsize=10817488 CPUtime=0.02 cores=1,3,5,7
/proc/11462/task/11468/stat : 11468 (java) S 11459 11462 5091 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 17 0 14056347 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331125041680 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11469] ppid=11459 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11469/stat : 11469 (java) S 11459 11462 5091 0 -1 1077944384 918 0 0 0 0 0 0 0 20 0 17 0 14056349 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331080768112 140331516590722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11470] ppid=11459 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11470/stat : 11470 (java) S 11459 11462 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 14056349 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331079714080 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11471] ppid=11459 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11471/stat : 11471 (java) S 11459 11462 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 14056349 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140331078661744 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11472] ppid=11459 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11472/stat : 11472 (java) S 11459 11462 5091 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 17 0 14056352 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330875742800 140331516598171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11473] ppid=11459 vsize=10817488 CPUtime=1.21 cores=1,3,5,7
/proc/11462/task/11473/stat : 11473 (java) S 11459 11462 5091 0 -1 1077944384 9587 0 0 0 120 1 0 0 20 0 17 0 14056352 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330874689648 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11474] ppid=11459 vsize=10817488 CPUtime=1.16 cores=1,3,5,7
/proc/11462/task/11474/stat : 11474 (java) S 11459 11462 5091 0 -1 1077944384 7480 0 0 0 116 0 0 0 20 0 17 0 14056352 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330873636848 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11475] ppid=11459 vsize=10817488 CPUtime=0.34 cores=1,3,5,7
/proc/11462/task/11475/stat : 11475 (java) S 11459 11462 5091 0 -1 1077944384 3149 0 0 0 34 0 0 0 20 0 17 0 14056352 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330872584560 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11476] ppid=11459 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11462/task/11476/stat : 11476 (java) S 11459 11462 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14056352 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330871532000 140331516589781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
[pid=11462/tid=11477] ppid=11459 vsize=10817488 CPUtime=0.06 cores=1,3,5,7
/proc/11462/task/11477/stat : 11477 (java) S 11459 11462 5091 0 -1 1077944384 927 0 0 0 2 4 0 0 20 0 17 0 14056356 11077107712 52573 18446744073709551615 4194304 4196468 140731850082512 140330870479792 140331516590722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14229504 140731850088882 140731850089035 140731850089035 140731850092495 0
Current children cumulated CPU time (s) 242.82
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.214
CPU time (s): 242.832
CPU user time (s): 242.655
CPU system time (s): 0.177054
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.655
system time used= 0.177054
maximum resident set size= 216012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6935
involuntary context switches= 111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00509 second user time and 1.4634 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:58:13
IDJOB=4258149
IDBENCH=135630
IDSOLVER=2643
FILE ID=node129/4258149-1501654333
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-logicSynthesis/Pb-logic-m100-100-30-30-r.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258149-1501654333/watcher-4258149-1501654333 -o /tmp/evaluation-result-4258149-1501654333/solver-4258149-1501654333 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258149-1501654333.xml

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

MD5SUM BENCH= 99240cf8fa1004889a7bc67b3b097789
RANDOM SEED=13795534

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23666584 kB
MemAvailable:   23829732 kB
Buffers:          124472 kB
Cached:           319636 kB
SwapCached:            0 kB
Active:          8440500 kB
Inactive:         243772 kB
Active(anon):    8240496 kB
Inactive(anon):     8532 kB
Active(file):     200004 kB
Inactive(file):   235240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       8246020 kB
Mapped:            42292 kB
Shmem:              8872 kB
Slab:             112580 kB
SReclaimable:      87480 kB
SUnreclaim:        25100 kB
KernelStack:        3712 kB
PageTables:        21292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8601040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7938048 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= 61772 MiB
End job on node129 at 2017-08-02 08:02:13