Trace number 4258084

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-05OPT1 18.314501 15.046

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-026-004.xml
MD5SUM44c4c29eefa1a4780ca7308d927ffa00
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.135223
Satisfiable
(Un)Satisfiability was proved
Number of variables261
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":260},{"size":26,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":260},{"degree":46,"count":1}]
Minimum constraint arity26
Maximum constraint arity260
Distribution of constraint arities[{"arity":26,"count":10},{"arity":53,"count":45},{"arity":260,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

1.31/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.31/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
1.31/0.78	c See www.sat4j.org for details.
1.31/0.78	c That software uses the Rhino library from the Mozilla project.
1.31/0.78	c version CUSTOM.v20170705
1.31/0.78	c java.runtime.name	Java(TM) SE Runtime Environment
1.31/0.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.31/0.78	c java.vm.version	25.131-b11
1.31/0.78	c java.vm.vendor	Oracle Corporation
1.31/0.78	c sun.arch.data.model	64
1.31/0.78	c java.version		1.8.0_131
1.31/0.78	c os.name		Linux
1.31/0.78	c os.version		3.10.0-514.16.1.el7.x86_64
1.31/0.78	c os.arch		amd64
1.31/0.78	c Free memory 		499604488
1.31/0.78	c Max memory 		7247757312
1.31/0.78	c Total memory 		504889344
1.31/0.78	c Number of processors 	4
1.31/0.78	c c --- Begin Solver configuration ---
1.31/0.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.31/0.78	c Learn all clauses as in MiniSAT
1.31/0.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.31/0.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.31/0.78	c No reason simplification
1.31/0.78	c Glucose 2.1 dynamic restart strategy
1.31/0.78	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.31/0.78	c timeout=2147483s
1.31/0.78	c DB Simplification allowed=false
1.31/0.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.31/0.78	c --- End Solver configuration ---
1.31/0.78	c constraints type 
1.31/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 522
1.31/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 270
1.31/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110906
1.31/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 178
1.31/0.78	c 111876 constraints processed.
16.45/13.49	o 23
16.71/13.61	o 4
17.15/14.01	o 3
17.90/14.64	o 2
18.26/14.81	o 1
18.29/15.02	c starts		: 334
18.29/15.02	c conflicts		: 104997
18.29/15.02	c decisions		: 999509
18.29/15.02	c propagations		: 32496639
18.29/15.02	c inspects		: 148157885
18.29/15.02	c shortcuts		: 0
18.29/15.02	c learnt literals	: 984
18.29/15.02	c learnt binary clauses	: 2599
18.29/15.02	c learnt ternary clauses	: 6463
18.29/15.02	c learnt constraints	: 104013
18.29/15.02	c ignored constraints	: 0
18.29/15.02	c root simplifications	: 0
18.29/15.02	c removed literals (reason simplification)	: 0
18.29/15.02	c reason swapping (by a shorter reason)	: 0
18.29/15.02	c Calls to reduceDB	: 10
18.29/15.02	c Number of update (reduction) of LBD	: 22179
18.29/15.02	c Imported unit clauses	: 0
18.29/15.02	c number of reductions to clauses (during analyze)	: 0
18.29/15.02	c number of learned constraints concerned by reduction	: 0
18.29/15.02	c number of learning phase by resolution	: 0
18.29/15.02	c number of learning phase by cutting planes	: 0
18.29/15.02	c number of rounding to 1 operations	: 0
18.29/15.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.29/15.02	c number of reductions of the coefficients by power 2 	: 0
18.29/15.02	c number of right shift for reduction by power 2 	: 0
18.29/15.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.29/15.02	c speed (assignments/second)	: 2284313.1590046394
18.29/15.02	c non guided choices	212212
18.29/15.02	c learnt constraints type 
18.29/15.02	s OPTIMUM FOUND
18.29/15.02	v <instantiation type="optimum" cost="1">
18.29/15.02	v 	<list> z 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[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] 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[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] 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[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] 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[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] 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[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] 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[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] 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[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[6][18] x[6][19] x[6][20] x[6][21] x[6][22] x[6][23] x[6][24] x[6][25] 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] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[7][18] x[7][19] x[7][20] x[7][21] x[7][22] x[7][23] x[7][24] x[7][25] 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[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[8][18] x[8][19] x[8][20] x[8][21] x[8][22] x[8][23] x[8][24] x[8][25] 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] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][17] x[9][18] x[9][19] x[9][20] x[9][21] x[9][22] x[9][23] x[9][24] x[9][25] </list>
18.29/15.02	v 	<values> 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
18.29/15.02	v </instantiation>
18.29/15.02	

Verifier Data

OK	1

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.71 2.58 3/195 572
/proc/meminfo: memFree=31666876/32770624 swapFree=0/218868
[pid=572] ppid=567 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/572/stat : 572 (runsolver) D 567 572 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13128986 24240128 106 18446744073709551615 4194304 4338465 140735792711456 140735792709096 139713028092631 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 32763904 140735792713863 140735792714310 140735792714310 140735792717770 0
/proc/572/statm: 5918 106 53 36 0 2156 0

[startup+0.102845 s]
/proc/loadavg: 2.05 2.71 2.58 3/195 572
/proc/meminfo: memFree=31666876/32770624 swapFree=0/218868
[pid=572] ppid=567 vsize=10019572 CPUtime=0.01 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 3832 0 0 0 1 0 0 0 20 0 8 0 13128986 10260041728 4509 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2504893 4509 2038 1 0 2494398 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10019572

[startup+0.200322 s]
/proc/loadavg: 2.05 2.71 2.58 3/195 572
/proc/meminfo: memFree=31666876/32770624 swapFree=0/218868
[pid=572] ppid=567 vsize=10551156 CPUtime=0.08 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 4936 0 0 0 7 1 0 0 20 0 15 0 13128986 10804383744 5918 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2637789 6430 2605 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300317 s]
/proc/loadavg: 2.05 2.71 2.58 3/195 572
/proc/meminfo: memFree=31666876/32770624 swapFree=0/218868
[pid=572] ppid=567 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 8276 0 0 0 20 2 0 0 20 0 15 0 13128986 10804383744 9010 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2637789 9010 2859 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701065 s]
/proc/loadavg: 2.05 2.71 2.58 3/195 572
/proc/meminfo: memFree=31666876/32770624 swapFree=0/218868
[pid=572] ppid=567 vsize=10551232 CPUtime=1.31 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 14712 0 0 0 127 4 0 0 20 0 15 0 13128986 10804461568 32209 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2637808 32209 3052 1 0 2627269 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10551232

[startup+1.50075 s]
/proc/loadavg: 2.05 2.71 2.58 5/211 596
/proc/meminfo: memFree=31505492/32770624 swapFree=0/218912
[pid=572] ppid=567 vsize=10617796 CPUtime=3.76 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 24781 0 0 0 370 6 0 0 20 0 16 0 13128986 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 46257 3068 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=1.36 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 7621 0 0 0 132 4 0 0 20 0 16 0 13128994 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140553150745744 140552757504369 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.06 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) R 567 572 5091 0 -1 4202560 6247 0 0 0 106 0 0 0 20 0 16 0 13128999 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552182678136 140553131435438 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.03 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 7767 0 0 0 103 0 0 0 20 0 16 0 13128999 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 1744 0 0 0 28 0 0 0 20 0 16 0 13128999 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 46257 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 10617796

[startup+3.10077 s]
/proc/loadavg: 2.04 2.70 2.58 3/211 596
/proc/meminfo: memFree=31490532/32770624 swapFree=0/218912
[pid=572] ppid=567 vsize=10617796 CPUtime=6.04 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 26769 0 0 0 598 6 0 0 20 0 16 0 13128986 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 47259 3083 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=2.95 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 8132 0 0 0 291 4 0 0 20 0 16 0 13128994 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140553150746976 140552758683378 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13128995 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) S 567 572 5091 0 -1 1077944384 7297 0 0 0 154 0 0 0 20 0 16 0 13128999 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 8006 0 0 0 121 0 0 0 20 0 16 0 13128999 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 1814 0 0 0 30 0 0 0 20 0 16 0 13128999 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 47259 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 10617796

[startup+6.30062 s]
/proc/loadavg: 2.04 2.70 2.58 3/211 596
/proc/meminfo: memFree=31453848/32770624 swapFree=0/218912
[pid=572] ppid=567 vsize=10617796 CPUtime=9.33 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 28820 0 0 0 923 10 0 0 20 0 16 0 13128986 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 55716 3096 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=6.12 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 8219 0 0 0 608 4 0 0 20 0 16 0 13128994 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140553150750216 140552757781741 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) S 567 572 5091 0 -1 1077944384 7299 0 0 0 154 0 0 0 20 0 16 0 13128999 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 8008 0 0 0 121 0 0 0 20 0 16 0 13128999 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 1963 0 0 0 30 0 0 0 20 0 16 0 13128999 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 895 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 55716 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.04 2.67 2.57 3/211 596
/proc/meminfo: memFree=31453452/32770624 swapFree=0/218928
[pid=572] ppid=567 vsize=10617796 CPUtime=15.74 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 29904 0 0 0 1564 10 0 0 20 0 16 0 13128986 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 55736 3098 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=12.52 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 8490 0 0 0 1248 4 0 0 20 0 16 0 13128994 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553150747040 140552757465508 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 525 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0

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

[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 926 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 10617796

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

[startup+12.8008 s]
/proc/loadavg: 2.04 2.67 2.57 3/211 596
/proc/meminfo: memFree=31453452/32770624 swapFree=0/218928
[pid=572] ppid=567 vsize=10617796 CPUtime=15.84 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 29904 0 0 0 1574 10 0 0 20 0 16 0 13128986 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 55736 3098 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=12.62 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 8490 0 0 0 1258 4 0 0 20 0 16 0 13128994 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553150747040 140552758682271 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 525 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) S 567 572 5091 0 -1 1077944384 7300 0 0 0 154 0 0 0 20 0 16 0 13128999 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.22 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 8455 0 0 0 122 0 0 0 20 0 16 0 13128999 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 2277 0 0 0 31 0 0 0 20 0 16 0 13128999 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 926 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 55736 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 10617796

[startup+14.4065 s]
/proc/loadavg: 2.04 2.67 2.57 3/211 596
/proc/meminfo: memFree=31453328/32770624 swapFree=0/218928
[pid=572] ppid=567 vsize=10617796 CPUtime=17.64 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 33088 0 0 0 1753 11 0 0 20 0 16 0 13128986 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 55806 3104 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=14.24 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 9124 0 0 0 1419 5 0 0 20 0 16 0 13128994 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140553150750040 140552758121827 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 721 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.66 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) R 567 572 5091 0 -1 4202560 9070 0 0 0 165 1 0 0 20 0 16 0 13128999 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553130904852 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.28 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 8791 0 0 0 128 0 0 0 20 0 16 0 13128999 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 2526 0 0 0 32 0 0 0 20 0 16 0 13128999 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 928 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 55806 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 17.64
Current children cumulated vsize (KiB) 10617796

[startup+14.8007 s]
/proc/loadavg: 2.04 2.67 2.57 3/211 596
/proc/meminfo: memFree=31453328/32770624 swapFree=0/218928
[pid=572] ppid=567 vsize=10617796 CPUtime=18.26 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 34688 0 0 0 1815 11 0 0 20 0 16 0 13128986 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2654449 55829 3105 1 0 2643910 0
[pid=572/tid=577] ppid=567 vsize=10617796 CPUtime=14.63 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) R 567 572 5091 0 -1 4202560 9127 0 0 0 1458 5 0 0 20 0 16 0 13128994 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140553150747088 140552757675163 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 721 0 0 0 0 0 0 0 20 0 16 0 13128996 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 13128997 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10617796 CPUtime=1.78 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) S 567 572 5091 0 -1 1077944384 9847 0 0 0 177 1 0 0 20 0 16 0 13128999 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10617796 CPUtime=1.39 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 9604 0 0 0 138 1 0 0 20 0 16 0 13128999 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 2530 0 0 0 32 0 0 0 20 0 16 0 13128999 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 928 0 0 0 0 0 0 0 20 0 16 0 13129005 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=596] ppid=567 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/572/task/596/stat : 596 (java) S 567 572 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13129067 10872623104 55829 18446744073709551615 4194304 4196468 140722943970544 140552177427888 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 18.26
Current children cumulated vsize (KiB) 10617796

[startup+15.0007 s]
/proc/loadavg: 2.04 2.67 2.57 3/211 596
/proc/meminfo: memFree=31453328/32770624 swapFree=0/218928
[pid=572] ppid=567 vsize=10750924 CPUtime=18.29 cores=1,3,5,7
/proc/572/stat : 572 (java) S 567 572 5091 0 -1 1077944320 34861 0 0 0 1818 11 0 0 20 0 16 0 13128986 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140722943953088 140553146511095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
/proc/572/statm: 2687731 55859 3107 1 0 2677192 0
[pid=572/tid=577] ppid=567 vsize=10750924 CPUtime=14.66 cores=1,3,5,7
/proc/572/task/577/stat : 577 (java) S 567 572 5091 0 -1 1077944384 9181 0 0 0 1461 5 0 0 20 0 16 0 13128994 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140553150751776 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=578] ppid=567 vsize=10750924 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/578/stat : 578 (java) S 567 572 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 16 0 13128995 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140553076931216 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=580] ppid=567 vsize=10750924 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/580/stat : 580 (java) S 567 572 5091 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 13128995 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140553075878416 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=581] ppid=567 vsize=10750924 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/581/stat : 581 (java) S 567 572 5091 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 16 0 13128995 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140553074825616 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=582] ppid=567 vsize=10750924 CPUtime=0.01 cores=1,3,5,7
/proc/572/task/582/stat : 582 (java) S 567 572 5091 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 13128995 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552754424080 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=583] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/583/stat : 583 (java) S 567 572 5091 0 -1 1077944384 721 0 0 0 0 0 0 0 20 0 16 0 13128996 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552186903408 140553146522242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=584] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/584/stat : 584 (java) S 567 572 5091 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 13128997 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552185849376 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=585] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/585/stat : 585 (java) S 567 572 5091 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 13128997 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552184796528 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=586] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/586/stat : 586 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552183744848 140553146529691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=588] ppid=567 vsize=10750924 CPUtime=1.78 cores=1,3,5,7
/proc/572/task/588/stat : 588 (java) S 567 572 5091 0 -1 1077944384 9847 0 0 0 177 1 0 0 20 0 16 0 13128999 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552182692208 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=590] ppid=567 vsize=10750924 CPUtime=1.4 cores=1,3,5,7
/proc/572/task/590/stat : 590 (java) S 567 572 5091 0 -1 1077944384 9604 0 0 0 139 1 0 0 20 0 16 0 13128999 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552181639408 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=591] ppid=567 vsize=10750924 CPUtime=0.33 cores=1,3,5,7
/proc/572/task/591/stat : 591 (java) S 567 572 5091 0 -1 1077944384 2537 0 0 0 33 0 0 0 20 0 16 0 13128999 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552180586608 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=593] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/593/stat : 593 (java) S 567 572 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13128999 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552179534048 140553146521301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
[pid=572/tid=594] ppid=567 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/572/task/594/stat : 594 (java) S 567 572 5091 0 -1 1077944384 928 0 0 0 0 0 0 0 20 0 16 0 13129005 11008946176 55859 18446744073709551615 4194304 4196468 140722943970544 140552178482352 140553146522242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18812928 140722943975858 140722943976011 140722943976011 140722943979471 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 15.046
CPU time (s): 18.3145
CPU user time (s): 18.1961
CPU system time (s): 0.118417
CPU usage (%): 121.724
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1961
system time used= 0.118417
maximum resident set size= 226016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35036
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= 2000
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074283 second user time and 0.088068 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 05:23:39
IDJOB=4258084
IDBENCH=122981
IDSOLVER=2643
FILE ID=node129/4258084-1501645059
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-026-004.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258084-1501645059/watcher-4258084-1501645059 -o /tmp/evaluation-result-4258084-1501645059/solver-4258084-1501645059 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258084-1501645059.xml

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

MD5SUM BENCH= 44c4c29eefa1a4780ca7308d927ffa00
RANDOM SEED=1349687463

node129.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31667176 kB
MemAvailable:   31810172 kB
Buffers:          116560 kB
Cached:           308144 kB
SwapCached:            0 kB
Active:           472940 kB
Inactive:         227400 kB
Active(anon):     275972 kB
Inactive(anon):     8532 kB
Active(file):     196968 kB
Inactive(file):   218868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:        175368 kB
Mapped:            42580 kB
Shmem:              8872 kB
Slab:             111060 kB
SReclaimable:      85988 kB
SUnreclaim:        25072 kB
KernelStack:        3744 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 05:23:54