Trace number 4263157

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)60 2520.1599 2514.4199

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-12.xml
MD5SUM20c15018e625ff04718a0750d7a9de92
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints276
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":120},{"size":9,"count":120}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":120},{"degree":7,"count":4},{"degree":8,"count":36},{"degree":10,"count":80}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":120},{"arity":3,"count":36},{"arity":4,"count":4},{"arity":6,"count":36},{"arity":9,"count":80}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156},{"type":"sum","count":120}]
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.15/0.74	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.15/0.74	c This is free software under the dual EPL/GNU LGPL licenses.
1.15/0.74	c See www.sat4j.org for details.
1.15/0.74	c That software uses the Rhino library from the Mozilla project.
1.15/0.74	c version CUSTOM.v20170705
1.15/0.74	c java.runtime.name	Java(TM) SE Runtime Environment
1.15/0.74	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.15/0.74	c java.vm.version	25.131-b11
1.15/0.74	c java.vm.vendor	Oracle Corporation
1.15/0.74	c sun.arch.data.model	64
1.15/0.74	c java.version		1.8.0_131
1.15/0.74	c os.name		Linux
1.15/0.74	c os.version		3.10.0-514.16.1.el7.x86_64
1.15/0.74	c os.arch		amd64
1.15/0.74	c Free memory 		499604488
1.15/0.74	c Max memory 		7247757312
1.15/0.74	c Total memory 		504889344
1.15/0.74	c Number of processors 	4
1.15/0.74	c c --- Begin Solver configuration ---
1.15/0.74	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.15/0.74	c Learn all clauses as in MiniSAT
1.15/0.74	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.15/0.74	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.15/0.74	c No reason simplification
1.15/0.74	c Glucose 2.1 dynamic restart strategy
1.15/0.74	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.15/0.74	c timeout=2147483s
1.15/0.74	c DB Simplification allowed=false
1.15/0.74	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.15/0.74	c --- End Solver configuration ---
1.15/0.74	c constraints type 
1.15/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 480
1.15/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13200
1.15/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24372
1.15/0.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 480
1.15/0.74	c 38532 constraints processed.
2.36/1.24	o 49
73.82/71.69	o 50
93.92/91.76	o 51
94.05/91.88	o 54
95.17/92.97	o 55
95.17/93.00	o 56
95.31/93.05	o 57
987.15/983.38	o 58
998.18/994.39	o 59
999.00/995.12	o 60
2520.14/2514.40	c starts		: 2326
2520.14/2514.40	c conflicts		: 5812753
2520.14/2514.40	c decisions		: 6728731
2520.14/2514.40	c propagations		: 4000434264
2520.14/2514.40	c inspects		: 33030810134
2520.14/2514.40	c shortcuts		: 0
2520.14/2514.40	c learnt literals	: 0
2520.14/2514.40	c learnt binary clauses	: 772
2520.14/2514.40	c learnt ternary clauses	: 2482
2520.14/2514.40	c learnt constraints	: 5812753
2520.14/2514.40	c ignored constraints	: 0
2520.14/2514.40	c root simplifications	: 0
2520.14/2514.40	c removed literals (reason simplification)	: 0
2520.14/2514.40	c reason swapping (by a shorter reason)	: 0
2520.14/2514.40	c Calls to reduceDB	: 172
2520.14/2514.40	c Number of update (reduction) of LBD	: 876288
2520.14/2514.40	c Imported unit clauses	: 0
2520.14/2514.40	c number of reductions to clauses (during analyze)	: 0
2520.14/2514.40	c number of learned constraints concerned by reduction	: 0
2520.14/2514.40	c number of learning phase by resolution	: 0
2520.14/2514.40	c number of learning phase by cutting planes	: 0
2520.14/2514.40	c number of rounding to 1 operations	: 0
2520.14/2514.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.14/2514.40	c number of reductions of the coefficients by power 2 	: 0
2520.14/2514.40	c number of right shift for reduction by power 2 	: 0
2520.14/2514.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.14/2514.40	c speed (assignments/second)	: 1591480.4030463994
2520.14/2514.40	c non guided choices	21907
2520.14/2514.40	c learnt constraints type 
2520.14/2514.40	s SATISFIABLE
2520.14/2514.40	v <instantiation type="solution">
2520.14/2514.40	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[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[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[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[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[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[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[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[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] 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[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[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[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[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[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[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[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[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11] </list>
2520.14/2514.40	v 	<values> 1 1 0 1 1 0 1 1 0 0 1 1 1 1 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 1 0 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 3 3 4 3 3 4 2 2 1 1 2 2 3 3 4 3 3 4 3 5 4 4 5 3 4 5 5 5 5 5 4 3 2 2 2 2 2 3 2 2 2 2 2 4 4 4 2 1 3 5 5 5 6 6 5 5 2 2 1 1 4 3 4 2 3 2 2 3 3 4 4 2 2 2 5 3 6 5 5 5 4 3 3 2 4 4 5 2 4 2 2 4 2 5 5 4 3 3 5 3 5 4 3 6 3 5 3 3 3 3 4 2 2 2 2 3 2 4 3 3 </values>
2520.14/2514.40	v </instantiation>
2520.14/2514.40	

Verifier Data

OK	60

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14951 MiB free)
  memory of node 1: 16384 MiB (15400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263157-1502606516/watcher-4263157-1502606516 -o /tmp/evaluation-result-4263157-1502606516/solver-4263157-1502606516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263157-1502606516.xml 

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

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

solver pid=15360, runsolver pid=15357

[startup+0.100148 s]*
/proc/loadavg: 1.94 2.19 2.63 2/198 15361
/proc/meminfo: memFree=31081068/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/15360/stat : 15360 (runsolver) D 15357 15360 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 14534297 34791424 113 18446744073709551615 4194304 4346622 140727828399824 140727828396456 140716278162135 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 16826368 140727828402276 140727828402725 140727828402725 140727828406218 0
/proc/15360/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209076 s]*
/proc/loadavg: 1.94 2.19 2.63 2/211 15374
/proc/meminfo: memFree=31068124/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10484492 memory=23816 CPUtime=0.05 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 4915 0 0 0 4 1 0 0 20 0 14 0 14534297 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2621123 5954 2579 1 0 2610620 0
[pid=15360/tid=15362] ppid=15357 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) D 15357 15360 7968 0 -1 4202560 3040 0 0 0 3 1 0 0 20 0 14 0 14534309 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976861108128 139976856892669 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10484492 memory=326 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14534309 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10484492 memory=140716281229717 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14534309 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14534309 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14534309 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10484492 memory=140716281112192 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14534311 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 14534311 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 14534311 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14534314 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 14534314 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14534314 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10484492 memory=140716281112192 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 14534314 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14534314 10736119808 5954 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23816 KiB

[startup+0.311004 s]*
/proc/loadavg: 1.94 2.19 2.63 5/212 15375
/proc/meminfo: memFree=31059608/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10551156 memory=33732 CPUtime=0.2 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 8224 0 0 0 17 3 0 0 20 0 15 0 14534297 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2637789 8433 2861 1 0 2627261 0
[pid=15360/tid=15362] ppid=15357 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 5916 0 0 0 11 2 0 0 20 0 15 0 14534309 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976861091568 139976856882582 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14534309 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534309 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14534309 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534309 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14534311 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14534311 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14534311 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14534314 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 15 0 14534314 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) R 15357 15360 7968 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 15 0 14534314 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976834669445 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10551156 memory=140716281112192 CPUtime=0.03 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 15 0 14534314 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14534314 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10551156 memory=140716281112192 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534319 10804383744 8433 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33732 KiB

[startup+0.700897 s]
/proc/loadavg: 1.94 2.19 2.63 5/212 15375
/proc/meminfo: memFree=31046548/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10551232 memory=86836 CPUtime=1.15 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 13793 0 0 0 110 5 0 0 20 0 15 0 14534297 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2637808 21709 3059 1 0 2627261 0
[pid=15360/tid=15362] ppid=15357 vsize=10551232 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 7877 0 0 0 47 4 0 0 20 0 15 0 14534309 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976861105648 139976835948542 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14534309 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534309 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14534309 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534309 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14534311 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14534311 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14534311 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14534314 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) R 15357 15360 7968 0 -1 4202560 1597 0 0 0 18 0 0 0 20 0 15 0 14534314 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976161807976 139976840356693 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) R 15357 15360 7968 0 -1 4202560 1327 0 0 0 17 0 0 0 20 0 15 0 14534314 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976160760992 139976838388173 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 1622 0 0 0 26 0 0 0 20 0 15 0 14534314 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14534314 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14534319 10804461568 21709 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 86836 KiB

[startup+1.50074 s]
/proc/loadavg: 1.94 2.19 2.63 3/213 15376
/proc/meminfo: memFree=30992868/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10617796 memory=103616 CPUtime=2.82 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 17365 0 0 0 276 6 0 0 20 0 16 0 14534297 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2654449 25904 3072 1 0 2643902 0
[pid=15360/tid=15362] ppid=15357 vsize=10617796 memory=-7537507005311654808 CPUtime=1.31 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 8640 0 0 0 127 4 0 0 20 0 16 0 14534309 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976861107512 139976494360820 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14534309 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10617796 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14534309 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10617796 memory=101016 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14534309 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14534309 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10617796 memory=8932 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10617796 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 3444 0 0 0 63 0 0 0 20 0 16 0 14534314 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10617796 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 1899 0 0 0 50 0 0 0 20 0 16 0 14534314 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10617796 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 1980 0 0 0 34 0 0 0 20 0 16 0 14534314 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10617796 memory=4113 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 14534319 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15376] ppid=15357 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15376/stat : 15376 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14534372 10872623104 25904 18446744073709551615 4194304 4196468 140725552010800 139976156562352 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 103616 KiB

[startup+3.10986 s]
/proc/loadavg: 2.11 2.22 2.64 3/213 15377
/proc/meminfo: memFree=30981060/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10617796 memory=111416 CPUtime=4.83 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 19606 0 0 0 477 6 0 0 20 0 16 0 14534297 10872623104 27854 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2654449 27854 3080 1 0 2643902 0
[pid=15360/tid=15362] ppid=15357 vsize=10617796 memory=109368 CPUtime=2.91 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 8923 0 0 0 287 4 0 0 20 0 16 0 14534309 10872623104 27854 18446744073709551615 4194304 4196468 140725552010800 139976861106608 139976494638705 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0

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

/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 3057 0 0 0 57 15 0 0 20 0 16 0 14534309 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10617796 memory=524488 CPUtime=0.72 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 4542 0 0 0 57 15 0 0 20 0 16 0 14534309 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10617796 memory=281432295900216 CPUtime=0.11 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5274 0 0 0 8 3 0 0 20 0 16 0 14534311 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10617796 memory=8546823402028195750 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10617796 memory=524488 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10617796 memory=524488 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10617796 memory=524488 CPUtime=1.19 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 7320 0 0 0 118 1 0 0 20 0 16 0 14534314 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10617796 memory=524488 CPUtime=0.94 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 7439 0 0 0 94 0 0 0 20 0 16 0 14534314 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10617796 memory=524488 CPUtime=0.4 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 4339 0 0 0 39 1 0 0 20 0 16 0 14534314 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10617796 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10617796 memory=-8774313645642428999 CPUtime=1.27 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1720 0 0 0 59 68 0 0 20 0 16 0 14534319 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15376] ppid=15357 vsize=10617796 memory=640 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15376/stat : 15376 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14534372 10872623104 131122 18446744073709551615 4194304 4196468 140725552010800 139976156562352 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 2448.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 524488 KiB

[startup+2502.3 s]
/proc/loadavg: 1.91 1.98 2.04 3/213 15708
/proc/meminfo: memFree=30508676/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10617796 memory=516280 CPUtime=2508.11 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 67296 0 0 0 250677 134 0 0 20 0 16 0 14534297 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2654449 129070 3136 1 0 2643902 0
[pid=15360/tid=15362] ppid=15357 vsize=10617796 memory=516280 CPUtime=2501.13 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 22960 0 0 0 250106 7 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976861109584 139976494386401 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10617796 memory=516280 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 3623 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10617796 memory=516280 CPUtime=0.74 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 5007 0 0 0 59 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10617796 memory=516280 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 3085 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10617796 memory=516280 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 4835 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10617796 memory=4124 CPUtime=0.11 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5423 0 0 0 8 3 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10617796 memory=12020 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10617796 memory=516280 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10617796 memory=516280 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10617796 memory=524488 CPUtime=1.19 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 7322 0 0 0 118 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10617796 memory=4124 CPUtime=0.95 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 7441 0 0 0 94 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10617796 memory=516280 CPUtime=0.4 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 4355 0 0 0 39 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10617796 memory=3324 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10617796 memory=524488 CPUtime=1.3 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1775 0 0 0 61 69 0 0 20 0 16 0 14534319 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15376] ppid=15357 vsize=10617796 memory=524488 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15376/stat : 15376 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14534372 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976156562352 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 2508.11 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 516280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.2 s]
/proc/loadavg: 1.92 1.98 2.04 3/213 15709
/proc/meminfo: memFree=30502276/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10617796 memory=516280 CPUtime=2520.01 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 67335 0 0 0 251867 134 0 0 20 0 16 0 14534297 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2654449 129070 3136 1 0 2643902 0
[pid=15360/tid=15362] ppid=15357 vsize=10617796 memory=6655300316396806240 CPUtime=2513.03 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) R 15357 15360 7968 0 -1 4202560 22997 0 0 0 251296 7 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976861109584 139976490952578 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10617796 memory=-8774313645642428999 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 3623 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10617796 memory=318629910698787125 CPUtime=0.74 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 5007 0 0 0 59 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10617796 memory=15816711811106768 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 3085 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10617796 memory=4337026047267831840 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 4835 0 0 0 58 15 0 0 20 0 16 0 14534309 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10617796 memory=288292164407143818 CPUtime=0.11 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5423 0 0 0 8 3 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10617796 memory=4337026047267831840 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10617796 memory=12184 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 14534311 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10617796 memory=4279918715907416096 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10617796 memory=-6764335926620231104 CPUtime=1.19 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 7322 0 0 0 118 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10617796 memory=7516885358946177112 CPUtime=0.95 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 7441 0 0 0 94 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10617796 memory=3055219902687559776 CPUtime=0.4 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 4355 0 0 0 39 1 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10617796 memory=7589503708142194770 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14534314 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10617796 memory=6364543270979130985 CPUtime=1.3 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1777 0 0 0 61 69 0 0 20 0 16 0 14534319 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15376] ppid=15357 vsize=10617796 memory=7300704858809716823 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15376/stat : 15376 (java) S 15357 15360 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14534372 10872623104 129070 18446744073709551615 4194304 4196468 140725552010800 139976156562352 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 516280 KiB

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

[startup+2514.42 s]
# the end of solver process 15360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.81 s, system=1.34809 s

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

[startup+2514.4 s]
/proc/loadavg: 1.92 1.98 2.04 3/213 15709
/proc/meminfo: memFree=30502276/32770624 swapFree=67108860/67108860
[pid=15360] ppid=15357 vsize=10817488 memory=516356 CPUtime=2520.14 cores=1,3,5,7
/proc/15360/stat : 15360 (java) S 15357 15360 7968 0 -1 1077944320 67691 0 0 0 251880 134 0 0 20 0 17 0 14534297 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 140725551993344 139976856870647 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
/proc/15360/statm: 2704372 129089 3138 1 0 2693825 0
[pid=15360/tid=15362] ppid=15357 vsize=10817488 memory=8443538352883892301 CPUtime=2513.13 cores=1,3,5,7
/proc/15360/task/15362/stat : 15362 (java) S 15357 15360 7968 0 -1 1077944384 23019 0 0 0 251306 7 0 0 20 0 17 0 14534309 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976861113520 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15363] ppid=15357 vsize=10817488 memory=-8774313645642428999 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15363/stat : 15363 (java) S 15357 15360 7968 0 -1 1077944384 3623 0 0 0 58 15 0 0 20 0 17 0 14534309 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976813837456 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15364] ppid=15357 vsize=10817488 memory=12020 CPUtime=0.74 cores=1,3,5,7
/proc/15360/task/15364/stat : 15364 (java) S 15357 15360 7968 0 -1 1077944384 5007 0 0 0 59 15 0 0 20 0 17 0 14534309 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976812784656 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15365] ppid=15357 vsize=10817488 memory=2424 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15365/stat : 15365 (java) S 15357 15360 7968 0 -1 1077944384 3085 0 0 0 58 15 0 0 20 0 17 0 14534309 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976811731856 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15366] ppid=15357 vsize=10817488 memory=1296 CPUtime=0.73 cores=1,3,5,7
/proc/15360/task/15366/stat : 15366 (java) S 15357 15360 7968 0 -1 1077944384 4835 0 0 0 58 15 0 0 20 0 17 0 14534309 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976810679056 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15367] ppid=15357 vsize=10817488 memory=1732 CPUtime=0.11 cores=1,3,5,7
/proc/15360/task/15367/stat : 15367 (java) S 15357 15360 7968 0 -1 1077944384 5423 0 0 0 8 3 0 0 20 0 17 0 14534311 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976166037872 139976856881794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15368] ppid=15357 vsize=10817488 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15368/stat : 15368 (java) S 15357 15360 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 14534311 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976164983840 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15369] ppid=15357 vsize=10817488 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15369/stat : 15369 (java) S 15357 15360 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 14534311 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976163930992 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15370] ppid=15357 vsize=10817488 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15370/stat : 15370 (java) S 15357 15360 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 14534314 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976162879312 139976856889243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15371] ppid=15357 vsize=10817488 memory=2012 CPUtime=1.19 cores=1,3,5,7
/proc/15360/task/15371/stat : 15371 (java) S 15357 15360 7968 0 -1 1077944384 7334 0 0 0 118 1 0 0 20 0 17 0 14534314 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976161827696 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15372] ppid=15357 vsize=10817488 memory=5520 CPUtime=0.97 cores=1,3,5,7
/proc/15360/task/15372/stat : 15372 (java) S 15357 15360 7968 0 -1 1077944384 7498 0 0 0 96 1 0 0 20 0 17 0 14534314 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976160774896 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15373] ppid=15357 vsize=10817488 memory=4612 CPUtime=0.4 cores=1,3,5,7
/proc/15360/task/15373/stat : 15373 (java) S 15357 15360 7968 0 -1 1077944384 4460 0 0 0 39 1 0 0 20 0 17 0 14534314 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976159722096 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15374] ppid=15357 vsize=10817488 memory=792 CPUtime=0 cores=1,3,5,7
/proc/15360/task/15374/stat : 15374 (java) S 15357 15360 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14534314 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976158669536 139976856880853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
[pid=15360/tid=15375] ppid=15357 vsize=10817488 memory=-8774313645642428999 CPUtime=1.3 cores=1,3,5,7
/proc/15360/task/15375/stat : 15375 (java) S 15357 15360 7968 0 -1 1077944384 1777 0 0 0 61 69 0 0 20 0 17 0 14534319 11077107712 129089 18446744073709551615 4194304 4196468 140725552010800 139976157616816 139976856881794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140725552013713 140725552013866 140725552013866 140725552017359 0
Current children cumulated CPU time: 2520.14 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 516356 KiB

Child status: 143
Real time (s): 2514.42
CPU time (s): 2520.16
CPU user time (s): 2518.81
CPU system time (s): 1.34809
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 675024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.81
system time used= 1.34809
maximum resident set size= 695864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57087
involuntary context switches= 818


# summary of solver processes directly reported to runsolver:
#   pid: 15360
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2518.81
#   total CPU system time (s): 1.34809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6584 second user time and 24.76 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 08:27:59
IDJOB=4263157
IDBENCH=115943
IDSOLVER=2651
FILE ID=node128/4263157-1502606516
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263157-1502606516/watcher-4263157-1502606516 -o /tmp/evaluation-result-4263157-1502606516/solver-4263157-1502606516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263157-1502606516.xml

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

MD5SUM BENCH= 20c15018e625ff04718a0750d7a9de92
RANDOM SEED=749996663

node128.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.94
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.94
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.94
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.94
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:        31081396 kB
MemAvailable:   31611804 kB
Buffers:          120340 kB
Cached:           698628 kB
SwapCached:            0 kB
Active:           645304 kB
Inactive:         635068 kB
Active(anon):     461744 kB
Inactive(anon):    16764 kB
Active(file):     183560 kB
Inactive(file):   618304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:        461448 kB
Mapped:            43884 kB
Shmem:             17116 kB
Slab:             113340 kB
SReclaimable:      88760 kB
SUnreclaim:        24580 kB
KernelStack:        3456 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 09:09:54