Trace number 4258157

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)9243 245.36301 240.336

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark4.56043
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.89/0.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.89/0.92	c This is free software under the dual EPL/GNU LGPL licenses.
1.89/0.92	c See www.sat4j.org for details.
1.89/0.92	c That software uses the Rhino library from the Mozilla project.
1.89/0.92	c version CUSTOM.v20170705
1.89/0.92	c java.runtime.name	Java(TM) SE Runtime Environment
1.89/0.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.89/0.92	c java.vm.version	25.131-b11
1.89/0.92	c java.vm.vendor	Oracle Corporation
1.89/0.92	c sun.arch.data.model	64
1.89/0.92	c java.version		1.8.0_131
1.89/0.92	c os.name		Linux
1.89/0.92	c os.version		3.10.0-514.16.1.el7.x86_64
1.89/0.92	c os.arch		amd64
1.89/0.92	c Free memory 		499604488
1.89/0.92	c Max memory 		7247757312
1.89/0.92	c Total memory 		504889344
1.89/0.92	c Number of processors 	4
1.89/0.92	c c --- Begin Solver configuration ---
1.89/0.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.89/0.92	c Learn all clauses as in MiniSAT
1.89/0.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.89/0.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.89/0.92	c No reason simplification
1.89/0.92	c Glucose 2.1 dynamic restart strategy
1.89/0.92	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.89/0.92	c timeout=2147483s
1.89/0.92	c DB Simplification allowed=false
1.89/0.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.89/0.92	c --- End Solver configuration ---
1.89/0.92	c constraints type 
1.89/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
1.89/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 277935
1.89/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35224
1.89/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 28
1.89/0.92	c 313245 constraints processed.
3.46/1.46	o 34281
5.55/3.04	o 26029
6.56/3.73	o 23896
9.57/6.45	o 23427
13.70/10.46	o 22994
14.05/10.77	o 20694
19.79/16.19	o 16400
23.02/19.32	o 16224
42.16/38.41	o 15668
59.70/55.75	o 15416
68.71/64.72	o 13482
69.02/65.01	o 11111
127.59/123.34	o 9363
205.83/201.03	o 9243
245.34/240.32	c starts		: 3998
245.34/240.32	c conflicts		: 1162659
245.34/240.32	c decisions		: 15390435
245.34/240.32	c propagations		: 610552698
245.34/240.32	c inspects		: 1681686457
245.34/240.32	c shortcuts		: 0
245.34/240.32	c learnt literals	: 4
245.34/240.32	c learnt binary clauses	: 910
245.34/240.32	c learnt ternary clauses	: 1682
245.34/240.32	c learnt constraints	: 1162655
245.34/240.32	c ignored constraints	: 0
245.34/240.32	c root simplifications	: 0
245.34/240.32	c removed literals (reason simplification)	: 0
245.34/240.32	c reason swapping (by a shorter reason)	: 0
245.34/240.32	c Calls to reduceDB	: 98
245.34/240.32	c Number of update (reduction) of LBD	: 851518
245.34/240.32	c Imported unit clauses	: 0
245.34/240.32	c number of reductions to clauses (during analyze)	: 0
245.34/240.32	c number of learned constraints concerned by reduction	: 0
245.34/240.32	c number of learning phase by resolution	: 0
245.34/240.32	c number of learning phase by cutting planes	: 0
245.34/240.32	c number of rounding to 1 operations	: 0
245.34/240.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.34/240.32	c number of reductions of the coefficients by power 2 	: 0
245.34/240.32	c number of right shift for reduction by power 2 	: 0
245.34/240.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.34/240.32	c speed (assignments/second)	: 2550505.244689517
245.34/240.32	c non guided choices	842351
245.34/240.32	c learnt constraints type 
245.34/240.32	s SATISFIABLE
245.34/240.32	v <instantiation type="solution">
245.34/240.32	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[10][0] d[10][1] d[10][2] d[10][3] d[10][4] d[10][5] d[10][6] d[10][7] d[10][8] d[10][9] d[10][10] d[10][11] d[10][12] d[10][13] d[10][14] d[11][0] d[11][1] d[11][2] d[11][3] d[11][4] d[11][5] d[11][6] d[11][7] d[11][8] d[11][9] d[11][10] d[11][11] d[11][12] d[11][13] d[11][14] d[12][0] d[12][1] d[12][2] d[12][3] d[12][4] d[12][5] d[12][6] d[12][7] d[12][8] d[12][9] d[12][10] d[12][11] d[12][12] d[12][13] d[12][14] d[13][0] d[13][1] d[13][2] d[13][3] d[13][4] d[13][5] d[13][6] d[13][7] d[13][8] d[13][9] d[13][10] d[13][11] d[13][12] d[13][13] d[13][14] d[14][0] d[14][1] d[14][2] d[14][3] d[14][4] d[14][5] d[14][6] d[14][7] d[14][8] d[14][9] d[14][10] d[14][11] d[14][12] d[14][13] d[14][14] </list>
245.34/240.32	v 	<values> 7 9 13 2 4 8 11 10 6 1 0 12 14 5 3 0 35 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 70 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
245.34/240.32	v </instantiation>
245.34/240.32	

Verifier Data

OK	9243

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

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

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


[startup+0 s]
/proc/loadavg: 2.48 2.67 2.81 3/198 19273
/proc/meminfo: memFree=31560744/32770624 swapFree=0/250084
[pid=19273] ppid=19270 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19273/stat : 19273 (runsolver) D 19270 19273 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64176635 24240128 107 18446744073709551615 4194304 4338465 140730752275392 140730752273032 140314111476439 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 39682048 140730752278662 140730752279109 140730752279109 140730752282570 0
/proc/19273/statm: 5918 107 54 36 0 2156 0

[startup+0.100197 s]
/proc/loadavg: 2.48 2.67 2.81 3/198 19273
/proc/meminfo: memFree=31560744/32770624 swapFree=0/250084
[pid=19273] ppid=19270 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 3998 0 0 0 3 0 0 0 20 0 9 0 64176635 10395312128 5112 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2537918 5112 2113 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200343 s]
/proc/loadavg: 2.48 2.67 2.81 3/198 19273
/proc/meminfo: memFree=31560744/32770624 swapFree=0/250084
[pid=19273] ppid=19270 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 4659 0 0 0 5 0 0 0 20 0 14 0 64176635 10736119808 5707 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2621123 5707 2564 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300262 s]
/proc/loadavg: 2.48 2.67 2.81 3/198 19273
/proc/meminfo: memFree=31560744/32770624 swapFree=0/250084
[pid=19273] ppid=19270 vsize=10551156 CPUtime=0.2 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 8095 0 0 0 18 2 0 0 20 0 15 0 64176635 10804383744 8341 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2637789 8341 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700659 s]
/proc/loadavg: 2.48 2.67 2.81 3/198 19273
/proc/meminfo: memFree=31560744/32770624 swapFree=0/250084
[pid=19273] ppid=19270 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 12226 0 0 0 120 6 0 0 20 0 15 0 64176635 10804461568 28182 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2637808 28182 3052 1 0 2627269 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10551232

[startup+1.50063 s]
/proc/loadavg: 2.48 2.67 2.81 5/214 19289
/proc/meminfo: memFree=31352408/32770624 swapFree=0/250092
[pid=19273] ppid=19270 vsize=10617796 CPUtime=3.66 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 19401 0 0 0 355 11 0 0 20 0 16 0 64176635 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 55693 3082 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=1.3 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 7515 0 0 0 125 5 0 0 20 0 16 0 64176641 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139760236214936 139759863538864 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 64176643 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759794607264 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759793554160 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176646 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10617796 CPUtime=0.97 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) R 19270 19273 18930 0 -1 4202560 4052 0 0 0 97 0 0 0 20 0 16 0 64176646 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760218004850 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10617796 CPUtime=0.98 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) R 19270 19273 18930 0 -1 4202560 4635 0 0 0 97 1 0 0 20 0 16 0 64176646 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760209999317 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10617796 CPUtime=0.28 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 1667 0 0 0 28 0 0 0 20 0 16 0 64176646 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176647 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64176656 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19289] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19289/stat : 19289 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176729 10872623104 55693 18446744073709551615 4194304 4196468 140736986055728 139759786185776 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 10617796

[startup+3.10083 s]
/proc/loadavg: 2.44 2.66 2.80 3/214 19289
/proc/meminfo: memFree=31350660/32770624 swapFree=0/250104
[pid=19273] ppid=19270 vsize=10617796 CPUtime=5.7 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 19771 0 0 0 559 11 0 0 20 0 16 0 64176635 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 55808 3092 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=2.9 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 7778 0 0 0 285 5 0 0 20 0 16 0 64176641 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139760236212784 139759867242815 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 64176643 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759794607264 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759793554160 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176646 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10617796 CPUtime=1.25 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 4107 0 0 0 124 1 0 0 20 0 16 0 64176646 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10617796 CPUtime=1.13 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 4663 0 0 0 112 1 0 0 20 0 16 0 64176646 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10617796 CPUtime=0.31 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 1691 0 0 0 30 1 0 0 20 0 16 0 64176646 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176647 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64176656 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19289] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19289/stat : 19289 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176729 10872623104 55808 18446744073709551615 4194304 4196468 140736986055728 139759786185776 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 10617796

[startup+6.30076 s]
/proc/loadavg: 2.44 2.66 2.80 5/213 19366
/proc/meminfo: memFree=31407352/32770624 swapFree=0/250136
[pid=19273] ppid=19270 vsize=10617796 CPUtime=9.47 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 25164 0 0 0 935 12 0 0 20 0 16 0 64176635 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 55984 3100 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=6.1 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 8362 0 0 0 605 5 0 0 20 0 16 0 64176641 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139760236213576 139759866638848 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 64176642 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 16 0 64176643 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759794607264 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759793554160 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176646 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10617796 CPUtime=1.6 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 6282 0 0 0 159 1 0 0 20 0 16 0 64176646 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10617796 CPUtime=1.34 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 6502 0 0 0 133 1 0 0 20 0 16 0 64176646 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 1902 0 0 0 31 1 0 0 20 0 16 0 64176646 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176647 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 16 0 64176656 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19289] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19289/stat : 19289 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176729 10872623104 55984 18446744073709551615 4194304 4196468 140736986055728 139759786185776 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.30 2.62 2.79 4/214 19367
/proc/meminfo: memFree=31091904/32770624 swapFree=0/250148
[pid=19273] ppid=19270 vsize=10617796 CPUtime=16.31 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 30916 0 0 0 1614 17 0 0 20 0 16 0 64176635 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 65994 3110 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=12.46 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 9105 0 0 0 1241 5 0 0 20 0 16 0 64176641 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139760236215744 139759867789286 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 361 0 0 0 4 1 0 0 20 0 16 0 64176642 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 436 0 0 0 4 1 0 0 20 0 16 0 64176642 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.04 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 131 0 0 0 3 1 0 0 20 0 16 0 64176642 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 172 0 0 0 3 2 0 0 20 0 16 0 64176642 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 16 0 64176643 10872623104 65994 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0

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

Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.05 2.31 2.63 3/215 19376
/proc/meminfo: memFree=29628216/32770624 swapFree=0/250276
[pid=19273] ppid=19270 vsize=10617796 CPUtime=227.15 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 61505 0 0 0 22636 79 0 0 20 0 16 0 64176635 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 262826 3125 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=221.69 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 13853 0 0 0 22160 9 0 0 20 0 16 0 64176641 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760236208272 139759866631241 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 5182 0 0 0 22 15 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 4475 0 0 0 23 14 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 5055 0 0 0 23 14 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 5671 0 0 0 22 15 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 3833 0 0 0 3 0 0 0 20 0 16 0 64176643 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759794607328 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759793554176 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10617796 CPUtime=1.81 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 8744 0 0 0 180 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10617796 CPUtime=1.6 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 9620 0 0 0 159 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 2956 0 0 0 33 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176647 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 705 0 0 0 4 5 0 0 20 0 16 0 64176656 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19289] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19289/stat : 19289 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176729 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759786185776 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 227.15
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.04 2.30 2.62 3/216 19391
/proc/meminfo: memFree=29625472/32770624 swapFree=0/250296
[pid=19273] ppid=19270 vsize=10617796 CPUtime=244.85 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 61575 0 0 0 24406 79 0 0 20 0 16 0 64176635 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2654449 262826 3125 1 0 2643910 0
[pid=19273/tid=19275] ppid=19270 vsize=10617796 CPUtime=239.38 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) R 19270 19273 18930 0 -1 4202560 13923 0 0 0 23929 9 0 0 20 0 16 0 64176641 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760236208272 139759867090071 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 5182 0 0 0 22 15 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 4475 0 0 0 23 14 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 5055 0 0 0 23 14 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 5671 0 0 0 22 15 0 0 20 0 16 0 64176642 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10617796 CPUtime=0.04 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 3833 0 0 0 4 0 0 0 20 0 16 0 64176643 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759794607328 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 64176644 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759793554176 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10617796 CPUtime=1.81 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 8744 0 0 0 180 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10617796 CPUtime=1.6 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 9620 0 0 0 159 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 2956 0 0 0 33 1 0 0 20 0 16 0 64176646 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64176647 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 705 0 0 0 4 6 0 0 20 0 16 0 64176656 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19289] ppid=19270 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19289/stat : 19289 (java) S 19270 19273 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64176729 10872623104 262826 18446744073709551615 4194304 4196468 140736986055728 139759786185776 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 244.85
Current children cumulated vsize (KiB) 10617796

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

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

[startup+240.201 s]
/proc/loadavg: 2.04 2.30 2.62 3/216 19391
/proc/meminfo: memFree=29625472/32770624 swapFree=0/250296
[pid=19273] ppid=19270 vsize=10817488 CPUtime=245.33 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 62736 0 0 0 24430 103 0 0 20 0 17 0 64176635 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2704372 310570 3128 1 0 2693833 0
[pid=19273/tid=19275] ppid=19270 vsize=10817488 CPUtime=239.4 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) S 19270 19273 18930 0 -1 1077944384 13942 0 0 0 23931 9 0 0 20 0 17 0 64176641 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760236219568 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 5293 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 4776 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10817488 CPUtime=0.48 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 5195 0 0 0 29 19 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 5773 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10817488 CPUtime=0.04 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 3865 0 0 0 4 0 0 0 20 0 17 0 64176643 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 64176644 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759794607328 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 64176644 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759793554176 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10817488 CPUtime=1.81 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 8809 0 0 0 180 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10817488 CPUtime=1.6 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 9679 0 0 0 159 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10817488 CPUtime=0.34 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 3088 0 0 0 33 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64176647 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10817488 CPUtime=0.1 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 705 0 0 0 4 6 0 0 20 0 17 0 64176656 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 245.33
Current children cumulated vsize (KiB) 10817488

[startup+240.301 s]
/proc/loadavg: 2.04 2.30 2.62 3/216 19391
/proc/meminfo: memFree=29625472/32770624 swapFree=0/250296
[pid=19273] ppid=19270 vsize=10817488 CPUtime=245.34 cores=0,2,4,6
/proc/19273/stat : 19273 (java) S 19270 19273 18930 0 -1 1077944320 62736 0 0 0 24431 103 0 0 20 0 17 0 64176635 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 140736986038272 139760231976695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
/proc/19273/statm: 2704372 310570 3128 1 0 2693833 0
[pid=19273/tid=19275] ppid=19270 vsize=10817488 CPUtime=239.4 cores=0,2,4,6
/proc/19273/task/19275/stat : 19275 (java) S 19270 19273 18930 0 -1 1077944384 13942 0 0 0 23931 9 0 0 20 0 17 0 64176641 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760236219568 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19276] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19276/stat : 19276 (java) S 19270 19273 18930 0 -1 1077944384 5293 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760188943376 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19277] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19277/stat : 19277 (java) S 19270 19273 18930 0 -1 1077944384 4776 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760187890832 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19278] ppid=19270 vsize=10817488 CPUtime=0.48 cores=0,2,4,6
/proc/19273/task/19278/stat : 19278 (java) S 19270 19273 18930 0 -1 1077944384 5195 0 0 0 29 19 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760186837776 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19279] ppid=19270 vsize=10817488 CPUtime=0.49 cores=0,2,4,6
/proc/19273/task/19279/stat : 19279 (java) S 19270 19273 18930 0 -1 1077944384 5773 0 0 0 28 21 0 0 20 0 17 0 64176642 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139760185785232 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19280] ppid=19270 vsize=10817488 CPUtime=0.04 cores=0,2,4,6
/proc/19273/task/19280/stat : 19280 (java) S 19270 19273 18930 0 -1 1077944384 3865 0 0 0 4 0 0 0 20 0 17 0 64176643 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759795661040 139760231987842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19281] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19281/stat : 19281 (java) S 19270 19273 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 64176644 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759794607328 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19282] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19282/stat : 19282 (java) S 19270 19273 18930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 64176644 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759793554176 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19283] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19283/stat : 19283 (java) S 19270 19273 18930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759792502736 139760231995291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19284] ppid=19270 vsize=10817488 CPUtime=1.81 cores=0,2,4,6
/proc/19273/task/19284/stat : 19284 (java) S 19270 19273 18930 0 -1 1077944384 8809 0 0 0 180 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759791450864 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19285] ppid=19270 vsize=10817488 CPUtime=1.6 cores=0,2,4,6
/proc/19273/task/19285/stat : 19285 (java) S 19270 19273 18930 0 -1 1077944384 9679 0 0 0 159 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759790398320 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19286] ppid=19270 vsize=10817488 CPUtime=0.34 cores=0,2,4,6
/proc/19273/task/19286/stat : 19286 (java) S 19270 19273 18930 0 -1 1077944384 3088 0 0 0 33 1 0 0 20 0 17 0 64176646 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759789345264 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19287] ppid=19270 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19273/task/19287/stat : 19287 (java) S 19270 19273 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64176647 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759788292960 139760231986901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
[pid=19273/tid=19288] ppid=19270 vsize=10817488 CPUtime=0.1 cores=0,2,4,6
/proc/19273/task/19288/stat : 19288 (java) S 19270 19273 18930 0 -1 1077944384 705 0 0 0 4 6 0 0 20 0 17 0 64176656 11077107712 310570 18446744073709551615 4194304 4196468 140736986055728 139759787239984 139760231987842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36827136 140736986059185 140736986059338 140736986059338 140736986062799 0
Current children cumulated CPU time (s) 245.34
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.336
CPU time (s): 245.363
CPU user time (s): 244.315
CPU system time (s): 1.0473
CPU usage (%): 102.092
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.315
system time used= 1.0473
maximum resident set size= 1242816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62796
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= 7506
involuntary context switches= 355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02482 second user time and 1.55752 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 05:26:14
IDJOB=4258157
IDBENCH=123040
IDSOLVER=2643
FILE ID=node132/4258157-1501645231
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1284083181

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31561064 kB
MemAvailable:   31746476 kB
Buffers:          143408 kB
Cached:           338560 kB
SwapCached:            0 kB
Active:           523640 kB
Inactive:         274528 kB
Active(anon):     317160 kB
Inactive(anon):    24444 kB
Active(file):     206480 kB
Inactive(file):   250084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:        325860 kB
Mapped:            50680 kB
Shmem:             25276 kB
Slab:             115280 kB
SReclaimable:      89368 kB
SUnreclaim:        25912 kB
KernelStack:        3760 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1274692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 05:30:14