Trace number 4258304

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)51 242.48599 240.21201

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-13.xml
MD5SUMba14410c7a25eefcb6b446bec14c0338
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark247.92999
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints242
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":104},{"size":9,"count":104}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":104},{"degree":7,"count":4},{"degree":8,"count":34},{"degree":10,"count":66}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":104},{"arity":3,"count":34},{"arity":4,"count":4},{"arity":6,"count":34},{"arity":9,"count":66}]
Number of extensional constraints138
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":138},{"type":"sum","count":104}]
Optimization problemYES
Type of objectivemax 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.24/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.24/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.24/0.70	c See www.sat4j.org for details.
1.24/0.70	c That software uses the Rhino library from the Mozilla project.
1.24/0.70	c version CUSTOM.v20170705
1.24/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.24/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.24/0.70	c java.vm.version	25.131-b11
1.24/0.70	c java.vm.vendor	Oracle Corporation
1.24/0.70	c sun.arch.data.model	64
1.24/0.70	c java.version		1.8.0_131
1.24/0.70	c os.name		Linux
1.24/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.24/0.70	c os.arch		amd64
1.24/0.70	c Free memory 		499604488
1.24/0.70	c Max memory 		7247757312
1.24/0.70	c Total memory 		504889344
1.24/0.70	c Number of processors 	4
1.24/0.70	c c --- Begin Solver configuration ---
1.24/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.24/0.70	c Learn all clauses as in MiniSAT
1.24/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.24/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.24/0.70	c No reason simplification
1.24/0.70	c Glucose 2.1 dynamic restart strategy
1.24/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.24/0.70	c timeout=2147483s
1.24/0.70	c DB Simplification allowed=false
1.24/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.24/0.70	c --- End Solver configuration ---
1.24/0.70	c constraints type 
1.24/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 416
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11440
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20876
1.24/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 416
1.24/0.70	c 33148 constraints processed.
2.09/1.10	o 35
2.55/1.32	o 38
2.55/1.36	o 41
5.30/3.57	o 43
5.30/3.59	o 45
5.52/3.66	o 46
5.52/3.69	o 49
13.95/11.99	o 50
18.37/16.30	o 51
242.47/240.20	c starts		: 2261
242.47/240.20	c conflicts		: 976376
242.47/240.20	c decisions		: 1305908
242.47/240.20	c propagations		: 514085820
242.47/240.20	c inspects		: 3211769189
242.47/240.20	c shortcuts		: 0
242.47/240.20	c learnt literals	: 2
242.47/240.20	c learnt binary clauses	: 525
242.47/240.20	c learnt ternary clauses	: 1585
242.47/240.20	c learnt constraints	: 976374
242.47/240.20	c ignored constraints	: 0
242.47/240.20	c root simplifications	: 0
242.47/240.20	c removed literals (reason simplification)	: 0
242.47/240.20	c reason swapping (by a shorter reason)	: 0
242.47/240.20	c Calls to reduceDB	: 49
242.47/240.20	c Number of update (reduction) of LBD	: 155162
242.47/240.20	c Imported unit clauses	: 0
242.47/240.20	c number of reductions to clauses (during analyze)	: 0
242.47/240.20	c number of learned constraints concerned by reduction	: 0
242.47/240.20	c number of learning phase by resolution	: 0
242.47/240.20	c number of learning phase by cutting planes	: 0
242.47/240.20	c number of rounding to 1 operations	: 0
242.47/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
242.47/240.20	c number of reductions of the coefficients by power 2 	: 0
242.47/240.20	c number of right shift for reduction by power 2 	: 0
242.47/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
242.47/240.20	c speed (assignments/second)	: 2146505.0793531495
242.47/240.20	c non guided choices	14735
242.47/240.20	c learnt constraints type 
242.47/240.20	s SATISFIABLE
242.47/240.20	v <instantiation type="solution">
242.47/240.20	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[6][12] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[7][12] </list>
242.47/240.20	v 	<values> 1 1 0 1 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 1 0 1 1 0 0 0 1 1 0 1 1 2 3 4 2 2 2 2 3 2 2 2 4 2 2 4 3 3 4 4 3 5 3 4 2 3 2 2 4 4 5 3 3 4 5 3 3 4 5 4 2 4 2 3 5 5 3 3 5 4 4 3 3 2 3 4 4 3 3 4 4 3 2 4 3 3 4 4 4 2 5 4 2 2 4 3 5 4 4 3 3 5 3 5 2 2 2 4 3 5 3 3 3 3 4 2 3 2 1 1 2 2 4 3 3 </values>
242.47/240.20	v </instantiation>
242.47/240.20	

Verifier Data

OK	51

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-4258304-1501643946/watcher-4258304-1501643946 -o /tmp/evaluation-result-4258304-1501643946/solver-4258304-1501643946 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258304-1501643946.xml 

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

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: 1.94 2.25 2.80 3/201 17467
/proc/meminfo: memFree=31583408/32770624 swapFree=0/248440
[pid=17467] ppid=17464 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17467/stat : 17467 (runsolver) D 17464 17467 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64048077 24240128 108 18446744073709551615 4194304 4338465 140735649656448 140735649654088 140500995560151 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 6828032 140735649665158 140735649665605 140735649665605 140735649669066 0
/proc/17467/statm: 5918 108 54 36 0 2156 0

[startup+0.100177 s]
/proc/loadavg: 1.94 2.25 2.80 3/201 17467
/proc/meminfo: memFree=31583408/32770624 swapFree=0/248440
[pid=17467] ppid=17464 vsize=10085108 CPUtime=0.01 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 3652 0 0 0 1 0 0 0 20 0 8 0 64048077 10327150592 4822 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2521277 4822 2043 1 0 2510782 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10085108

[startup+0.200363 s]
/proc/loadavg: 1.94 2.25 2.80 3/201 17467
/proc/meminfo: memFree=31583408/32770624 swapFree=0/248440
[pid=17467] ppid=17464 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 4524 0 0 0 4 1 0 0 20 0 14 0 64048077 10736119808 5578 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2621123 5578 2572 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300355 s]
/proc/loadavg: 1.94 2.25 2.80 3/201 17467
/proc/meminfo: memFree=31583408/32770624 swapFree=0/248440
[pid=17467] ppid=17464 vsize=10551156 CPUtime=0.2 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 7824 0 0 0 18 2 0 0 20 0 15 0 64048077 10804383744 8558 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2637789 8558 2854 1 0 2627269 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700618 s]
/proc/loadavg: 1.94 2.25 2.80 3/201 17467
/proc/meminfo: memFree=31583408/32770624 swapFree=0/248440
[pid=17467] ppid=17464 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 12140 0 0 0 119 5 0 0 20 0 15 0 64048077 10804461568 21986 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2637808 21986 3046 1 0 2627269 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10551232

[startup+1.50073 s]
/proc/loadavg: 1.94 2.25 2.80 6/217 17483
/proc/meminfo: memFree=31504772/32770624 swapFree=0/248452
[pid=17467] ppid=17464 vsize=10617796 CPUtime=2.8 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 15211 0 0 0 275 5 0 0 20 0 16 0 64048077 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 24485 3060 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=1.33 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 7471 0 0 0 130 3 0 0 20 0 16 0 64048084 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139980101021120 139979715571758 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.55 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 2484 0 0 0 55 0 0 0 20 0 16 0 64048089 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=0.54 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 1938 0 0 0 54 0 0 0 20 0 16 0 64048089 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 1921 0 0 0 33 0 0 0 20 0 16 0 64048089 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 64048097 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 24485 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10617796

[startup+3.10072 s]
/proc/loadavg: 1.94 2.25 2.80 3/217 17483
/proc/meminfo: memFree=31493728/32770624 swapFree=0/248452
[pid=17467] ppid=17464 vsize=10617796 CPUtime=4.9 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 17124 0 0 0 484 6 0 0 20 0 16 0 64048077 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 26310 3067 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=2.93 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 7733 0 0 0 290 3 0 0 20 0 16 0 64048084 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139980101018144 139979715734489 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.82 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 3356 0 0 0 82 0 0 0 20 0 16 0 64048089 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=0.76 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 2633 0 0 0 76 0 0 0 20 0 16 0 64048089 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 1968 0 0 0 35 0 0 0 20 0 16 0 64048089 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 64048097 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 26310 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 10617796

[startup+6.30071 s]
/proc/loadavg: 1.86 2.23 2.79 3/217 17483
/proc/meminfo: memFree=31480892/32770624 swapFree=0/248452
[pid=17467] ppid=17464 vsize=10617796 CPUtime=8.35 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 18216 0 0 0 829 6 0 0 20 0 16 0 64048077 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 28649 3079 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=6.14 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 7969 0 0 0 610 4 0 0 20 0 16 0 64048084 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139980101020824 139979716330657 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.88 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 3373 0 0 0 88 0 0 0 20 0 16 0 64048089 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 2781 0 0 0 93 0 0 0 20 0 16 0 64048089 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 2099 0 0 0 36 0 0 0 20 0 16 0 64048089 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 16 0 64048097 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 28649 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 1.87 2.22 2.79 3/217 17483
/proc/meminfo: memFree=31472248/32770624 swapFree=0/248460
[pid=17467] ppid=17464 vsize=10617796 CPUtime=14.77 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 19632 0 0 0 1471 6 0 0 20 0 16 0 64048077 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 31235 3079 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=12.53 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 8483 0 0 0 1249 4 0 0 20 0 16 0 64048084 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139980101018368 139979716330648 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64048085 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 31235 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0

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

[startup+162.301 s]
/proc/loadavg: 2.05 2.19 2.69 3/215 17569
/proc/meminfo: memFree=31377560/32770624 swapFree=0/248616
[pid=17467] ppid=17464 vsize=10617796 CPUtime=164.65 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 26974 0 0 0 16451 14 0 0 20 0 16 0 64048077 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 56549 3110 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=162.09 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 9889 0 0 0 16205 4 0 0 20 0 16 0 64048084 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980101021120 139979715595425 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 184 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 360 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 547 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 776 0 0 0 1 0 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 778 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.95 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 4260 0 0 0 95 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 4692 0 0 0 102 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 3388 0 0 0 37 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 644 0 0 0 3 3 0 0 20 0 16 0 64048097 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.09 2.18 2.66 3/214 17571
/proc/meminfo: memFree=31377140/32770624 swapFree=0/248648
[pid=17467] ppid=17464 vsize=10617796 CPUtime=224.68 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 27227 0 0 0 22453 15 0 0 20 0 16 0 64048077 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 56549 3110 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=222.09 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 10101 0 0 0 22205 4 0 0 20 0 16 0 64048084 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980101021120 139979715595487 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 184 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 360 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 547 0 0 0 1 1 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 776 0 0 0 1 0 0 0 20 0 16 0 64048085 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 785 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.95 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 4262 0 0 0 95 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 4695 0 0 0 102 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 3390 0 0 0 37 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 671 0 0 0 5 5 0 0 20 0 16 0 64048097 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 56549 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 224.68
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.13 2.19 2.65 3/214 17572
/proc/meminfo: memFree=31366900/32770624 swapFree=0/248656
[pid=17467] ppid=17464 vsize=10617796 CPUtime=242.43 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 27823 0 0 0 24227 16 0 0 20 0 16 0 64048077 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2654449 59110 3110 1 0 2643910 0
[pid=17467/tid=17469] ppid=17464 vsize=10617796 CPUtime=239.77 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) R 17464 17467 18930 0 -1 4202560 10121 0 0 0 23973 4 0 0 20 0 16 0 64048084 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139980101021120 139979715595299 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 236 0 0 0 2 1 0 0 20 0 16 0 64048085 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 540 0 0 0 2 1 0 0 20 0 16 0 64048085 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 639 0 0 0 2 1 0 0 20 0 16 0 64048085 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 858 0 0 0 2 1 0 0 20 0 16 0 64048085 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 955 0 0 0 0 0 0 0 20 0 16 0 64048086 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 64048087 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10617796 CPUtime=0.95 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 4262 0 0 0 95 0 0 0 20 0 16 0 64048089 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 4695 0 0 0 102 0 0 0 20 0 16 0 64048089 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 3390 0 0 0 37 0 0 0 20 0 16 0 64048089 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64048089 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 671 0 0 0 5 6 0 0 20 0 16 0 64048097 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17483] ppid=17464 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17483/stat : 17483 (java) S 17464 17467 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64048148 10872623104 59110 18446744073709551615 4194304 4196468 140736713551728 139979599557424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 242.43
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 17467 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.13 2.19 2.65 3/214 17572
/proc/meminfo: memFree=31366900/32770624 swapFree=0/248656
[pid=17467] ppid=17464 vsize=10817488 CPUtime=242.47 cores=0,2,4,6
/proc/17467/stat : 17467 (java) S 17464 17467 18930 0 -1 1077944320 28128 0 0 0 24231 16 0 0 20 0 17 0 64048077 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 140736713534272 139980096782071 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
/proc/17467/statm: 2704372 59126 3112 1 0 2693833 0
[pid=17467/tid=17469] ppid=17464 vsize=10817488 CPUtime=239.8 cores=0,2,4,6
/proc/17467/task/17469/stat : 17469 (java) S 17464 17467 18930 0 -1 1077944384 10132 0 0 0 23976 4 0 0 20 0 17 0 64048084 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139980101024944 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17470] ppid=17464 vsize=10817488 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17470/stat : 17470 (java) S 17464 17467 18930 0 -1 1077944384 236 0 0 0 2 1 0 0 20 0 17 0 64048085 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139980037819152 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17471] ppid=17464 vsize=10817488 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17471/stat : 17471 (java) S 17464 17467 18930 0 -1 1077944384 540 0 0 0 2 1 0 0 20 0 17 0 64048085 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139980036766608 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17472] ppid=17464 vsize=10817488 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17472/stat : 17472 (java) S 17464 17467 18930 0 -1 1077944384 639 0 0 0 2 1 0 0 20 0 17 0 64048085 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139980035714064 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17473] ppid=17464 vsize=10817488 CPUtime=0.03 cores=0,2,4,6
/proc/17467/task/17473/stat : 17473 (java) S 17464 17467 18930 0 -1 1077944384 858 0 0 0 2 1 0 0 20 0 17 0 64048085 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139980034661520 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17474] ppid=17464 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17474/stat : 17474 (java) S 17464 17467 18930 0 -1 1077944384 955 0 0 0 0 0 0 0 20 0 17 0 64048086 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979609032688 139980096793218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17475] ppid=17464 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17475/stat : 17475 (java) S 17464 17467 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 64048087 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979607978912 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17476] ppid=17464 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17476/stat : 17476 (java) S 17464 17467 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64048087 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979606926320 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17477] ppid=17464 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17477/stat : 17477 (java) S 17464 17467 18930 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 64048089 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979605874896 139980096800667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17478] ppid=17464 vsize=10817488 CPUtime=0.95 cores=0,2,4,6
/proc/17467/task/17478/stat : 17478 (java) S 17464 17467 18930 0 -1 1077944384 4262 0 0 0 95 0 0 0 20 0 17 0 64048089 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979604822512 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17479] ppid=17464 vsize=10817488 CPUtime=1.02 cores=0,2,4,6
/proc/17467/task/17479/stat : 17479 (java) S 17464 17467 18930 0 -1 1077944384 4740 0 0 0 102 0 0 0 20 0 17 0 64048089 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979603769968 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17480] ppid=17464 vsize=10817488 CPUtime=0.37 cores=0,2,4,6
/proc/17467/task/17480/stat : 17480 (java) S 17464 17467 18930 0 -1 1077944384 3463 0 0 0 37 0 0 0 20 0 17 0 64048089 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979602717424 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17481] ppid=17464 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/17467/task/17481/stat : 17481 (java) S 17464 17467 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64048089 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979601665120 139980096792277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
[pid=17467/tid=17482] ppid=17464 vsize=10817488 CPUtime=0.11 cores=0,2,4,6
/proc/17467/task/17482/stat : 17482 (java) S 17464 17467 18930 0 -1 1077944384 671 0 0 0 5 6 0 0 20 0 17 0 64048097 11077107712 59126 18446744073709551615 4194304 4196468 140736713551728 139979600611632 139980096793218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17649664 140736713560497 140736713560650 140736713560650 140736713564111 0
Current children cumulated CPU time (s) 242.47
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.212
CPU time (s): 242.486
CPU user time (s): 242.318
CPU system time (s): 0.168058
CPU usage (%): 100.947
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.318
system time used= 0.168058
maximum resident set size= 236916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28185
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= 7177
involuntary context switches= 313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01974 second user time and 1.57001 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 05:04:48
IDJOB=4258304
IDBENCH=115957
IDSOLVER=2643
FILE ID=node132/4258304-1501643946
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258304-1501643946/watcher-4258304-1501643946 -o /tmp/evaluation-result-4258304-1501643946/solver-4258304-1501643946 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258304-1501643946.xml

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

MD5SUM BENCH= ba14410c7a25eefcb6b446bec14c0338
RANDOM SEED=1576468698

node132.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.74
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.74
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.74
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.74
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:        31583992 kB
MemAvailable:   31767400 kB
Buffers:          142224 kB
Cached:           337668 kB
SwapCached:            0 kB
Active:           503244 kB
Inactive:         272884 kB
Active(anon):     297052 kB
Inactive(anon):    24444 kB
Active(file):     206192 kB
Inactive(file):   248440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             4 kB
AnonPages:        296236 kB
Mapped:            50576 kB
Shmem:             25276 kB
Slab:             115288 kB
SReclaimable:      89220 kB
SUnreclaim:        26068 kB
KernelStack:        3520 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1145872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 61876 MiB
End job on node132 at 2017-08-02 05:08:48